/*************** Print ******************/
/****************************************/
#printFooter{
	display: none;
	visibility: hidden;
}

#printHeader{
	display: none;
	visibility: hidden;
}

body{
	background-color: #231f20;
	background-image: url("/20150114134215/images/45-degree-fabric-dark.png");
    background-position: 0 0;
    background-size: auto auto;
}

.content-section,
.home-section{
	background-color: white;
}

.home-section{
	padding-top: 15px;
	margin-top:0px;
}

.content-container{
	position: relative;
	z-index: 2;
}

.tin-bg{
	z-index: 0;
	box-shadow: inset 0 10px 10px 0 rgba(35, 31, 32, .5), inset 0 -10px 10px 0 rgba(35, 31, 32, 0.25);
}

.rotator-section{
	box-shadow: inset 0 10px 10px 0 rgba(35, 31, 32, .5), inset 0 -10px 10px 0 rgba(35, 31, 32, 0.25);
}

/*************** Header ******************/
/****************************************/
.logo.inside-logo {
    height: 220px !important;
    width: 220px;
}

.header-section a{
	border-bottom: 0px;
	text-decoration:none;
}

.nav-menu.desktop .nav-link-a:hover{
	color: white;
}

.nav-menu.desktop .nav-link-a.current{
	background-color: rgba(35, 31, 32, 0.2);
}

.nav-menu.desktop .nav-link-a{
	margin-right: 4px;
}

.nav-menu.desktop .nav-link-a:last-child{
	margin-right: 0px;
}

.submit-button{
	width: 140px;
	margin-top: 15px;
	float: right;
	border-radius: 10px;
	background-color: #971b2f;
	background-image: none;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	top: 0;
	right: 0;
	padding: 9px 13px 9px 17px;
}

.submit-button:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(270deg, rgba(35, 31, 32, .1), rgba(35, 31, 32, .1));
	background-image: linear-gradient(180deg, rgba(35, 31, 32, .1), rgba(35, 31, 32, .1));
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.tagline {
	display: inline-block;
	width: 40%;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 225px;
	float: left;
	color: #868686;
	font-size: 32px;
	font-weight: 400;
	text-transform: lowercase;
}

@media (max-width: 991px) {
	.logo.inside-logo {
		height: 125px !important;
		width: 125px;
	}

	.tagline {
		width: 248px;
		margin-right: 0px;
		float: left;
		font-size: 28px;
	}

	.brand-container {
		height: 140px;
		margin-top: 0px;
	}

	.menu-button {
		width: 60px;
		height: 60px;
		margin-top: 68px;
		margin-bottom: 10px;
		margin-left: 20px;
		padding: 7px;
		float: right;
		border-radius: 50%;
		background-color: #63b0bb;
		color: #fff;
		display: block;
	}
}

@media (max-width: 767px) {
	.submit-button {
		width: 105px;
		height: 40px;
		margin-top: 10px;
		margin-right: 10px;
		margin-left: 10px;
		font-size: 14px;
		line-height: 24px;
		padding: 9px 15px 9px 15px;
	}

	.tagline {
		right: 85px;
		width: 200px;
		margin: 30px 10px 25px 155px;
		padding-right: 0px;
		font-size: 28px;
		line-height: 28px;
	}

	.brand-container {
		height: 80px;
		margin-top: 0px;
	}

	.menu-button {
		width: 50px;
		height: 50px;
		margin-top: 60px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 10px;
	}

	.menu-icon {
		font-size: 30px;
	}
}

@media (max-width: 479px) {
	.submit-button {
		position: static;
		top: 0px;
		right: 0px;
		bottom: 80px;
		display: block;
		width: 105px;
		margin-top: 10px;
		margin-bottom: 0px;
		padding-top: 8px;
		font-size: 14px;
	}

	.tagline {
		position: static;
		display: block;
		height: 12px;
		max-width: 60%;
		margin-top: -1px;
		margin-right: 20px;
		margin-bottom: 0px;
		float: right;
		clear: right;
		opacity: 0;
		font-size: 21px;
		line-height: 21px;
		text-align: right;
	}

	.brand-container {
		height: 80px;
	}

	.menu-button {
		width: 100%;
		height: 50px;
		margin: 0px;
		border-radius: 0%;
		text-align: right;
		display: block;
	}
}

