﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: FontAwesome;
  src: url("/Style%20Library/Fonts/fa-regular-400.ttf"), url("/Style%20Library/Fonts/fa-regular-400.woff2") format("woff2"),
    url(/Style%20Library/Fonts/fa-regular-400.woff) format("woff"), url("/Style%20Library/Fonts/fa-regular-400.eot");
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: FontAwesome;
  src: url("/Style%20Library/Fonts/fa-solid-900.ttf"), url("/Style%20Library/Fonts/fa-solid-900.woff2") format("woff2"),
    url(/Style%20Library/Fonts/fa-solid-900.woff) format("woff"), url("/Style%20Library/Fonts/fa-solid-900.eot");
}

* {
	margin: 0;
	padding: 0;
}



ol, ul {
  padding-inline-start: 40px;
  margin-block-end: 1em;
}

body {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12pt;
  margin: 0;
  overflow: auto;
  color: #000;
}

#s4-bodyContainer {
	padding-bottom: 0;
}

a {
  position: relative;
  color: #0072c6;
  text-decoration: none;
}

a,
a:before {
  -webkit-transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  transition-timing-function: cubic-bezier(0, 0.15, 0.5, 1.25);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: transform, color, background;
  -webkit-transition-property: color, background, -webkit-transform;
  transition-property: color, background, -webkit-transform;
  transition-property: transform, color, background;
  transition-property: transform, color, background, -webkit-transform;
}

a:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1.5px;
  background-color: #a9c23f;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

a:visited {
  color: #0072c6;
}

a:hover {
  color: #a9c23f;
  text-decoration: none;
}

a:hover:before {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slick-dots li button:before {
	font-size: 18px !important;
	content: '•' !important;
}

h1, .ms-rteElement-H1 {
  font-size: 20pt;
  font-weight: 600;
  margin: .5em 0 .5em 0;
  color: #05868e !important;
  font-family: 'Open Sans', sans-serif;
}

h2, .ms-rteElement-H2 {
  font-size: 16pt;
  font-weight: 600;
  margin: .5em 0 .5em 0;
  color: #a9c23f !important;
  font-family: 'Open Sans', sans-serif;

}

h3, .ms-rteElement-H3 {
  font-size: 14pt;
  font-weight: 600;
  margin: .5em 0 .5em 0;
  color: #000;
  font-family: 'Open Sans', sans-serif;

}

h4, .ms-rteElement-H4 {
  font-size: 13pt;
  font-weight: normal;
  margin: .5em 0 .5em 0;
  color: #000 !important;
  font-family: 'Open Sans', sans-serif;

}

h5 {
  font-size: .83em;
  font-weight: normal;
  margin: .5em 0 .5em 0;
  color: #000;
  font-family: 'Open Sans', sans-serif;

}

h6 {
  font-size: .75em;
  font-weight: normal;
  margin: .5em 0 .5em 0;
  color: #000;
  font-family: 'Open Sans', sans-serif;

}

h1#pageTitle {
 margin: 1em 0 1em 0;
}

h1#pageTitle a {
  color: #05868e;
}

.homeLink {
  width: 200px;
  height: 100px;
  position: absolute;
  cursor: pointer
}

/*.blueBar {
  background-color: #05868e;
  color: #fff;
  padding: .15% 1.5%;
  border-radius: 15px;
  font-weight: 400;
  font-size: 1.2em;
  height: auto !important
}
*/

.btn, .btn2, .btn3, a span.ms-rteStyle-LinkButton {
  -ms-name: "Link Button";
  margin: 0 10px 10px 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 12pt;
  line-height: 1.6;
  border-radius: 3.5px;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
  -webkit-box-shadow: -2px 2px 3px -1px #2e2e2e;
  box-shadow: -2px 2px 3px -1px #2e2e2e;
  background: #05868e;
  font-weight: normal;
  color: #fff;
}

.btn, .btn2, .btn3 {
 
}

a.btn:link, a.btn2:link, a.btn3:link{
	color:#fff;
}


.btn:hover, .btn2:hover, .btn3:hover {
  background: #80c1c5;
  text-decoration: none;
  color:#fff;

}

.btn:active, .btn:focus, .btn2:active, .btn2:focus, .btn3:active, .btn3:focus {
  outline: 0;
  background: #80c1c5 !important;
  -webkit-box-shadow: inset 0 3px 5px #2e2e2e;
  box-shadow: inset 0 3px 5px #2e2e2e;
  color:#fff;
}

