
body {
font-family: "Roboto", "Gill Sans", Optima, sans-serif;
margin: 0px;
background-color: #FFF;
color: #575656;
}
img {
vertical-align: bottom;
}
a:active {
background: none;
}
#layout {
max-width: 1280px;
margin: 0px auto;
}
#content {
position: relative;
z-index: 1;
background-color: #FFF;
margin: 0px 20px;
box-shadow: 0px 6px 12px #888;
}
.column-content img {
width: auto !important;
height: auto !important;
max-width: 100%;
box-shadow: 0px 0px 30px ##CCC;
display: block;
}
.design-row {
zoom: 1;
}
.design-row:after {
visibility: hidden;
display: block;
content: "\0020";
clear: both;
height: 0;
}
.design-column {
float: left;
}
.design-column.reverse-float {
float: right;
}

.design-row .percent15 {width: 15%;}
.design-row .percent85 {width: 85%;}
.design-row .percent60 {width: 60%;}
.design-row .percent40 {width: 40%;}
.design-row .percent20 {width: 20%;}
.design-row .percent80 {width: 80%;}
.design-row .percent30 {width: 30%;}
.design-row .percent70 {width: 70%;}
.design-row .percent25 {width: 25%;}
.design-row .percent49 {width: 49%;}
.design-row .percent50 {width: 50%;}
.design-row .percent75 {width: 75%;}
.design-row .percent333 {width: 33.333%;}
.design-row .percent375 {width: 37.5%;}

.design-row .percent25.boxed {width: 23.5%;}
.design-row .percent333.boxed {width: 32%;}
.design-row .percent50.boxed {width: 49%;}
.design-row .percent50.boxedNews {width: 48%;}
.design-row .percent375.boxed {width: 36.5%;}

.design-row .column-content.boxed {
border: 2px solid #575656;
padding: 1em;
margin: 1em;
}
.design-row .boxed.spacer {
margin-left: 2%;
}
.design-row .boxed.spacerLeft {
margin-left: 1%;
}
.design-row .boxed.spacerRight {
margin-right: 1%;
}
.design-row .column-content.boxedNews {
padding: 0.2em;
margin: 0.2em;
}
.design-row .boxedNews.spacer {
margin-left: 2%;
}
.design-row .boxedNews.spacerLeft {
margin-left: 1%;
}
.design-row .boxedNews.spacerRight {
margin-right: 1%;
}
.column-content {
padding: 32px;
overflow: hidden;
}
.column-content p {
line-height: 1.6em;
}
.column-content a:link, 
.column-content a:visited  {
color: #575656;
}
.column-content a:hover{
color: #04BAF1;
}
.column-content ul.list {
margin: 0px 0px 16px 14px;
padding: 0px;
font-weight: normal; 
line-height: 1.6em;
list-style:url(../../assets/images/bullet.png);
}

.column-content.border-left {
	border-left: 1px #000;
	border-left-style: dotted;
}
.column-content.border-right {
	border-right: 1px #000;
	border-right-style: dotted;
}
.column-content.border-top {
	border-top: 1px #000;
	border-top-style: dotted;
}
.column-content.border-bottom {
	border-bottom: 1px #000;
	border-bottom-style: dotted;
}
.column-content.border-left-right {
	border-left: 1px #000;
	border-right: 1px #000;
	border-left-style: dotted;
	border-right-style: dotted;
}
.column-content.radius-bottom {
	border-radius: 0px 0px 6px 6px;
}
.column-content.radius-bottom-left {
	border-radius: 0px 0px 0px 6px;
}
.column-content.radius-bottom-right {
	border-radius: 0px 0px 6px 0px;
}

#footer {
color: #FFF;
margin: 0px;
background-color: #575656;
padding: 10px 24px;
font-size:0.9em;
}
#footer img {
opacity: .6;
-webkit-transition: opacity linear .35s .1s;
transition: opacity linear .35s .1s;
}
#footer img:hover {
opacity: 1;
}
#footer a:link, 
#footer a:visited  {
color: #FFF;
}
#footer a:hover{
color: #04BAF1;
}
#copyright {
margin: 12px 100px 30px 100px;
color: #888;
font-size: 0.75em;
text-transform: uppercase;
text-align: center;
}
h1, h2, h3, h4 {
margin: 30px 0px 0px 0px;
}
.column-content h1:first-child,
.column-content h2:first-child,
.column-content h3:first-child,
.column-content h4:first-child {
margin-top: 10px;
}
h1 {
font-size: 1.25em;
margin: 4px 0 12px 0;
color: #575656;
font-weight:600;
}
h2 {
font-size: 1.1em;
margin: 20px 0 3px 0;
font-weight:600;
}
h3 {
font-size: 1.3em;
font-family: 'Ubuntu', sans-serif;
margin: 12px 0 4px 0;
padding: 12px 0px 0 0;
font-weight:400;
background-image:url(../../assets/images/h2Bg.jpg);
background-repeat:no-repeat;
}
h4 {
font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
font-size: 1em;
margin: 24px 0px 8px 0px!important;
padding: 6px;
color: #04BAF1;
border: 1px solid #04BAF1;
font-weight:400;
box-shadow: 0px 0px 12px rgba(0,0,0,.15);
}