/********************* Mobile Navigation *******************/
/**********************************************************/
@media (min-width: 992px) {
	.mobile-navigation-menu.mm-opened{
		display: none;
	}

	.mobile-navigation-menu{
		display: none;
	}
}

@media (max-width: 991px) {
	.mobile-navigation-menu.mm-opened{
		display: block;
	}

	.mobile-navigation-menu{
		display: none;
	}
}

.mobile-navigation-menu{
	background-color: #63b0bb;
}

.mobile-navigation-menu ul{
	background-color: #63b0bb;
	padding:0px;
	margin:0px;
}

.mobile-navigation-menu li a{
	position: relative;
	text-decoration: none;
	color: #fff;
	text-transform: lowercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after{
	border-bottom: 0px;
	text-decoration:none;
}

.mobile-navigation-menu li:hover,
.mobile-navigation-menu li.current{
    background-color: rgba(35, 31, 32, 0.2);
}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
	background:none !important;
}

.mm-list a.mm-subclose{
	padding-top: 16px;
}

.mm-list a.mm-subclose::before{
	margin-bottom: -4px;
}

.mm-menu .mm-list > li > a.mm-subclose{
	color: white;
}

/*************** Homepage ***************/
/****************************************/
.home-section .cb-content h2 {
    color: #63b0bb;
     font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.home-section .cb-content h2 a{
	text-decoration: none;
}

.home-section .cb-content img{
	background-image: url("/20150114134215/images/paint.png");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
	.home-section .cb-content img{
		background-image: none;
	    padding-bottom: 0;
	}

	.home-section .cb-content h2 {
    	 font-size: 26px;
    		line-height: 30px;
	}
}

@media (max-width: 479px) {
	.home-section .cb-content h2 {
	    font-size: 24px;
    	line-height: 28px;
	}
}

/*************** Slideshow ***************/
/****************************************/
.w-round.slide-nav{
	padding-top:0px;
	bottom: 9px;
}

.w-round.slide-nav span{
	background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    transition: background-color 100ms ease 0s, color 100ms ease 0s;
    width: 16px;
     background-clip: padding-box;
    border-radius: 100%;
    line-height:0px;
    font-size: 0px;
}

.w-round.slide-nav span.cycle-pager-active{
	background-color: #fff;
}

.slide-nav{

	display: block;
}

.slide-caption-p{
	margin-bottom: 10px;
	display: block;
}

@media (max-width: 767px) {
	.w-slider-mask{
		overflow: visible;
	}

	.slide-nav{
		position: relative;

	}

	.w-slide{
		height: auto;
	}

	.slide-caption{
		height: auto;
		padding-bottom: 0px;
	}

	.caption-wrap{
		padding-bottom: 9px;
	}

}

@media (max-width: 479px) {
	.w-round.slide-nav span{
		height: 12px;
		width: 12px;
	}
}

/*************** Inside Page ************/
/****************************************/
.breadcrumbs-div a{
	border-right: 1px dotted #868686;
    color: #63b0bb;
    margin-right: 7px;
    padding-right: 11px;
    border-bottom: 0px;
    text-decoration:none;
}

.breadcrumbs-div  .breadcrumbCurrent{
 	color: #868686;
    font-size: 13px;
    text-align: right;
}

#navcontainer ul{
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navcontainer ul li a{
 	color: #63b0bb;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px 15px;
    border-bottom: 0px;
    text-decoration:none;
}

#navcontainer ul li a:hover {
    color: #971b2f;
}

#navcontainer ul li a#current{
    background-color: #63b0bb;
    color: #fff;
}

#navcontainer ul li a span{
	line-height: 16px;
}

#navcontainer ul li ul{
 	background-color: rgba(99, 176, 187, 0.2);
    margin-left: 15px;
}

#navcontainer ul li ul a{
    font-size: 14px;
    line-height: 22px;
}