.btn:visited {
	color: #fff !important;
}

.btn3 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2em;
  	text-align: center;
  	vertical-align: middle;
  	cursor: pointer;
  	border: 1px solid transparent;
  	text-decoration: none;
  	padding: 1px 0px;
  	font-size: 14px;
  	line-height: 1.6;
  	border-radius: 5px;
  	-webkit-transition: background .2s ease-out;
  	transition: background .2s ease-out;
  	-webkit-box-shadow: -2px 2px 3px -1px #2e2e2e;
  	box-shadow: -2px 2px 3px -1px #2e2e2e;			
}

img {
  border: 0
}

p {
  margin: 0 0 1.2em 0;
  line-height: 140%
}

hr {
  background: #898D8D;
  color: #a9a8a8;
  height: 1px;
  margin: 0
}

select {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: .9em;
  padding: 2px 5px;
  background: #fff;
  border: 1px #a3ba20 solid
}

input[type=password] {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: .9em;
  padding: 2px 5px;
  background: #fff;
  border: 1px #a3ba20 solid
}

input[type=text] {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: .9em;
  padding: 2px 5px;
  background: #fff;
  border: 1px #a3ba20 solid
}

.ms-dttimeinput select {
  font-size: 11px
}

.ms-dtinput input[type=text] {
  font-size: 11px
}

textarea {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: .9em;
  padding: 2px 5px;
  background: #fff;
  border: 1px #a3ba20 solid
}

#pageLayout {
  max-width: 100%;
  margin: 0 auto;
  border-top: 20px #a9c23f solid;
 
  }

#headerLayout {
	background: url(/Style%20Library/images/CerealsGrains.png) calc(0vmin - 1em)/calc(8em + 15vmin) no-repeat;
	margin: 0 auto;
	max-width: 1300px;
	padding: 20px 0px;
}

#headerLayout>a>img {
  position: absolute;
  left: 0
}

#headerLinks {
  float:right;
}

#headerSearch{
	margin-top: 3%;			
}

#headerLinks a {
	margin-right: 10px		
}
    
#headerWelcome {
  margin-left: 30%
 }

#headerWelcome>table:before {
  content: '';
  display: table;
  postition: relative;
  height: 12px
}

#headerLinks a {
  color: #898D8D;
}

.ms-srch-sb-border {
	border: 0;	
}

.ms-srch-sb-border:hover {
	border: 0;	
}

.ms-srch-hover-outerContainer {
  display: none !important;
}

.ms-srch-item {
  width: 100%
}
.ms-srch-item-path{
	display:none;
}

#welcome {
  max-width: 325px;
  display: inline
}

#welcome a {
  color: #898D8D;
  text-decoration: none
}

#welcome a:hover {
   color: #898D8D
}

.ms-sbplain {
  border: 1px silver solid
}

#breadCrumbs {
  font-size: 10.5pt;
  word-wrap: break-word;
  font-family: 'Open Sans', sans-serif;
}

.breadcrumbItem {
  color: #898D8D;
  font-weight: 500;
  margin: 0 0 1em 0;
  font-family: 'Open Sans', sans-serif;
}

#breadcrumbs a {
  color: #898D8D
}

.breadcrumbItemActive {
  font-weight: bold;
  color: #898D8D
}

#headerNavigation a:hover {
  text-decoration: none
}

#headerNavigation {
  background-color: #05868e;
  padding: 4px 0px;
}

/*.globalNavItem {
  font-weight: bold;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}


.globalNavItem a {
  color: #fff;
  display: block;
  padding: 0 9px
}

.globalNavItemActive a {
  color: #fff !important
}

.globalNavItem img {
   width: 0;
}

#zz1_globalNav {
  margin: 0 auto
}

div.globalNavMenu {
 
  font-size: .93em;
  background-color: #05868e;
  font-family: Arial, Helvetica, sans-serif;

}

div.globalNavMenu table {
  max-width: 100%
}

.globalNavMenuItem {
  max-width: 100%;
 border-bottom: 1px #fff dotted;
 font-family: Arial, Helvetica, sans-serif;

}

.globalNavMenuItem a {
  display: block;
  padding: 3px 10px 5px 10px;
  color: #fff
}*/

.ms-core-listMenu-horizontalBox {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 1500px;
  display:block;
}

