/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
	margin:0px; padding:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#EEEEEE;
	font-size:20px;
	}

#content{
	box-shadow: 0px 0px 5px gray;
	width:960px;
	background-color:#FFF;
	margin:0 auto;
	font-family: 'Lato', sans-serif;
}

#content2{
	box-shadow: 0px 0px 5px gray;
	width:960px;
	background-color:#FFF;
	margin:0 auto;
	font-family: 'Lato', sans-serif;
	font-size:16px;
}

.dna
{
	background-image:url(../images/bgDNA.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:301px;
	padding:30px;
	text-align:center;
}

.bg-white-shadow
{
	box-shadow: 0px 0px 5px gray;
	background-color:#FFF;
}

.strokeme
{
    color: $000;
    text-shadow:
    -3px -3px 0 #FFF,
    3px -3px 0 #FFF,
    -3px 3px 0 #FFF,
    3px 3px 0 #FFF;  
}

.bg-title1
{
	background-image:url(../images/bgTitle1.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:154px;
}

.bg-title2
{
	background-image:url(../images/bgTitle2.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:179px;
}


.bg-title3
{
	background-image:url(../images/bgTitle3.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:180px;
}

.bg-title4
{
	background-image:url(../images/bgTitle4.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:179px;
}

.bg-title5
{
	background-image:url(../images/bgTitle5.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:119px;
	padding:30px;
}

.bg-title6
{
	background-image:url(../images/bgTitle6.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:72px;
	padding:30px;
}

.bg-title7
{
	background-image:url(../images/bgTitle7.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:177px;
	padding:5px 30px 30px 30px;
}

.bg-title8
{
	background-image:url(../images/bgTitle8.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:119px;
	padding:30px;
}

.bg-title9
{
	background-image:url(../images/bgTitle9.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:251px;
	padding:30px;
}

.bg-title10
{
	background-image:url(../images/bgTitle10.jpg);
	background-repeat:no-repeat;
	width:920px;
	height:77px;
	padding:20px;
}

.bg-title11
{
	background-image:url(../images/bgTitle11.jpg);
	background-repeat:no-repeat;
	width:920px;
	height:156px;
	padding:20px;
}

.bg-white-concrete
{
	background-image:url(../images/bgWhiteConcrete.jpg);
	background-repeat:no-repeat;
	width:960px;
}

.bg-running
{
	background-image:url(../images/bgRunning.jpg);
	background-repeat:no-repeat;
	width:900px;
	padding:30px;
}

.bg-night-sky
{
	background-image:url(../images/imgNightSky.jpg);
	background-repeat:no-repeat;
	width:900px;
	padding:30px;
}


.bg-sunset
{
	background-image:url(../images/imgSunset.jpg);
	background-repeat:no-repeat;
	width:900px;
	padding:30px;
}

.bg-blue-light
{
	background-image:url(../images/bgBlueLight.jpg);
	background-repeat:no-repeat;
	width:900px;
	padding:30px;
}


.bg-syringe
{
	background-image:url(../images/bgSyringe.jpg);
	background-repeat:no-repeat;
	width:960px;
	text-align:left;
	padding:30px;
}


.bg-cells
{
	background-image:url(../images/bgCells.jpg);
	background-repeat:no-repeat;
	width:900px;
	text-align:left;
	padding:30px;
}

.bg-cells2
{
	background-image:url(../images/bgCellsBlue.jpg);
	background-repeat:no-repeat;
	width:900px;
	text-align:left;
	padding:30px;
}

.bg-blueberry
{
	background-image:url(../images/bgBlueberry.jpg);
	background-repeat:no-repeat;
	width:900px;
	text-align:left;
	padding:30px;
}

.bg-bilberry
{
	background-image:url(../images/bgBilberry.jpg);
	background-repeat:no-repeat;
	width:900px;
	text-align:left;
	padding:30px;
}

.bg-stomach-acids
{
	background-image:url(../images/imgStomachAcids.png);
	background-repeat:no-repeat;
	background-position:220px 0px;
	text-align:left;
}

.bg-macular-carotenoids
{
	background-image:url(../images/imgMacularCarotenoids.png);
	background-repeat:no-repeat;
	background-position:350px 0px;
	text-align:left;
}

.bg-marigold
{
	background-image:url(../images/bgMarigold.jpg);
	background-repeat:no-repeat;
	width:900px;
	text-align:left;
	padding:30px;
}

.bg-molecule2
{
	background-image:url(../images/bgMolecule2.jpg);
	background-repeat:no-repeat;
	width:900px;
	text-align:left;
	padding:30px;
}

.bg-tisa
{
	background-image:url(../images/bgTisa.jpg);
	background-repeat:no-repeat;
	width:900px;
	text-align:left;
	padding:30px;
	height:100%;
}

.bg-couple-beach
{
	background-image:url(../images/bgCoupleBeach.jpg);
	background-repeat:no-repeat;
	width:900px;
	text-align:left;
	padding:30px;
	height:100%;
}

.bg-morning-sun
{
	background-image:url(../images/bgMorningSun.jpg);
	background-repeat:no-repeat;
	width:900px;
	text-align:left;
	padding:30px;
	height:100%;
}

.bg-morning-sun2
{
	background-image:url(../images/bgMorningSun2.png);
	background-repeat:no-repeat;
	width:900px;
	text-align:left;
	padding:30px;
	height:100%;
}

.bg-va-grass
{
	background-image:url(../images/bgVAGrass.jpg);
	background-repeat:no-repeat;
	width:900px;
	text-align:left;
	padding:30px;
	height:848px;
}

.bg-wood-packages
{
	background-image:url(../images/bgWoodPackages.jpg);
	background-repeat:no-repeat;
	width:820px;
	text-align:center;
	padding:40px;
	height:1015px;
}

.bg-wood-packages2
{
	background-image:url(../images/bgWoodPackages2.jpg);
	background-repeat:no-repeat;
	width:820px;
	text-align:center;
	padding:40px;
	height:773px;
}

.bg-click-below
{
	background-image:url(../images/imgClickBelow.png);
	background-position:45px 25px;
	background-repeat:no-repeat;
	width:820px;
	text-align:center;
	height:91px;
}

.bg-bottle-one
{
	background-image:url(../images/bgBottleOne.png);
	background-repeat:no-repeat;
	width:265px;
	height:631px;
}

.bg-bottle-three
{
	background-image:url(../images/bgBottleThree.png);
	background-repeat:no-repeat;
	width:265px;
	height:631px;
}

.bg-bottle-six
{
	background-image:url(../images/bgBottleSix.png);
	background-repeat:no-repeat;
	width:280px;
	height:633px;
}

.bg-molecule3
{
	background-image:url(../images/bgMolecule3.jpg);
	background-repeat:no-repeat;
	width:900px;
	text-align:left;
	padding:30px;
}

.box-translucent-white{
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background-color: rgba(255,255,255,0.9);
  width:520px;
  padding:30px;
}

.box-translucent-white2{
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background-color: rgba(255,255,255,0.9);
  width:840px;
  padding:30px;
}

.box-translucent-white3{
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background-color: rgba(255,255,255,0.9);
  width:564px;
  padding:30px;
}

.box-translucent-black{
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background-color: rgba(0,0,0,0.9);
  width:520px;
  padding:30px;
}

.box-translucent-lblue{
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background-color: rgba(214,244,252,0.5);
  width:433px;
  padding:30px;
  border:1px solid #87BBC9;
}

.box-translucent-lblue2{
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background-color: rgba(214,244,252,0.5);
  width:250px;
  padding:30px;
  border:1px solid #87BBC9;
}

table.table-marigold td
{
	background-color:#FFFFFF;
	padding:5px 10px 5px 10px;	
}

table.table-marigold td.orange
{
	background-color:#FF5C26;
	color:#FFF;
	font-size:22px;
	padding:5px 10px 5px 10px;		
}

table.table-marigold td.lorange
{
	background-color:#FFF7D5;
	color:#000;
	font-size:20px;
	padding:5px 10px 5px 10px;		
}

.speech1
{
	width:550px;
	position: relative;
    padding: 40px 40px 30px 40px;
	margin:25px 50px 50px 0px;
    border: 1px solid #5FB1A3;
    color: #333;
    background: #C1FFF1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align:left;
	line-height:30px;
}

.speech1:after
{
	content: "";
    position: absolute;
    bottom: -13px;
    left: 47px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #C1FFF1 transparent;
    display: block;
    width: 0;
}

.speech1:before
{
	content: "";
    position: absolute;
    bottom: -14px;
    left: 46px;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #5FB1A3 transparent;
    display: block;
    width: 0;
}



.speech2
{
	width:550px;
	position: relative;
    padding: 40px 40px 30px 40px;
    margin:25px 50px 50px 50px;
    border: 1px solid #5FB1A3;
    color: #333;
    background: #ECFEFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align:left;
	line-height:30px;
}

.speech2:after
{
	content: "";
    position: absolute;
    bottom: -13px;
    left: 557px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #ECFEFF transparent;
    display: block;
    width: 0;
}

.speech2:before
{
	content: "";
    position: absolute;
    bottom: -14px;
    left: 556px;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #5FB1A3 transparent;
    display: block;
    width: 0;
}
    

.speech2-2
{
	width:280px;
	position: relative;
    padding: 40px 40px 30px 40px;
    margin:25px 50px 50px 320px;
    border: 1px solid #5FB1A3;
    color: #333;
    background: #ECFEFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align:left;
	line-height:30px;
}

.speech2-2:after
{
	content: "";
    position: absolute;
    bottom: -13px;
    left: 287px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #ECFEFF transparent;
    display: block;
    width: 0;
}

.speech2-2:before
{
	content: "";
    position: absolute;
    bottom: -14px;
    left: 286px;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #5FB1A3 transparent;
    display: block;
    width: 0;
}


.speech3
{
	width:550px;
	position: relative;
    padding: 40px 40px 30px 40px;
    margin:25px 50px 50px 50px;
    border: 1px solid #5FB1A3;
    color: #333;
    background: #CDECF8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align:left;
	line-height:30px;
}

.speech3:after
{
	content: "";
    position: absolute;
    bottom: -13px;
    left: 48px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #CDECF8 transparent;
    display: block;
    width: 0;
}

.speech3:before
{
	content: "";
    position: absolute;
    bottom: -14px;
    left: 48px;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #5FB1A3 transparent;
    display: block;
    width: 0;
}



.speech4
{
	width:440px;
	position: relative;
    padding: 40px 40px 30px 40px;
    margin:0px 0px 50px 0px;
    border: 1px solid #5FB1A3;
    color: #333;
    background: #ECFEFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align:left;
	line-height:30px;
}

.speech4:after
{
	content: "";
    position: absolute;
    bottom: -13px;
    left: 437px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #ECFEFF transparent;
    display: block;
    width: 0;
}

.speech4:before
{
	content: "";
    position: absolute;
    bottom: -14px;
    left: 436px;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #5FB1A3 transparent;
    display: block;
    width: 0;
}


.speech5
{
	width:440px;
	position: relative;
    padding: 40px 40px 30px 40px;
    margin:0px 0px 50px 0px;
    border: 1px solid #5FB1A3;
    color: #333;
    background: #CDECF8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align:left;
	line-height:30px;
}

.speech5:after
{
	content: "";
    position: absolute;
    bottom: -13px;
    left: 47px;
    border-width: 13px 13px 0;
    border-style: solid;
    border-color: #CDECF8 transparent;
    display: block;
    width: 0;
}

.speech5:before
{
	content: "";
    position: absolute;
    bottom: -14px;
    left: 46px;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #5FB1A3 transparent;
    display: block;
    width: 0;
}


.speech6
{
	width:179px;
	position: relative;
    padding: 20px;
    color: #333;
    background: #0685C7;
	text-align:left;
	line-height:30px;
}

.speech6:after
{
	content: "";
    position: absolute;
    bottom: 50px;
    left: 219px;
    border-width: 13px 0px 13px 13px;
    border-style: solid;
    border-color: transparent #0685C7;
    display: block;
    width: 0;
}

.speech7
{
	width:179px;
	position: relative;
    padding: 20px;
    color: #333;
    background: #FFCA00;
	text-align:left;
	line-height:30px;
}

.speech7:after
{
	content: "";
    position: absolute;
    bottom: 50px;
    left: 219px;
    border-width: 13px 0px 13px 13px;
    border-style: solid;
    border-color: transparent #FFCA00;
    display: block;
    width: 0;
}

.speech8
{
	width:840px;
	position: relative;
    padding: 30px;
    border: 1px solid #78AED8;
    color: #333;
    background: #DEF0FE;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align:left;
	line-height:30px;
}

.speech9
{
	width:689px;
	position: relative;
    padding: 30px;
    border: 2px solid #1B2E41;
    color: #333;
    background: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align:center;
	line-height:30px;
}


.speech10
{
	width:179px;
	position: relative;
    padding: 20px;
    color: #000;
    background: #FDDB17;
	text-align:left;
	line-height:30px;
}

.speech10:after
{
	content: "";
    position: absolute;
    bottom: 30px;
    left: 219px;
    border-width: 13px 0px 13px 13px;
    border-style: solid;
    border-color: transparent #FDDB17;
    display: block;
    width: 0;
}


.bg-brush-stroke
{
	background-image:url(../images/imgBrushStroke.png);
	background-repeat:no-repeat;
	background-position: 280px 80px;
}

.bg-molecule
{
	background-image:url(../images/bgMolecule.jpg);
	background-repeat:no-repeat;
}

.bg-dark-grunge
{
	background-image:url(../images/imgDarkGrunge.jpg);
	background-repeat:no-repeat;
}

.bg-orange-smoke
{
	background-image:url(../images/bgOrangeSmoke.jpg);
	background-repeat:no-repeat;
}

.bg-giving-hand
{
	background-image:url(../images/imgGivingHand.png);
	background-position:580px 0px;
	background-repeat:no-repeat;
	height:404px;
}

.bg-old-couple-2
{
	background-image:url(../images/imgOldCouple2.jpg);
	background-repeat:no-repeat;
	padding:30px;
}

.bg-brain-cells
{
	background-image:url(../images/bgBrainCells.jpg);
	background-repeat:no-repeat;
	padding:30px;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input.middle:focus {
    outline-width: 0;
}

#footer
{
	padding:20px 0px 20px 0px;
	width:800px;
	margin:0 auto;
	font-size:10px
}

#footer a
{
	color:#007FFF;
}

#footer a:visited
{
	color:#007FFF;
}


hr
{color:#000; background-color:#000; border:0px none transparent}


.stroke-white{
   text-shadow: 2px 2px 0px #FFF;
}

/* Fonts */
@import url(//fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

.passion-one{
	font-family: 'Passion One', sans-serif;
}

@font-face {
    font-family: 'LatoRegular';
    src: url('../content/fonts/Lato-Regular.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-regular{
    font-family: 'LatoRegular';
}

@font-face {
    font-family: 'LatoLight';
    src: url('../content/fonts/Lato-Light.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-light{
    font-family: 'LatoLight';
}

@font-face {
    font-family: 'LatoItalic';
    src: url('../content/fonts/Lato-Italic.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-italic{
    font-family: 'LatoItalic';
}

@font-face {
    font-family: 'LatoBoldItalic';
    src: url('../content/fonts/Lato-BoldItalic.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-bold-italic{
    font-family: 'LatoBoldItalic';
}

@font-face {
    font-family: 'LatoBlackItalic';
    src: url('../content/fonts/Lato-BlackItalic.ttf') format('truetype'); 
    font-style: italic;
    text-rendering: optimizeLegibility;
}

.lato-black-italic{
    font-family: 'LatoBlackItalic';
}

@font-face {
    font-family: 'LatoBlack';
    src: url('../content/fonts/Lato-Black.ttf') format('truetype'); 
    text-rendering: optimizeLegibility;
}

.lato-black{
    font-family: 'LatoBlack';
}

.lblue-black
{
	font-family: 'LatoBlack';
	color:#0685C5;
}

.circle
{
width:78px;
height:78px;
border-radius:50%;
font-size:60px;
color:#fff;
line-height:78px;
text-align:center;
background:#008EA2;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}


@font-face{font-family:'Ruly';src:url('../content/fonts/RulyRG.ttf');font-weight:normal;font-style:normal}
@font-face{font-family:'Ruly_IE';src:url('../content/fonts/RulyRG.eot');font-weight:normal;font-style:normal}
.ruly { font-family: Ruly,Ruly_IE; }

@font-face{font-family:'Helvetica_heavy';src:url('../content/fonts/HelveticaNeueLTCom-Hv.ttf');}
@font-face{font-family:'Helvetica_heavy_IE';src:url('../content/fonts/HelveticaNeueLTCom-Hv.eot');}
.helvetica_heavy { font-family: Helvetica_heavy,Helvetica_heavy_IE; }

@font-face{font-family:'Roboto_bold';src:url('../content/fonts/robotocondensed-bold.ttf');}
@font-face{font-family:'Roboto_bold_IE';src:url('../content/fonts/robotocondensed-bold.eot');}
.roboto_bold { font-family: Roboto_bold,Roboto_bold_IE; }

@font-face{font-family:'Helvetica_It';src:url('../content/fonts/helveticaneueltcom-lt.ttf');}
@font-face{font-family:'Helvetica_It_IE';src:url('../content/fonts/helveticaneueltcom-lt.eot');}
.helvetica_light { font-family: Helvetica_It,Helvetica_It_IE; }

@font-face{font-family:'Helvetica_bold_con';src:url('../content/fonts/helveticaneueltcom-bdcn.ttf');}
@font-face{font-family:'Helvetica_bold_con_IE';src:url('../content/fonts/helveticaneueltcom-bdcn.eot');}
.helvetica_bold_con { font-family: Helvetica_bold_con,Helvetica_bold_con_IE; }

@font-face{font-family:'MyriadPro_regular';src:url('../content/fonts/MyriadPro-Regular.ttf');}
@font-face{font-family:'MyriadPro_regular_IE';src:url('../content/fonts/MyriadPro-Regular.eot');}
.myriadPro_regular { font-family: MyriadPro_regular,MyriadPro_regular_IE; }

@font-face{font-family:'MyriadPro_bold';src:url('../content/fonts/MyriadPro-Bold.ttf');}
@font-face{font-family:'MyriadPro_bold_IE';src:url('../content/fonts/MyriadPro-Bold.eot');}
.myriadPro_bold { font-family: MyriadPro_bold,MyriadPro_bold_IE; }

@font-face{font-family:'Century_regular';src:url('../content/fonts/Century_Regular.ttf');}
@font-face{font-family:'Century_regular_IE';src:url('../content/fonts/Century_Regular.eot');}
.century_regular { font-family: Century_regular,Century_regular_IE; }

@font-face{font-family:'KGYouWontBringMeDownBold';src:url('../content/fonts/KGYouWontBringMeDownBold.ttf');}
@font-face{font-family:'KGYouWontBringMeDownBold_IE';src:url('../content/fonts/KGYouWontBringMeDownBold.eot');}
.kGYouWontBringMeDownBold { font-family: KGYouWontBringMeDownBold,KGYouWontBringMeDownBold_IE; }

@font-face{font-family:'Trebu';src:url('../content/fonts/trebuc_0.ttf');}
@font-face{font-family:'Trebu_IE';src:url('../content/fonts/trebuc_0.eot');}
.trebu { font-family: Trebu,Trebu_IE; }

@font-face{font-family:'OpenSans_Bold';src:url('../content/fonts/OpenSans-Bold.ttf');}
@font-face{font-family:'OpenSans_Bold_IE';src:url('../content/fonts/OpenSans-Bold.eot');}
.opensans_bold { font-family: OpenSans_Bold,OpenSans_Bold_IE; }

@font-face{font-family:'OpenSans';src:url('../content/fonts/OpenSans-Regular.ttf');}
@font-face{font-family:'OpenSans_IE';src:url('../content/fonts/OpenSans-Regular.eot');}
.opensans { font-family: OpenSans,OpenSans_IE; }

@font-face{font-family:'Lucida_Bright';src:url('../content/fonts/Lucida_Bright.ttf');}
@font-face{font-family:'Lucida_Bright_IE';src:url('../content/fonts/Lucida_Bright.eot');}
.lucidabright { font-family: Lucida_Bright,Lucida_Bright_IE; }

@font-face{font-family:'GothamBlack';src:url('../content/fonts/GothamBlack.ttf');}
@font-face{font-family:'GothamBlack_IE';src:url('../content/fonts/GothamBlack.eot');}
.gothamblack { font-family: GothamBlack,GothamBlack_IE; }

.fmTahoma {font-family:Tahoma, Geneva, sans-serif}
.fmTimes {font-family:"Times New Roman", Times, serif}

.fs96 {font-size:96px}
.fs80 {font-size:80px}
.fs79 {font-size:79px}
.fs74 {font-size:74px}
.fs66 {font-size:66px}
.fs61 {font-size:61px}
.fs59 {font-size:59px}
.fs54 {font-size:54px}
.fs52 {font-size:52px}
.fs50 {font-size:50px}
.fs45 {font-size:45px}
.fs42 {font-size:42px}
.fs40 {font-size:40px}

.fs38 {font-size:38px}
.fs37 {font-size:37px}
.fs35 {font-size:35px}
.fs34 {font-size:34px}
.fs32 {font-size:32px}
.fs30 {font-size:30px}
.fs28 {font-size:28px}
.fs26 {font-size:26px}
.fs25 {font-size:25px}
.fs24 {font-size:24px}
.fs23 {font-size:23px}
.fs21 {font-size:21px}
.fs20 {font-size:20px}
.fs19 {font-size:19px}
.fs18 {font-size:18px}
.fs17 {font-size:17px}
.fs16 {font-size:16px}
.fs15 {font-size:15px}
.fs14 {font-size:14px}
.fs13 {font-size:13px}
.fs0  {font-size:0px}

.ls0  {letter-spacing:0px}

.lh80 {line-height:80px}
.lh72 {line-height:72px}
.lh34 {line-height:34px}
.lh30 {line-height:30px}
.lh40 {line-height:40px}
.lh55 {line-height:55px}
.lh50 {line-height:50px}
.lh45 {line-height:45px}
.lh61 {line-height:61px}
.lh25 {line-height:25px}
.lh22 {line-height:22px}
.lh19 {line-height:19px}
.lh18 {line-height:18px}
.lh16 {line-height:16px}
.lh0 {line-height:0px}


.bgwhite	{background-color:#FFF}
.bgblack	{background-color:#000}
.bgbeige	{background-color:#FFF9CD}
.bggray		{background-color:#DCDCDC}
.bgdgray	{background-color:#DDDDDD}
.bglgray	{background-color:#CCCCCC}
.bglgray2	{background-color:#F8F8F8}

.bgdblue	{background-color:#1B242D}
.bgdblue2	{background-color:#2C4A69}

.bglblue	{background-color:#EAF7FD}
.bgpblue	{background-color:#ECFBFF}
.bglblue2	{background-color:#0685C7}
.bglblue3	{background-color:#E1EFF7}
.bglblue4	{background-color:#F3F9FC}

.bgcyan		{background-color:#D2F0FB}
.bgfushchia	{background-color:#B90A47}
.bgbluegreen{background-color:#107895}
.bgdred2	{background-color:#B20000}
.bgdred3	{background-color:#AA1809}
.bgorange	{background-color:#FF5C26}
.bgbgreen	{background-color:#006674}
.bgteal		{background-color:#008896}


.brdrred	{border:solid #D90000 1px}
.brdrblue	{border:solid #1B242D 2px}
.brdrgray	{border:solid #F3F3F3 3px}

.fwnormal {font-weight:normal}
.fwbold {font-weight:bold}
.fw900	{font-weight:900}
.fw800	{font-weight:800}
.fw700	{font-weight:700}
.fw600	{font-weight:600}
.fw500	{font-weight:500}
.fw400	{font-weight:400}
.fw300	{font-weight:300}
.fw200	{font-weight:200}
.fw100	{font-weight:100}
		
/*Misc*/
.pabsolute	{position:absolute}

.fleft	{float:left}
.fright	{float:right}
.clear  {clear:both}

.taligncenter {text-align:center}
.talignleft {text-align:left}
.talignright {text-align:right}

.pall60	{padding:60px}
.pall30	{padding:30px}
.pall20	{padding:20px}
.pall15	{padding:15px}
.pall10	{padding:10px}

.ptop110	{padding-top:110px}
.ptop90	{padding-top:90px}
.ptop80	{padding-top:80px}
.ptop70	{padding-top:70px}
.ptop60	{padding-top:60px}
.ptop50	{padding-top:50px}
.ptop48	{padding-top:48px}
.ptop43	{padding-top:43px}
.ptop40	{padding-top:40px}
.ptop37	{padding-top:37px}
.ptop35	{padding-top:35px}
.ptop30	{padding-top:30px}
.ptop20	{padding-top:20px}
.ptop25	{padding-top:25px}
.ptop23	{padding-top:23px}
.ptop15	{padding-top:15px}
.ptop12	{padding-top:12px}
.ptop10	{padding-top:10px}
.ptop8	{padding-top:8px}
.ptop5	{padding-top:5px}
.ptop1	{padding-top:1px}

.pright250 	{padding-right:250px}
.pright120 	{padding-right:120px}
.pright80 	{padding-right:80px}
.pright60 	{padding-right:60px}
.pright50 	{padding-right:50px}
.pright40 	{padding-right:40px}
.pright32 	{padding-right:32px}
.pright30 	{padding-right:30px}
.pright25 	{padding-right:25px}
.pright20 	{padding-right:20px}
.pright15 	{padding-right:15px}
.pright10 	{padding-right:10px}
.pright4 	{padding-right:4px}
.pright2 	{padding-right:2px}

.pleft310 {padding-left:310px}
.pleft175 {padding-left:175px}
.pleft150 {padding-left:150px}
.pleft100 {padding-left:100px}
.pleft135 {padding-left:135px}
.pleft108 {padding-left:118px}
.pleft80 {padding-left:80px}
.pleft61 {padding-left:61px}
.pleft60 {padding-left:60px}
.pleft50 {padding-left:50px}
.pleft43 {padding-left:43px}
.pleft40 {padding-left:40px}
.pleft32 {padding-left:32px}
.pleft30 {padding-left:30px}
.pleft25 {padding-left:25px}
.pleft22 {padding-left:22px}
.pleft20 {padding-left:20px}
.pleft19 {padding-left:19px}
.pleft15 {padding-left:15px}
.pleft10 {padding-left:10px}
.pleft5 {padding-left:5px}
.pleft3 {padding-left:3px}
.pleft2 {padding-left:2px}
.pleft1 {padding-left:1px}


.pbot40	{padding-bottom:40px}
.pbot30	{padding-bottom:30px}
.pbot20	{padding-bottom:20px}
.pbot17	{padding-bottom:17px}
.pbot15	{padding-bottom:15px}
.pbot12	{padding-bottom:12px}
.pbot10	{padding-bottom:10px}
.pbot8	{padding-bottom:8px}
.pbot5	{padding-bottom:5px}

.mtop110	{margin-top:110px}
.mtop90	{margin-top:90px}
.mtop80	{margin-top:80px}
.mtop70	{margin-top:70px}
.mtop60	{margin-top:60px}
.mtop50	{margin-top:50px}
.mtop48	{margin-top:48px}
.mtop43	{margin-top:43px}
.mtop40	{margin-top:40px}
.mtop37	{margin-top:37px}
.mtop35	{margin-top:35px}
.mtop30	{margin-top:30px}
.mtop20	{margin-top:20px}
.mtop25	{margin-top:25px}
.mtop23	{margin-top:23px}
.mtop15	{margin-top:15px}
.mtop12	{margin-top:12px}
.mtop10	{margin-top:10px}
.mtop8	{margin-top:8px}
.mtop5	{margin-top:5px}
.mtop1	{margin-top:1px}

.-mtop13 {margin-top:-13px}

.mleft310 {margin-left:310px}
.mleft250 {margin-left:250px}
.mleft175 {margin-left:175px}
.mleft100 {margin-left:100px}
.mleft135 {margin-left:135px}
.mleft120 {margin-left:120px}
.mleft108 {margin-left:118px}
.mleft80 {margin-left:80px}
.mleft61 {margin-left:61px}
.mleft60 {margin-left:60px}
.mleft50 {margin-left:50px}
.mleft43 {margin-left:43px}
.mleft40 {margin-left:40px}
.mleft32 {margin-left:32px}
.mleft30 {margin-left:30px}
.mleft25 {margin-left:25px}
.mleft22 {margin-left:22px}
.mleft20 {margin-left:20px}
.mleft19 {margin-left:19px}
.mleft15 {margin-left:15px}
.mleft10 {margin-left:10px}
.mleft5 {margin-left:5px}
.mleft3 {margin-left:3px}
.mleft2 {margin-left:2px}
.mleft1 {margin-left:1px}

.mbot50	{margin-bottom:50px}
.mbot40	{margin-bottom:40px}
.mbot30	{margin-bottom:30px}
.mbot25	{margin-bottom:25px}
.mbot20	{margin-bottom:20px}
.mbot17	{margin-bottom:17px}
.mbot15	{margin-bottom:15px}
.mbot12	{margin-bottom:12px}
.mbot10	{margin-bottom:10px}
.mbot8	{margin-bottom:8px}
.mbot5	{margin-bottom:5px}

.mright80 	{margin-right:80px}
.mright60 	{margin-right:60px}
.mright50 	{margin-right:50px}
.mright40 	{margin-right:40px}
.mright32 	{margin-right:32px}
.mright30 	{margin-right:30px}
.mright25 	{margin-right:25px}
.mright20 	{margin-right:20px}
.mright15 	{margin-right:15px}
.mright10 	{margin-right:10px}
.mright4 	{margin-right:4px}
.mright2 	{margin-right:2px}}

.width960	{width:960px}
.width956	{width:956px}
.width940	{width:940px}
.width920	{width:920px}
.width916	{width:916px}
.width900	{width:900px}
.width840	{width:840px}
.width843	{width:843px}
.width817	{width:817px}
.width760	{width:760px}
.width740	{width:740px}
.width720	{width:720px}
.width690	{width:690px}
.width660	{width:660px}
.width640	{width:640px}
.width630	{width:630px}
.width620	{width:620px}
.width600	{width:600px}
.width595	{width:595px}
.width590	{width:590px}
.width583	{width:583px}
.width570	{width:570px}
.width558	{width:558px}
.width545	{width:545px}
.width540	{width:540px}
.width523	{width:523px}
.width520	{width:520px}
.width500	{width:500px}
.width483	{width:483px}
.width474	{width:474px}
.width459	{width:459px}
.width443	{width:443px}
.width430	{width:430px}
.width420	{width:420px}
.width410	{width:410px}
.width403	{width:400px}
.width400	{width:400px}
.width390	{width:350px}
.width380	{width:380px}
.width370	{width:370px}
.width368	{width:368px}
.width316	{width:316px}
.width310	{width:310px}
.width300	{width:300px}
.width297	{width:297px}
.width295	{width:295px}
.width288	{width:288px}
.width284	{width:284px}
.width278	{width:278px}
.width273	{width:273px}
.width265	{width:265px}
.width260	{width:260px}
.width253	{width:253px}
.width252	{width:252px}
.width250	{width:250px}
.width240	{width:240px}
.width230	{width:230px}
.width243	{width:243px}
.width222	{width:222px}
.width215	{width:215px}
.width200	{width:200px}
.width140	{width:140px}

.height551  {height:551px}
.height518	{height:518px}
.height460	{height:460px}
.height190	{height:190px}
.height150	{height:150px}
.height125	{height:125px}
.height120	{height:120px}
.height113	{height:113px}
.height104	{height:104px}
.height40	{height:40px}
.height30	{height:30px}
.height20	{height:20px}
.height12	{height:12px}
.height2	{height:2px}
.height1	{height:1px}

.coloryorange	{color:#FFCC00}
.coloryellow	{color:#FFFF00}
.coloryellow2	{color:#FFCA00}
.colorblue	{color:#1B5D9E}
.colorlblue	{color:#0685C5}
.colordblue	{color:#061835}
.colordblue2{color:#2C3E50}
.colorpblue	{color:#338CC4}
.colordblue4	{color:#0685C7}
.colordblue5	{color:#0066cc}
.colordblue5	{color:#1A2D40}
.colorwhite	{color:#FFF}
.colorred	{color:red}
.colorred2  {color:#D80000}
.colorblack	{color:#000}
.colorred2 {color:#CC0000}
.colorgreen {color:#51AA00;}
.colorblack {color:#000}
.colorbrick	{color:#EC6633}
.colorwhite	{color:#FFF}
.colorfuschia	{color:#B80A46}
.colorbgreen	{color:#107894}
.colorgreen	{color:#00B82C}
.colordred	{color:#8C0000}
.colordred2	{color:#B20000}
.colorteal	{color:#99FCFF}
.colortortoise {color:#0092A0}

.callnow {font-size:13px}
.valign-top{vertical-align:top}
.disnone	{display:none}


.auto-center{margin:0px auto}
.td-line-through {text-decoration:line-through}

.hor-line-dashed	{border-top:2px dashed #000;}
.ver-line-dashed	{border-left-style:dotted;}

.brdr-white-dashed	{border:dotted 7px #FFF; padding:30px;}