#navcontainer ul li ul a:hover {
    background-color: rgba(99, 176, 187, 0.3);
}


/* right sidebar */
.associations_container,
.right-sidebar{
	width: 100%;
}

.association_contentboxes_container{
	left: 45px;
	position: relative;
	top: 10px;
}

.association_section_contentboxes{
	background-color: #e9e9e9;
    box-shadow: 4px 4px 5px 0 rgba(35, 31, 32, 0.5);
    color: #231f20;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 30px;
}

.association_section_files,
.association_section_resources{
	background-color: #e9e9e9;
    box-shadow: 4px 4px 5px 0 rgba(35, 31, 32, 0.5);
    color: #231f20;
    font-size: 16px;
    left: 45px;
    padding: 15px;
    position: relative;
    top: 10px;
    margin-bottom: 30px;
}

.association_contentboxes_title,
.association_title_contentboxes,
.association_title_resources,
.association_title_files{
	margin-bottom: 8px;
	font-weight: 400;
	color: #40909c;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}

.association_item_resources,
.association_item_files{
	margin-bottom: 5px;
}

.association_contentboxes_container ul{
	padding-left: 20px;
}

.association_section_files a,
.association_contentboxes_container a,
.association_section_resources a,
.association_contentboxes_container p,
.association_contentboxes_container li{
	font-size: 13px;
    line-height: 20px;
}

.association_contentboxes_container p{
	margin-bottom: 20px;
}


.association_contentboxes_container .button{
    background-color: #63b0bb;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-appearance: none;
}

.navbanner{
	float: left;
	width: 100%;
	margin-top: 20px;
}

@media (max-width: 991px) {
	.association_contentboxes_container,
	.association_section_files,
	.association_section_resources {
	    left: auto;
	    margin-top: 20px;
	    top: auto;
	}
}

@media (max-width: 767px) {
	.full-width-col .content-col,
	.right-sidebar-col .content-col{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 479px) {
	.full-width-col .content-col,
	.right-sidebar-col .content-col{
		padding-left: 10px;
		padding-right: 10px;
	}
}

/*************** Footer ******************/
/****************************************/
.footer-section a{
	border-bottom: 0px;
	text-decoration:none;
}

.footer-nav-a.current{
	color: #fed105;
}

.footer-section p{
    color: #fff;
}

#GRIPFooterLogo{
	float: right;
	line-height: 11px;
	padding-top: 0px !important;
}

#GRIPFooterLogoText{
	color: white !important;
}

@media (max-width: 767px) {
	#GRIPFooterLogo{
		float: none;
		margin: 0 auto;
		margin-top: 20px;
	}
}


/********************* Styles ******************************/
/**********************************************************/
form {
	margin: 0px;
	padding: 0px;
}

td {
	vertical-align: top;
	font-size: 14px;
    padding: 6px 10px;
}

body{
	font-size: 16px;
    line-height: 24px;
    color: #231f20;
    font-family: "Open Sans",sans-serif;
}

p {
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #231f20;
    font-family: "Open Sans",sans-serif;
}

h1 {
	background-image: url("/20150114134215/images/paint.png");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 42px;
    padding-bottom: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
}

@media (max-width: 767px) {
	h1 {
	    font-size: 32px;
	    line-height: 40px;
	}
}

h2 {
	margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 400;
    color: #63b0bb;
    font-size: 26px;
    line-height: 30px;
}

@media (max-width: 991px) {
	h2 {
	    font-size: 24px;
	}
}

h3 {
	color: #63b0bb;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 20px;
}

@media (max-width: 991px) {
	h3 {
	    font-size: 18px;
	}
}

h4 {
	color: #63b0bb;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (max-width: 991px) {
	h4 {
	    font-size: 16px;
	}
}