.menu-item-text {
  white-space: normal !important;
  width: 100% !important
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(2), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(2)~* {
  width: 50%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(3), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(3)~* {
  width: 33%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(4), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(4)~* {
  width: 25%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(5), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(5)~* {
  width: 20%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(6), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(6)~* {
  width: 16.66667%
}

.ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(7), .ms-core-listMenu-horizontalBox li.static:first-child:nth-last-child(7)~* {
  width: 14.28571%
}

.wrap {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.s4-tn li.static>.menu-item {
  color: #fff;
  font-size: 11pt;
  white-space: nowrap;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  text-transform: uppercase;
}

.s4-tn li.static>a:hover {
  color: #fff!important;
  text-decoration: none;
}

.s4-toplinks .s4-tn a.selected {
  color: #fff;
  text-decoration: none;
}

.s4-tn UL.dynamic {
  background-color: #05868e;
  width: 100%;
  list-style:none;
  border:none;
  box-shadow:none;
}

.s4-tn li.dynamic>.menu-item {
  color: #fff;
  text-decoration: none;
  font-size: 10.5pt;
  text-align: left;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  min-width: auto;
  padding:3px;
}

.s4-tn li.dynamic>a:hover {
  background-color: #80c1c5;
}

.ms-core-listMenu-horizontalBox a.dynamic-children span.additional-background, .ms-core-listMenu-horizontalBox span.dynamic-children span.additional-background {
  padding-right: 0px;
  background-image: none;
}

.ms-core-listMenu-horizontalBox ul, .ms-core-listMenu-horizontalBox li, .ms-core-listMenu-horizontalBox .ms-core-listMenu-item, .ms-core-listMenu-horizontalBox > ul > li > table {
	width:100%;
}

.s4-ql {
  /*margin-top: 15px;*/
  color: #05868e !important;
}

.ms-core-listMenu-root {
	list-style-type: none;
	padding-inline-start: 0;
}

.s4-ql ul.root>li>a {
  color: #05868e;
}

.s4-ql a.selected {
  background: none transparent;
  color: #05868e !important;
  font-weight: bold;
  border: none !important;
}

.s4-ql a.selected:hover {
  background-color: #fff !important;
}

.s4-ql ul.root ul>li>a {
  color: #05868e;
  text-decoration: none;
  font-size: 10pt;
  padding-left: 20px;
}

.s4-ql ul.root ul>li>a:hover, .s4-ql ul.root>li>a:hover {
  text-decoration: none;
  background-color: #05868e;
  color: #fff
}

.s4-ql ul.root ul {
  margin-bottom: 0px;
  margin-left: 5px;
  list-style-type: none;
  padding-inline-start: 0px !important;
  margin-block-end: 0 !important;
}

.s4-ql ul.root>li>.menu-item {
  color: #05868e;
}


#pageAreaLayout{
	max-width: 1300px;
    margin: 0 auto;	
    margin-top:1em;	
}
   
#pageTable {
 /* vertical-align: top;
  margin-top: 10px;
  width: 100%;
  max-width: 960px;
  border-collapse: collapse
  */
}

td#pageLeft {
  padding: 10px;
  vertical-align: top;
  border-right: dashed 1px #05868e;
  width: 20%;
  border-color: #bbc5c9
}

#pageCenter {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  vertical-align: top;
  max-width: 1035px;
}

#bodyContent {
  color: #000;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  min-height: 453px;
}


/*Footer*/
#footer {
  padding: 2% 10px 0 10px;
  color: #fff;
  background: #05868e;
  min-height: calc(75vw*.18);
}

.footerWrapper {
  background: url('/Style%20Library/Images/CerealsGrains_White.png') calc(25%)/calc(4em + 15vmin) no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  text-align: center;
  width: 70%;
  max-width: 1500px;
  margin: 0 auto;
  min-height: calc(60vw*.15);
}

.footerlinks {
	text-align: left;
	border-inline-start: #fff solid 3px;
	width: 41%;
	padding-inline-start: 10%;
	padding-top: 1%;
}

.footerlinks p {
	margin-bottom: 2%;
}

.footerlinks a {
	color: #fff;
}

.footerBottom {
	background-color: #176469;
	height: 65px;
}

.copyright {
	float: left;
	margin-left: 4%;
	margin-top: 1.2%;
}