.whatpeoplesay {
font-size: 0.90em; 
color: #04BAF1;
font-weight:400;
}
.centered {
text-align: center; 
}
.right {
text-align: right!important;
}
.imgRight  {
float: right;
}
.paddingLogo {
padding: 32px 24px 32px 24px;
}
.smallPadding{
padding: 2px;
}
.paddingFooterLeft {
padding: 8px 30px;
}
.paddingRightOnly {
padding: 0px 12px 0px 0px;
}
.paddingRightPartners{
padding: 0px 20px 0px 0px;
}
.noPadding{
padding:0px;
}
.paddingFooterRight{
padding: 19px 30px 16px 30px;
}
.noPaddingTopBottom {
padding: 0px 24px 0px 24px!important;
}
.paddingBottom {
padding: 0px 0px 12px 0px!important;
}
.paddingTeamPictures {
padding: 4px 24px 0px 24px!important;
}
.noMarginTop {
margin-top: 0px!important;
}
.marginTop {
margin-top: 12px!important;
}
.marginBottom {
margin-bottom: 12px!important;
}
.noMarginBottom {
margin-bottom: 0px!important;
}
.fancy {
padding: 32px;
background-color: #04BAF1 !important;
color: #000;
}
.fancy .questions {
margin: 0;
min-height: 140px;
}
.fancy.questions  p {
margin: 0!important;
font-weight: 300;
font-family: "Roboto", "Gill Sans", Optima, sans-serif;
line-height: 1.1em;
}
.fancy .questions  p.q1 {
padding: 0 0 0 3%;
margin: 0!important;
color: #575656;
font-size: 22px
}
.fancy .questions p.q2 {
padding: 0 0 0 8%;
margin: 0!important;
color: #575656;
font-size: 30px
}
.fancy .questions  p.q3 {
padding: 0 0 0 2%;
margin: 0!important;
color: #575656;
font-weight: 400;
font-size: 45px
}
.fancy .questions  p.q4 {
padding: 0 0 0 9%;
margin: 0!important;
color: #575656;
font-size: 28px
}
.fancy .questions p.q5 {
float: right;
margin: 0;
color: #575656;
font-size: 22px
}
.fancyDark {
border: 4px solid #04BAF1;
padding: 12px 16px;
margin: 20px 0px 0px 0px;
color: #FFF;
background: -webkit-linear-gradient(#575656, #656262);
background: linear-gradient(#575656, #656262);
background-color: #575656;
}
.fancyDark a:link, 
.fancyDark a:visited  {
color: #FFF;
}
.fancyDark a:hover{
color: #04BAF1;
}
img.displayed {
display: block;
margin-left: auto;
margin-right: auto;
}
img.displayed2 {
}
.map-wrapper {
position: relative;
padding-bottom: 100%;
padding-top: 0px;
height: 0px;
overflow: hidden;
margin-bottom: 20px;
}
.map-wrapper iframe, .map-wrapper object, .map-wrapper embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0px;
overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object,.video-wrapper embed {
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%; 
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.design-column {
float: none;
width: auto !important;
}
.column-content {
padding: .75em;
border: none !important;
border-radius: 0px;
height: auto !important;
max-height: 888678px;
}
#layout {max-width: none;}
#content, .column-content, #footer, #copyright {
margin: 0px;
border-radius: 0px !important;
}
.design-row .column-content.boxed {
border: 2px solid #575656!important;
padding: 0.3em!important;
margin: 0.3em!important;
}
img.displayed2 {
display: block;
margin-left: auto;
margin-right: auto;
}
#footer {
text-align: center!important;
}
.right {
text-align: center!important;
}
}

/*Smartphones ONLY*/
@media only screen and (max-device-width: 480px) {}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#content {margin: 0px 20px;}
	#copyright {margin: 0px 10px;}
	.column-content {padding: 20px;}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {}