h5 {
	color: #868686;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

h6 {
	margin-bottom: 10px;
    margin-top: 10px;
    line-height: 24px;
    color: #868686;
    font-size: 14px;
    font-weight: 400;
}

a {
	border-bottom: none;
    color: #63b0bb;
    text-decoration: underline;
}

a:hover {
	border-bottom-color: transparent;
    color: #971b2f;
}

a:not([href]){
	text-decoration:none;
}

.tableBorder {
	border: 1px solid #bfbfbf;
}

.tableHeader,
.formSection {
	background-color: #63b0bb;
    color: white;
    font-size: 16px;
    font-weight: normal;
    padding: 6px 10px;
    text-align: left;
}

.tableHeader a,
.formSection a {
	background-color: #63b0bb;
    color: white;
    font-size: 16px;
    font-weight: normal;
    padding: 6px 10px;
    border: 0px;
    text-align: left;
}

.tableHeader a:hover,
.formSection a:hover {
	text-decoration: none;
	border: 0px;
}

.evenrow td,
.oddrow td {
	font-size: 14px;
    padding: 6px 10px;
}

.evenrow {
	background-color: #ffffff;
}

.oddrow {
	background-color: #eee;
}

.fieldLbl {
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	text-align: left;
	font-family: "Open Sans",sans-serif;
}

.fieldVal {
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	text-align: left;
	font-family: "Open Sans",sans-serif;
}

.redText {
	color: red;
}

.imgClass,
.imgclass{
	border:5px solid #64b0ba;
	box-shadow:1px 1px 3px 0 rgba(50, 50, 50, 0.55);
}

.button {
	border: 0 none;
    border-radius: 0;
    color: white;
    cursor: pointer;
    display: inline-block;
    line-height: inherit;
    padding: 9px 15px;
    text-decoration: none;
    background-color: #63b0bb;
    box-shadow: 1px 1px 3px 0 rgba(35, 31, 32, 0.5);
    margin: 0px 0px 10px 0px;
    -webkit-appearance: none;
}

.button:hover {
	 color: white;
	 background-color: #428f9b;
}

#messages {
	margin-bottom: 10px;
	padding: 5px;
	font-size:15px;
}

.message_warning {
	border: 3px solid red;
	background-image: none;
	color: #000000;
	font-size:15px;
	font-family: "Open Sans",sans-serif;
}

.message_confirm {
	border: 3px solid #63b0bb;
	background-image: none;
	color: #000000;
	font-size:15px;
	font-family: "Open Sans",sans-serif;
}

.clearBoth {
	clear: both;
}

.fieldLbl{
	width:31%;
}

.siteviz_icon_container{
	line-height: 17px;
}

@media (max-width: 991px) {
    .content-row input[type="text"],
    .content-row input[type="tel"],
    .content-row input[type="email"],
    .content-row input[type="password"],
    .content-row input[type="file"],
    .content-row select,
    .content-row textarea{
        width: 100% !important;
    }

}

/********************* Modules ****************************/
/**********************************************************/
/* Events */
.module-events .events-filter-form select{
	font-size: 14px !important;
	padding-top: 3px;
	padding-bottom: 3px;
}

.searchbutton {
    height: auto;
}

.module-events .responsive-filters .button_style.searchbutton.events-view-button,
.module-events .events-filter-form .button_style.searchbutton.events-view-button{
 	border: 0 none;
    border-radius: 0;
    color: white;
    cursor: pointer;
    line-height: inherit;
    padding: 2px 15px;
    text-decoration: none;
    background-color: #63b0bb;
    box-shadow: 1px 1px 3px 0 rgba(35, 31, 32, 0.5);
    margin-right: 4px;
    margin-left: 4px;
    -webkit-appearance: none;
 }

 .module-events .responsive-filters .button_style.searchbutton.events-view-button{
 	 margin-top: 10px;
 }

.module-events .events-filter-form select{
	width: auto !important;
}

.module-events .responsive-filters a{
	border-bottom: 0px;
	text-decoration:none;
}

.module-events.view-calendar table {
    border-collapse: separate;
    border-spacing: 1px;
}

.module-events .event-calendar .has-events a{
	border-bottom: 0px;
	text-decoration:none;
}

.module-events .responsive-table small{
	font-size: 100%;
}

.module-events.view-details .events_detail_items > div {
    background-position: 0 5px;
    background-repeat: no-repeat;
    padding: 0 0 5px 22px;
}