#copyYear {
	color: #fff;
}

#copyYear a {
	color: #fff !important;
}

#homeLinkFooter {
  display: none;
}


.follow {
	float: right;
	margin-right: 4%;
	margin-top: 1%;
}

.follow img {
	vertical-align: middle;
	margin-left: 6%;
}

.follow a {
	color: #fff;
}

.icons {
	display: flex;
	width: min-content;
	margin: 0 auto;
}

.icons .facebook::before {
	font: var(--fa-font-brands);
	content: "\f09a";
	font-size: 2em;
	color: #fff;
	margin-right: 12px;
}
	
.icons .twitter::before {
	font: var(--fa-font-brands);
	content: "\e61b";
	font-size: 2em;
	color: #fff;
	margin-right: 12px;
}


.icons .linkedin::before {
	font: var(--fa-font-brands);
	content: " \f08c";
	font-size: 2em;
	color: #fff;
	margin-right: 12px;
}



.editMode {
  background: #f0f0f0;
  margin: 20px 0 0 0;
  padding: 0 10px 10px 10px
}

.editMode legend {
  color: #c00;
  font-weight: bold;
  margin: 0 0 10px 0
}

#ctl00_ctl15_g_889b661d_115d_41c4_ad1e_60b38061bf9a {
  height: 100px;
  text-align: center;
  vertical-align: middle
}

#ctl00_ctl15_g_13069e51_d2e3_47c1_8ea3_f530e4155e2a {
  height: 100px;
  text-align: center;
  vertical-align: middle
}

.currentNav {
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif;

}

.currentNav a:hover {
  color: #a9c23f
}

.currentNavHeader {
  font-size: 1.2em;
  color: #012b4d;
  font-family: Arial, Helvetica, sans-serif;

}

.currentNavHeader a {
  display: block;
  color: #05868e;
  padding: 5px 0
}

.currentNavItem {
  font-size: .9em;
  color: #05868e;
  border-bottom: 1px #d9debc solid;
  font-family: Arial, Helvetica, sans-serif;

}

.currentNavItem a {
  display: block;
  color: #05868e;
  padding: 5px 0 5px 5px
}

.currentNavHeaderActive {
  font-weight: bold
}

.currentNavItemActive {
  font-weight: bold
}

.ms-WPHeader TD h3 {
    text-align: center;
    color: #05868e;
    padding: 5px;
    background: none;
    height: 100%;
    font-weight: bold;
}

.ms-WPHeader td:first-child {
 /* background: #012b4d url('Images/blue_right_home.jpg') no-repeat top right;
  margin: 0;
  padding: 0;
  border-radius: 15px*/
}

.ms-WPHeader TD {
  margin: 0;
  padding: 0
}

.ms-WPHeader:hover {
  color: #fff;
  text-decoration: none
}

.ms-WPHeader a {
  color: #fff;
  text-decoration: none
}

.Mtg2017BackgroundImage {
  background-image: url('/meetings/annual/program/PublishingImages/Cereals_17_generic_dates_Gradation.png');
  background-repeat: no-repeat;
  height: 100%
}

.Mtg2017BackgroundImage>h1 {
  margin-top: 50px
}

.ms-WPBody {
  margin-top: 7px
}

.ms-WPBorder {
  border-style: none
}

.ms-toolbarContainer {
  background: #05868e;
  color: #fff;
  font-size: .9em
}

table.ms-toolbar {
  background: #05868e;
  color: #fff;
  font-size: .9em
}

.ms-menutoolbar {
  background: #05868e;
  color: #fff;
  font-size: .9em
}

.ms-toolbarContainer a {
  color: #fff;
  font-weight: bold
}

table.ms-toolbar a {
  color: #fff;
  font-weight: bold
}

.ms-menutoolbar a {
  color: #fff;
  font-weight: bold
}

.ms-viewselectorhover a {
  color: #000
}

.ms-splitbuttonhover a {
  color: #000
}

.ms-menubuttonactivehover a {
  color: #000
}

.ms-viewselectorhover a:hover {
  text-decoration: none
}

.ms-splitbuttonhover a:hover {
  text-decoration: none
}

.ms-menubuttonactivehover a:hover {
  text-decoration: none
}

.ms-separator img {
  background: #fff
}

.ms-viewheadertr {
  background: #f0f0f0;
  font-size: .85em;
  color: #777
}

.ms-viewheadertr a {
  color: #777
}

.ms-MenuUIPopupBody {
  font-size: .9em
}

th.ms-vh2 div {
  position: static !important
}

th.ms-vh div {
  position: static !important
}

.ms-rteCustom-CreditCaption {
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 0
}

td.ms-rteCustom-BlueBgdWhiteFont {
  background-color: #05868e;
  color: white
}

.verticalaligntop {
  vertical-align: top !important
}

.progCal {
  background: url('/meetings/annual/PublishingImages/Gradation-Left-Orange.png') no-repeat;
  background-size: cover
}

.progCal>tbody>tr>td {
  vertical-align: top
}

#carousel {
  width: 100%;
}

#carousel ul li img {
  border: 0;
  display: inline-block;
  vertical-align: middle !important
}

#carousel ul li img {
  width: 140px
}

#features .image-area-left img {
  max-width: 100%
}

.OBTitle {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.OBTitle h2, .OBTitle h1 {
  	vertical-align: top;
  	padding-top: 8px;
}

.OBTitle img {
   margin: 8px;
   padding-right: 20px;
}

.OBChapter {
   width: 100%;
   text-align: left;
}

.OBChapter div {
   display: flex;
}

.OBChapter .btn3 {
	width: 80px;
	height: 30px;
	line-height: 1;
	margin: 3px;
	font-size: 12px;
}

.collapsible-header {
	display:inline-block;
	justify-content: space-between;
	vertical-align: middle;
	width: 98.5%;
	margin-bottom: 1%;
	padding: 15px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	font-size: 13.5pt;
	font-weight:500;
	line-height:1.4;
	white-space:nowrap;
	webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color:#333;
	background-color:#e8e8e8;
}

.collapsible-header:before {
	font-family: 'fontawesome';
    content: "\f054";
	float: left;
	font-size: .50em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	line-height: 1.5em;
	margin-top: 4.2px;
}

.collapsible-header.open:before {
	font-family: 'fontawesome';
	content: "\f078";
}

.collapsible-header.focus,
.collapsible-header:focus {
	color:#333;
	background: #d8d8d8 !important;
}

.active, .collapsible-header:hover {
	color:#333;
	background: #d8d8d8;
}

ul.collapsible {
	list-style-type:none;
	padding-inline-start: 0;
}

.collapsible-body {
	text-align:left;
	padding-bottom: 2%;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin-bottom: 2%;
    font-size: 11pt;
    width: 101%;
}

.collapsible-body p, .collapsible-body h2, .collapsible-body h3, .collapsible-body h4, .collapsible-body img, .collapsible-body table{
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.collapsible-body .btn {
	margin-left: 2.5%;
}


.greyPromotion {
	background-color:#e7e7e7;
	height: 100px;
	width: 100%;
}

table.greyPromoTable {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	max-width: 870px;
}

.greyPromotion h2 {
	color: #05868e !important;
}

.Promotion .btn {
	float: right;
	margin: 0;
}

.Promotion {
	background-color: #05868e;
	height: 100px;
	width: 100%;
}

table.promoTable {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	max-width: 1300px;
}

.Promotion h2 {
	color: #fff !important;
	font-size: 16pt;
	margin-left: 10%;
}

.Promotion .btnWhite {
	float: right;
	margin-right: 25%;
}

.btnWhite {
	margin-right: 1em;
  	font-weight: normal;
  	text-align: center;
  	vertical-align: middle;
  	display: inline-block;
  	cursor: pointer;
  	border: 1px solid transparent;
  	text-decoration: none;
  	padding: 2px 10px;
  	font-size: 13.5pt;
  	line-height: 1.6;
  	border-radius: 3px;
  	-webkit-transition: background .2s ease-out;
  	transition: background .2s ease-out;
  	-webkit-box-shadow: -2px 2px 3px -1px #2e2e2e;
  	box-shadow: -2px 2px 3px -1px #2e2e2e;
  	background: #fff;
  	color: #05868e !important;
}

a.btnWhite:link {
	color: #05868e !important;
}

.btnWhite:hover {
	background: #fff;
	text-decoration: none;
	color: #05868e;
}

a.btnWhite:visted {
	color: #05868e !important;
}

@media only screen and (max-width: 600px){
.btn3 {
	font-size: 10px;			
} 	

.greyPromotion h2 {
	margin: 10px;
}
		
}