@media (max-width: 767px) {
	.module-events.view-calendar table {
	    border-collapse: collapse;
	    border-spacing: 0;
	}

	.module-events.view-details .events_detail_items .siteviz_icon_container {
	   line-height: 24px;
	}
}

/* FAQs */
.module-faqs .faq_category {
    background-position: 0px 3px;
 }

.module-faqs .faq_number h3{
 	line-height: 24px;
 }

 /* News */
.module-news .associated-data > div {
     background-position: 0 5px;
}

.module-news .comment-form.responsive-form .fieldVal,
.module-news .comment-form.responsive-form .fieldLbl{
	padding-left: 15px;
	padding-right: 15px;
}


 /* Partners and Sponsors */
.module-partners h3,
.module-partners h2{
	margin: 0px;
}


/* Resources and links */
.module-resources.resource-list .resource{
	line-height: 22px;
}

/* Submision Forms */
.module-submissionforms.view-form .type-checkbox label{
	margin-bottom: 0rem;
}

.module-submissionforms.view-form .helpcontent,
.module-submissionforms.view-form .helpText{
 	float: left;
	width: 100%;
	padding: 5px 0;
	font-size: 12px;
	line-height: 20px;
	color: #231f20;
}

@media (max-width: 991px) {
    .module-submissionforms input{
        max-width: 100% !important;
    }

   .module-submissionforms input.hasDatepicker,
   .module-submissionforms.view-form .type-text.data-date.hasDatepicker{
        width: 95% !important;
    }

    .module-submissionforms.view-form .type-checkbox label{
		margin-bottom: 0.3rem;
	}

	.module-submissionforms.view-form .multiple-checkbox-options .type-checkbox:last-child label{
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {

   .module-submissionforms input.hasDatepicker,
  .module-submissionforms.view-form .type-text.data-date.hasDatepicker{
        width: 95% !important;
    }
}

@media (max-width: 479px) {
   .module-submissionforms input.hasDatepicker,
  .module-submissionforms.view-form .type-text.data-date.hasDatepicker{
        width: 90% !important;
    }
}


/********************* Content Boxes **********************/
/**********************************************************/

/* Events */
.rotator-section .events_cb_container{
	padding-top: 100px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.rotator-section .events_cb_container .events_cb_1_title a,
.rotator-section .events_cb_container .events_cb_2_title a{
	color:#231f20;
	font-weight: bold;
	border-bottom: 0px;
	text-decoration:none;
}

.events_cb_container{
	text-align: left;
}

.events_cb_container .events_cb_2_date,
.events_cb_container .events_cb_1_date{
	padding-top: 8px;
}

@media (max-width: 767px) {
	.rotator-section .events_cb_container{
		padding-top: 50px;
	}
}

/* News */
.rotator-section .news_cb_container{
	padding-top: 100px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.rotator-section .news_cb_container .news_cb_1_title a,
.rotator-section .news_cb_container .news_cb_2_title a{
	color:#231f20;
	font-weight: bold;
	border-bottom: 0px;
	text-decoration:none;
}

.news_cb_container{
	text-align: left;
}

.news_cb_container .news_cb_2_date,
.news_cb_container .news_cb_1_date{
	padding-top: 8px;
}

@media (max-width: 767px) {
	.rotator-section .news_cb_container{
		padding-top: 50px;
	}
}

/* FAQ */
.rotator-section .faqs_cb_container{
	padding-top: 100px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.faqs_cb_container{
	text-align: left;
}

@media (max-width: 767px) {
	.rotator-section .faqs_cb_container{
		padding-top: 50px;
	}
}

/* Partners */
.rotator-section .partners_cb_container{
	padding-top: 100px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.partners_cb_container{
	text-align: left;
}

@media (max-width: 767px) {
	.rotator-section .partners_cb_container{
		padding-top: 50px;
	}
}


/* Resources */
.rotator-section .resources_cb_container{
	padding-top: 100px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.resources_cb_container{
	text-align: left;
}

.resources_cb_container .resources_cb_icon img{
	box-sizing:content-box;
}

.rotator-section .resources_cb_container .resources_cb_title a,
.rotator-section .resources_cb_container .resources_cb_title a{
	color:#231f20;
	font-weight: bold;
	border-bottom: 0px;
	text-decoration:none;
}

@media (max-width: 767px) {
	.rotator-section .resources_cb_container{
		padding-top: 50px;
	}
}

/* Testimonials */
.rotator-section .testimonials_cb_container{
	padding-top: 100px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.testimonials_cb_container{
	text-align: left;
}

.testimonials_cb_container .testimonials_cb_entry{
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.rotator-section .testimonials_cb_container{
		padding-top: 50px;
	}
}


/********************* Customized Menu ******************************/
/**********************************************************/
.menuoptions{
	width: 100% !important;
	border-spacing: 30px 30px;
    border-collapse: separate;
    table-layout:fixed;
    border: 0px;
}

.menuoptions tr td{
	width: 33.3333% !important;
	padding: 0px 0px 40px 0px;
	border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: auto;
}

.menuoptions tr td *{
	margin: 0;
	padding:0;
}

.menuoptions tr td .menuoptionstitle{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding:0px;
    display: block;
    color: #63b0bb;
    font-weight: normal;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    line-height: 23px;
}

.menuoptions tr td .menuoptionsdesc{
	margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding:0px;
    display: block;
    color: #231f20;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.menuoptions tr td .menuoptionsparagrapgh{
	margin:0 20px 10px;
	color: #231f20;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	line-height: 24px;
	display:block;
}

.menuoptions tr td .menuoptionsh2{
	margin: 10px 20px;
	color: #63b0bb;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    display:block;
}

.menuoptions tr td .menuoptionscalories{
	margin-left: 20px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:0px;
	color: #231f20;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	float:left;
	position: absolute;
	bottom:0;
	left: 0;
}

.menuoptions tr td .menuoptionsmore{
	margin-left:0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:0px;
	color: #63b0bb;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	border-bottom :0px;
	text-decoration: none;
	float:right;
	position: absolute;
	bottom:0;
	right: 0;
}

.menuoptions tr td .menuoptionsmore a{
	color: #63b0bb;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	border-bottom :0px;
	text-decoration: none;
}

.menuoptions tr td .menuoptionsmore:hover,
.menuoptions tr td .menuoptionsmore a:hover{
	color:#971b2f !important;
}

.menuoptions tr td .menuoptionsimage,
.menuoptions tr td .menuoptionsimagelarge,
.menuoptions tr td img{
	max-width: 100%;
	max-height: 170px;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
}

.menuoptions tr td .menuoptionsimagelarge{
	max-height: 261px;
}

@media (max-width: 1200px) {
	.menuoptions tr td .menuoptionsimage,
	.menuoptions tr td img{
		max-height: 153px;
	}

	.menuoptions tr td .menuoptionsimagelarge{
		max-height: 236px;
	}
}

@media (max-width: 991px) {
	.menuoptions tr td .menuoptionsimage,
	.menuoptions tr td img{
		max-height: 110px;
	}

	.menuoptions tr td .menuoptionsimagelarge{
		max-height: 173px;
	}

	.menuoptions tr td .menuoptionsh2{
   		font-size: 24px !important;
	}
}

@media (max-width: 767px) {
	.menuoptions{
		border-spacing: 35px 0px;
		margin-bottom: 30px;
	}

	.menuoptions tr td{
		display: block;
		width: 100% !important;
		margin-top: 30px;
		height: auto;
		min-height: 270px;
		padding-bottom: 0px;
	}

	.menuoptions tr td .menuoptionsimage,
	.menuoptions tr td .menuoptionsimagelarge,
	.menuoptions tr td img{
		max-height: none !important;
	}

	.menuoptions tr td .menuoptionscalories,
	.menuoptions tr td .menuoptionsmore{
		position: static;
	}
}

@media (max-width: 479px) {
	.menuoptions{
		border-spacing: 10px 0px;
	}
}

@media (max-width: 320px) {
	.menuoptions{
		border-spacing: 0px 0px;
	}
}