@charset  "UTF-8";
@font-face {
    font-family: "BlairMdITCTTMedium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/blairmditcttmedium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/blairmditcttmedium-webfont.woff") format("woff"), url("../fonts/blairmditcttmedium-webfont.ttf") format("truetype"), url("../fonts/blairmditcttmedium-webfont.svg#BlairMdITCTTMedium") format("svg");
}
/* =============================================================== */
/* =============================================================== */
/* ===== CSS RESET =============================================== */
/* =============================================================== */
/* =============================================================== */
a {
    color: #003d72;
    text-decoration: none;
}

/* reset margin and padding */
.RotoBody,div,h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; }
h2, h3 { margin-bottom: 10px; }
h4 { margin-bottom: 3px; }
.RotoBody * { box-sizing: border-box; } /* sometimes you might not want to include the logo */
.RotoBody p,.RotoBody blockquote,.mainBody p,.mainBody blockquote,.Freeform blockquote,.Freeform ol,.Freeform ul,.Freeform dl,.FAQ blockquote,.FAQ ol,.FAQ ul,.FAQ dl,.FAQ dl,.FAQ .ToTop,.FormEditor blockquote,.FormEditor ol,.FormEditor ul,.FormEditor dl { margin-bottom: 12px; margin-top: 0; padding-top: 0; padding-bottom: 0; }
/* fix floats */
#pageTopArea:after,#utilityWrapper:after,#logo:after,.navWrapper:after,#toolContainer .shareIcons:after,#contentWrapper:after,#contentArea:after,#centerZone:after,.leftNav:after,#bottomContainer:after,#bottomContainer .social:after,.WhiteBlock:after,.GreyBlock:after,.TransparentBlock:after,.LinenBlock:after,.FooterBlock:after,.DarkGreyBlock:after,.DarkBlueBlock:after,.RedBlock:after,.ImageBlock:after,.PageToolsBlock:after,.siteBounds:after,.floatWrap:after,.SandBlock:after { content: "."; display: block; visibility: hidden; clear: both; height: 0; font-size: 0; line-height: 0; }
/* form inputs */
.RotoDisplay input[type="text"],.RotoDisplay input[type="password"],.RotoDisplay input[type="email"],.RotoDisplay input[type="file"],.RotoDisplay select,.EventUpload .sponsor input,.EventUpload .startTime input,.EventUpload .startDate input,.EventUpload .endDate input,.EventUpload .endTime input,.EventUpload .contactName input,.EventUpload .contactEmail input,.EventUpload .attachment input,.EventUpload .startDate input,.EventUpload .endDate input { padding: 4px; width: 100%; }
.RotoDisplay select { padding: 5px 4px; }
#searchTerms:focus,#searchTermsMobile:focus { outline: none; }
.RotoDisplay textarea { resize: none; width: 100%; }
.RotoDisplay input::-ms-clear { display: none; }
/* responsive images */
.RotoBody img,.RotoBody embed,.RotoBody object,.RotoBody video,.RotoBody audio { height: auto; max-width: 100%; }
/* list style */
#pageTopArea ul,.social ul,#toolContainer ul,#leftNav ul { list-style: none; margin: 0; padding: 0; }
/* pointer */
#scrollTop,#getStarted,#navButton,#toolContainer span,.CenterZone input[type="submit"],.CenterZone input[type="button"],.Accordion .minmax,.Accordion dt,.DataFilter2 h3,.AggregationFilter2 h3,.SegmentedSearchFilter2 h3,.Commenting input[type="button"],.listingTools li,.SegmentedSearchFilter2 .inputs div,.SearchResults .view .minIcon,.SearchResults .view .maxIcon { cursor: pointer; }
/* clear */
.clear { display: none; }










/* =============================================================== */
/* =============================================================== */
/* ===== BASIC STYLES ============================================ */
/* =============================================================== */
/* =============================================================== */


body {
    font-family: 'Lato',sans-serif;
    -webkit-text-size-adjust: none; /* don't let safari change the font size */
}

.wide-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.arrow-container { max-width: calc(100% - 30px); margin-left: auto; margin-right: auto; }

/*.RotoBody a {
    color: #343434;
    text-decoration: underline;
}*/
.RotoBody a.btn{
	white-space: normal;
}
.RotoBody a:hover,.RotoBody a:focus {
    color: #0892A5;
    text-decoration: underline;
}
.RotoBody a.btn:hover,.RotoBody a.btn:focus {
    color: #0892A5;
	text-decoration:none;
	white-space: normal;
}

.RotoBody p {
    line-height: 1.5;
    margin-bottom: 30px;
}

.row-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.color_blue { color: #003D72 !important; }

h1,h2,h3,h4,h5,h6 { color: #343434; font-weight: 400; font-family:"BlairMdITCTTMedium",Helvetica,Arial;}

h1 { font-size: 5rem; }

h2 {
    font-size: 2.75rem;
}

h3 {
    font-size: 2.25rem;
}

h4,h5 { line-height: 2rem; }


/* buttons */
.cta-btn {
    border: 2px solid #88BF1E;
    background-color: transparent;
    color: #88BF1E;
    transition: all ease-in-out .1s;
}

.cta-btn:hover {
    background-color: #88BF1E;
    color: #FFF;
}

.btn-white {
    border: 2px solid #FFF;
    background-color: rgba(255,255,255,0.3);
    color: #FFF;
    font-size: 20px;
    border-radius: 6px;
    margin: 20px 0;
}

.btn-white:hover {
    background-color: #003D72;
    color: #FFF;
    transition: all ease-in-out .2s;
}

.btn-black {
    border: 2px solid #000;
    background-color: rgba(255,255,255,1);
    color: #000;
    font-size: 20px;
    border-radius: 6px;
    margin: 20px 0;
}

.btn-black:hover {
    background-color: #003D72;
    color: #000;
    transition: all ease-in-out .2s;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 60px; overflow: hidden;
}


.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
table.small-text {
    font-size: 1rem;
}
table.small-text th {
    font-size: 1.5rem;
}

/* margbot and padbot */
.margbot0 { margin-bottom: 0; }
.margbot5 { margin-bottom: 5px; }
.margbot10 { margin-bottom: 10px; }
.margbot20 { margin-bottom: 20px; }
.margbot25 { margin-bottom: 25px; }
.margbot30 { margin-bottom: 30px; }
.margbot40 { margin-bottom: 40px; }
.margbot50 { margin-bottom: 50px; }
.margbot60 { margin-bottom: 60px; }
.margbot65 { margin-bottom: 65px; }
.margbot70 { margin-bottom: 70px; }

.pad0 { padding: 0; }
.padbot0 { padding-bottom: 0; }
.padbot10 { padding-bottom: 10px; }
.padbot15 { padding-bottom: 15px; }
.padbot20 { padding-bottom: 20px; }
.padbot30 { padding-bottom: 30px; }
.padbot40 { padding-bottom: 40px; }
.padbot45 { padding-bottom: 45px; }
.padbot50 { padding-bottom: 50px; }
.padbot60 { padding-bottom: 60px; }
.padbot70 { padding-bottom: 70px; }
.padbot80 { padding-bottom: 80px; }
.padtop0 { padding-top: 0; }

/* horizontal rule */
.hr-white { background-color: #FFF; }

#contentAreas {
    margin-left: -15px;
    margin-right: -15px;
}

.bgGreen {
    background: #88BF1E;
    color: #FFF;
}

.bgLtBlue {
    background: #0892A5;
    color: #FFF;
}

.color-dkBlue { color: #003D72; }

/* Google Font */
.RotoBody,.mainBody,#mainBody,.Freeform,.FormEditor,.FAQ,.RotoBody input,.RotoBody select,.RotoBody textarea,.mainBody input,.mainBody select,.mainBody textarea,.FAQ input,.FAQ select,.FAQ textarea,.FormEditor input,.FormEditor select,.FormEditor textarea,.Freeform input,.Freeform select,.Freeform textarea,DIV,ul,ol { font-family: 'Lato', sans-serif !important; }

/* Font Sizes - Line-height */
.RotoDisplay { font-size: 9px; }

/* general size */
.RotoBody,.RotoBody textarea,.RotoBody select,.RotoBody input,h6,.RotoDisplay DIV,.RotoDisplay ul,.RotoDisplay ol {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

#navButton span {
    font-size: 1.2rem;
    line-height: 1rem;
}

.searchBarContainer input[type=text],#topNavContainer a,#contentFooter,.ToTop { font-size: 1.5rem; }

h4,h5,.mobileNavOpen #navigation a,#navigation .searchBarContainer input[type=text] { font-size: 1.7rem; }

.mobileNavOpen #navigation a,#navButton i { line-height: 2rem; }

#navButton i { font-size: 2.8rem; }

#getStarted i {
    font-size: 2.5rem;
    line-height: 5rem;
    margin-top: 5px;
}


/* ===== COLORS ============================================ */
/* MEDIUM GREY - main text color */
.RotoBody,#contentFooter,.RotoBody .utilityNavContainer a:hover,.DarkGreyBlock .BackgroundCard .teaser,.RedBlock .BackgroundCard .teaser { color: rgba(52,52,52,1); }

/* DARK GREY */
#navigation .menu > li a:focus,#navigation .menu > li a:active { color: rgba(56,63,73,1);
}

/* WHITE */
h1,#navigation .menu > li a:hover,#toolContainer span:hover,#toolContainer span:focus,#toolContainer span:active,.mobileNavOpen #navigation a,#scrollTop i,#getStarted i,#address *,#bottomNavContainer *,.searchBarContainer .searchBox::before,.RotoBody .utilityNavContainer a,.CenterZone input[type="submit"]:hover,.CenterZone input[type="submit"]:focus,.CenterZone input[type="submit"]:active,.CenterZone input[type="button"]:hover,.CenterZone input[type="button"]:focus,.CenterZone input[type="button"]:active,.Commenting input[type="button"]:hover,.Commenting input[type="button"]:focus,.Commenting input[type="button"]:active,.RedBlock *,.RedBlock h4 a,.RedBlock p a,.DarkGreyBlock *,.DarkGreyBlock h4 a,.DarkGreyBlock p a,.RotoBody .HeroBanner *,.RotoBody .HeroBanner a:hover,.RotoBody .HeroBanner a:focus,.RotoBody .HeroBanner a:active,.CardTransparent .item .linkText a:hover,.CardTransparent .item .linkText a:focus,.CardTransparent .item .linkText a:active,.BackgroundCard .item .linkText a:hover,.BackgroundCard .item .linkText a:focus,.BackgroundCard .item .linkText a:active { color: rgba(255,255,255,1); }
.RotoBody .searchBarContainer ::-webkit-input-placeholder { color: rgba(255,255,255,1); }
.RotoBody .searchBarContainer ::-moz-placeholder {
    color: rgba(255,255,255,1);
    opacity: 1;
}
/* firefox 19+ */
.RotoBody .searchBarContainer :-ms-input-placeholder { color: rgba(255,255,255,1); }
/* ie */
.RotoBody .searchBarContainer :-moz-placeholder { color: rgba(255,255,255,1); }
.RotoBody .searchBarContainer input[placeholder] {
    color: rgba(56,56,56,1);
    opacity: 1;
}
.mobileNavOpen #navButton * { color: rgba(255,255,255,.8); }

/* RGBA(56,56,56,1) */
.searchBarContainer input[type=text] { color: rgba(56,56,56,1); }


/* ===== FONT WEIGHT ============================================= */
/* if any of these change check: filtering - pull out from responsiveblocks.css and add here */
.RotoBody,h1,.Accordion .arrow::before { font-weight: 400; }
h3,.SearchResults .titleArea h3 { font-weight: 400; }
h4,h5,h6,#searchTerms,#searchTermsMobile,.CenterZone input[type="submit"],.CenterZone input[type="button"],.Commenting input[type="button"],.button a,.CardTransparent .item .linkText a,.BackgroundCard .item .linkText a { font-weight: 400; }
#topNavContainer > ul > li > a,.mobileNavOpen #navigation .utilityNavContainer > ul > li > a { font-weight: 400; }


/* ===== TEXT DECORATION ========================================= */
.RotoBody { word-wrap: break-word; }

#scrollTop,#getStarted,#navButton,#toolContainer .shareIcons span,.LargeBanner p,.LargeBanner h1,.LargeBanner h2,.HeroBanner > p,.CardTransparent .item,.BackgroundCard .item { text-align: center; }


/* ===== ANIMATION =============================================== */
.RotoBody a,#navButton *,#scrollTop i,#getStarted i,.social i,.CenterZone input,.CenterZone select,.CenterZone textarea,.CenterZone input[type="submit"],.CenterZone input[type="button"],.Commenting input[type="button"] { transition: all .3s ease-in-out 0; }


/* ===== BACKGROUNDS - BOX SHADOWS - BORDER - BORDER RADIUS - FONTAWESOME ICONS ===== */
/* page background - dark grey */
.RotoDisplay { background: rgba(110,110,110,1); }

/* page top */
#pageTopArea { background: rgba(26,63,112,1); }

.searchBarContainer { background: rgba(255,255,255,1); }

.searchBarContainer input {
    background: transparent;
    border: 0;
}

.searchBarContainer .searchBox::before {
    font-family: 'FontAwesome';
    content: "\f002";
}

/* top & mobile nav */
.mobileNavOpen #topNavContainer .menu li,.mobileNavOpen .utilityNavContainer .menu li { transition: none; }

.mobileNavOpen .navWrapper { background: rgba(45,45,45,1); }

.mobileNavOpen #navigation .menu > li,.mobileNavOpen #navigation .utilityNavContainer > li { border-bottom: 1px solid rgba(255,255,255,.5); }

.mobileNavOpen #navigation .menu a:hover,.mobileNavOpen #navigation .menu a:focus,.mobileNavOpen #navigation .menu a:active { background: rgba(0,0,0,.8); }

.mobileNavOpen #topNavContainer .menu > li > a,.mobileNavOpen .utilityNavContainer .menu > li {
    background: #88bf1e;
    color: #000;
}

.mobileNavOpen #topNavContainer .menu > li > a:hover,.mobileNavOpen .utilityNavContainer .menu > li:hover {
    background: #003D72;
    color: #000;
}

.mobileNavOpen .utilityNavContainer .menu > li { background: rgba(139,188,71,1) !important; }

.mobileNavOpen .utilityNavContainer .menu > li a { color: #000 !important; }

.mobileNavOpen .utilityNavContainer .menu > li:hover { background: rgba(255,255,255,1) !important; }

.mobileNavOpen .utilityNavContainer .menu > li:hover a { color: #000 !important; }

.mobileNavOpen .utilityNavContainer .menu > li a:hover { background: rgba(255,255,255,1) !important; }


/* ===== BLOCKS ================================================== */
/* inputs - see responsiveblocks.css */
/*.RotoBody input[type="text"],.RotoBody textarea,.RotoBody select { border-radius: 0; }*/










/* =============================================================== */
/* =============================================================== */
/* ===== LAYOUT ================================================== */
/* =============================================================== */
/* =============================================================== */
#getStarted,#scrollTop,.navWrapper,.mobileNavOpen #navButton,.filterOpen .DataFilter2,.filterOpen .AggregationFilter2,.filterOpen .SegmentedSearchFilter2 { position: fixed; }

#toolContainer .shareMenu,#toolContainer ul + ul { z-index: 1; }

.navWrapper { z-index: 998; }

.mobileNavOpen #navButton { z-index: 999; }

#topNavContainer > ul > li > a,.mobileNavOpen #navigation .utilityNavContainer > ul > li > a {
    text-transform: none;
    font-size: 1.5rem;
}

/* layout */
.siteBounds {
    margin: 0 auto;
    max-width: 1150px;
    padding: 0;
}

/* page top */
#pageTopArea {
    width: 100%;
    height: 68px;
}

.searchBarContainer {
    margin: 10px;
    overflow: hidden;
    width: 85%;
}

.searchBarContainer .search {
    position: absolute;
    top: 2px;
    right: 25px;
    cursor: pointer;
}

.searchBarContainer input[type=text] {
    padding: 2px 10px 3px 7px;
    width: 90%;
}

.searchBarContainer .search {
    display: inline-block;
    float: right;
    margin-top: 3px;
    width: 30px;
}

.searchBarContainer .searchBox:before {
    top: 3px;
    right: 8px;
}

#navigation {
    top: 10px !important;
    position: relative;
}

/* top & mobile nav */
#navButton,#navigation,.navWrapper {
    float: right;
    top: 0;
    right: 0;
}

#navButton {
    clear: none;
    margin: 10px 20px 0 0;
}

.mobileNavOpen #navButton { right: 10px; }

.navWrapper {
    display: none;
    width: 0;
}

.mobileNavOpen .navWrapper {
    display: block;
    height: 100%;
    right: 0;
    top: 0;
    padding-top: 60px;
    width: 85%;
}

.mobileNavOpen #scroller {
    height: 98%;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 110%;
}

/* first level */
.mobileNavOpen #navigation .menu > li a {
    display: block;
    padding: 10px;
    width: 97%;
}

.mobileNavOpen #navigation .menu .arrow { display: none; }

/* second Level */
.mobileNavOpen #navigation .menu > li ul li a {
    padding-right: 25px;
    padding-left: 25px;
    width: 96%;
}

/* contentarea */
#contentArea { padding-top: 85px; }

h1.title {
    color: #003D72;
    /*font-family: 'Lato',sans-serif !important;*/
    font-weight: 600;
    text-shadow: none;
	margin-top: 30px;
	font-size:3rem;
}

/* buttons */
.RotoBody input[type="button"],.RotoBody input[type="submit"],.button a { padding: 7px 13px; }

.RotoBody input[type="button"],.RotoBody input[type="submit"] { float: left; }

/* site wide */
.featureImageHome { margin-top: -17px; overflow: hidden; height: 550px; }

.featureImageDetail .featureImageZone { display: none; }

.featureImage,.featureImageDetail,.featureImageHome { box-sizing: initial; }

.RotoDisplay .featureInfoBlock, .RotoBody .featureInfoBlock {
	position: absolute;
	top: 0px;
	width: 100%;
	text-align: center;
}

/* Nav bar, first ul level */
ul.menu ul { z-index: 1; }

.menu li a { transition: none !important; }

ul.menu ul li a {
    color: #FFF !important;
    font-weight: 700;
    font-size: 1.6rem;
}

ul.menu ul li a:hover { color: rgba(122,159,64,1) !important; }

/* Nav bar, second ul level */
ul.menu ul li ul li a {
    padding-left: 30px !important;
    font-weight: 400 !important;
}

/* Search bar */
.search {
    padding: 0 5px;
    display: none;
}

.search:hover ul {
    display: block;
    padding: 10px !important;
    left: auto !important;
    right: 0 !important;
    border: none !important;
}

.search:hover ul .searchBarContainer {
    display: block !important;
    border: 1px solid rgba(56,63,73,1);
}

.search:hover .fa-search { color: rgba(255,255,255,1); }

li.search:hover { cursor: pointer; }

.fa-search {
    color: rgba(56,56,56,1);
    font-size: 1.9rem;
}

.searchBox::before { color: rgba(56,56,56,1) !important; }

#searchTerms::-webkit-input-placeholder { color: rgba(56,56,56,1); }
#searchTerms:-moz-placeholder { color: rgba(56,56,56,1); }
#searchTerms::-moz-placeholder { color: rgba(56,56,56,1); }
#searchTerms:-ms-input-placeholder { color: rgba(56,56,56,1); }

/* FEATURE/HEROS */
.featureInfoBlock h3,.featureInfoBlockDetail h3, .featureInfoBlock h2 {
    color: #FFF;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 400;
}



/* =============================================================== */
/* =============================================================== */
/* ===== HEADER AND NAVIGATION  ================================== */
/* =============================================================== */
/* =============================================================== */

/* Header */
header { color: #FFF; }

.blueBG {
    background-color: #003D72 !important;
    transition: all ease-in-out .2s;
}

.blueBG2 { background-color: #003D72 !important; }

.blueBG > .waytop {
    display: none;
}

#pageTopArea {
    background: transparent;
    height: 100px;
	position: fixed;
    z-index: 10;
}



/* Top Line */
.top-line { height: 55px; }

.top-line p {
    display: inline-block;
    margin: 10px;
    font-size: 30px;
    line-height: 1;
}

.top-line p i { margin: 0 10px; }

.searchBarContainer {
    display: inline-block;
    width: 200px;
    margin: 10px;
    background: #fff;
    border: 2px solid #FFF;
}

.searchBox::before { color: #003d72 !important; }

.RotoBody .searchBarContainer input[placeholder],.RotoBody .searchBarContainer input[type=text] { color: #003d72; }

#searchTerm {
    font-weight: 400;
    float: left;
}

.main-menu {
    position: relative;
    top: -35px;
}

.logo {
   /* margin: 10px;*/
    position: relative;
    top: -13px;
	z-index:2;
}

/* Way Top*/
.waytop .menu a {
    color: #fff;
}
.waytop .menu > li a {
    font-size: 1.25rem;
    line-height: 1;
    padding: 0 12px;
    text-decoration: none;
}

.rfqHeader {
    cursor: pointer;
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin-right: 7px;
    padding: 1px 5px !important;
	background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
	background-image: linear-gradient(to bottom, #f0ad4e 0px, #ff7D21 100%) !important;
    background-repeat: repeat-x;
}


/* Navigation */
@media screen and (min-width: 1025px) {
	#navigation {
		float: right;
		margin-top: 9px;
	}

	#topNavContainer .menu > li:hover,#topNavContainer .menu > li:focus {
		background: transparent;
		border-radius: 0;
	}

	#navigation .menu > li:hover a, #navigation .menu > li:focus a { color: #FFF !important; }
	#navigation .menu > li a:focus,#navigation .menu > li a:active { color: #FFF; }
	#navigation .menu > li a { padding-bottom: 5px; color: #FFF; }
	#navigation .menu > li:hover a span { border-bottom: 4px solid #003D72; }

	#topNavContainer > ul > li > a {
		font-weight: 400;
		padding: 5px 10px;
		text-decoration: none;
	}

	#navigation .menu > li:hover > ul {
		position: absolute;
		left: auto;
		right: 10px;
		top: 61px;
		background-color: #EEE;
		border: 1px solid #CCC;
		border-bottom: 1px solid #CCC !important;
	}

	#navigation .menu > li:hover > ul::before {
		content: "";
		display: inline-block;
		position: absolute;
		top: -10px;
		right: 14px;
		bottom: auto;
		border: 10px solid transparent;
		border-top: 0;
		border-bottom-color: #EEE;
	}

	#navigation .menu > li:hover ul li, #navigation .menu > li:focus ul li { padding: 5px 3px; }

	#navigation .menu > li:hover ul li a, #navigation .menu > li:focus ul li a { color: #343434; }

	#navigation .menu > li:hover ul li a,#navigation .menu > li:focus ul li a {
		color: #666 !important;
		font-size: 14px;
		font-weight: 400;
		text-decoration: none;
	}

	#navigation .menu > li:hover ul li a span { border-bottom: 0; }

	#navigation .menu > li:hover ul li:hover a { color: #003D72 !important; }

	#pageTopArea.blueBG .menu > li:hover a span { border-bottom: 4px solid #FFF; }

	#pageTopArea.blueBG .menu > li:hover ul li a span { border-bottom: 0; }

	#pageTopArea.blueBG2 .menu > li:hover a span { border-bottom: 4px solid #FFF; }

	#pageTopArea.blueBG2 .menu > li:hover ul li a span { border-bottom: 0; }

	#navigation .menu > li:hover a span.n48,#pageTopArea.blueBG .menu > li:hover a span.n48 { border-bottom: 4px solid #DD3939; }

	#navigation .menu > li:hover a span.n49,#pageTopArea.blueBG .menu > li:hover a span.n49 { border-bottom: 4px solid #FF7D21; }

	#navigation .menu > li:hover a span.n24,#pageTopArea.blueBG .menu > li:hover a span.n24 { border-bottom: 4px solid #88BF1E; }

	#navigation .menu > li:hover a span.n52,#pageTopArea.blueBG .menu > li:hover a span.n52 { border-bottom: 4px solid #0892A5; }

	#navigation .menu > li:hover a span.n50,#pageTopArea.blueBG .menu > li:hover a span.n50 { border-bottom: 4px solid #003D72; }

	.top-line {
		position: relative;
		z-index: 2;
	}

	#navigation .menu > li:hover ul li a.hasChild:first-child span.n48 { border-bottom: 4px solid #DD3939; }

	#navigation .menu > li:hover ul li a.hasChild:first-child span.n49 { border-bottom: 4px solid #FF7D21; }

	#navigation .menu > li:hover ul li a.hasChild:first-child span.n24 { border-bottom: 4px solid #88BF1E; }

	#navigation .menu > li:hover ul li a.hasChild:first-child span.n52 { border-bottom: 4px solid #0892A5; }

	#navigation .menu > li:hover ul li a.hasChild:first-child span.n50 { border-bottom: 4px solid #003D72; }

}

/* =============================================================== */
/* =============================================================== */
/* ===== HOME PAGE  ============================================== */
/* =============================================================== */
/* =============================================================== */

/* Video */
.featureImageHome video {
	display: block;
	width: 100%;
	position: relative;
	top: 0;
}
.featureInfoBlock img { margin: 100px auto 0; }
.RotoDisplay .featureInfoBlock .siteBounds {
	position: relative;
	top: 50px;
}

/* Nav Wizard - Home Arrows */
.nav-pills.nav-wizard { margin: 20px 0; }

.nav-pills.nav-wizard > li {
    position: relative;
    overflow: visible;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    padding: 0;
    height: 130px;
}

.nav-pills.nav-wizard > li + li { margin-left: 0; }

/*.nav-pills.nav-wizard > li:first-child { border-left: 0; }

.nav-pills.nav-wizard > li:last-child { border-right: 0; }*/

.nav-pills.nav-wizard > li a {
    border-radius: 0;
    height: 100%;
    color: #FFF;
    text-decoration: none;
}

.nav-pills.nav-wizard > li a h3 {
    margin-top: 5px;
    padding-bottom: 2px;
    border-bottom: 1px solid #FFF;
    color: #FFF;
	font-size:1.6rem;
}

.nav-pills.nav-wizard > li .nav-arrow {
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 0 65px 30px;
    border-color: transparent transparent transparent #0892A5;
    z-index: 9;
}

.nav-pills.nav-wizard > li .nav-wedge {
    position: absolute;
    top: 0;
    left: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 0 65px 30px;
    border-color: #0892A5 #0892A5 #0892A5 transparent;
    z-index: 9;
}

.nav-pills.nav-wizard > li:hover a { color: #FFF; }

.nav-pills.nav-wizard > li.productDevelopment_arrow .nav-arrow { border-color: transparent transparent transparent #DD3939; }
.nav-pills.nav-wizard > li.productDevelopment_arrow .nav-wedge { border-color: #DD3939 #DD3939 #DD3939 transparent; }
.nav-pills.nav-wizard > li.productDevelopment_arrow a { background-color: #DD3939; }

.productDevelopment_arrow h3, .productDevelopment_arrow p {
    background: #DD3939;
}

.nav-pills.nav-wizard > li.moldMaking_arrow .nav-arrow { border-color: transparent transparent transparent #FF7D21; }
.nav-pills.nav-wizard > li.moldMaking_arrow .nav-wedge { border-color: #FF7D21 #FF7D21 #FF7D21 transparent; }
.nav-pills.nav-wizard > li.moldMaking_arrow a { background-color: #FF7D21; }

.moldMaking_arrow h3, .moldMaking_arrow p {
    background: #FF7D21;
}

.nav-pills.nav-wizard > li.rotationalMolding_arrow .nav-arrow { border-color: transparent transparent transparent #88BF1E; }
.nav-pills.nav-wizard > li.rotationalMolding_arrow .nav-wedge { border-color: #88BF1E #88BF1E #88BF1E transparent; }
.nav-pills.nav-wizard > li.rotationalMolding_arrow a { background-color: #88BF1E; }

.rotationalMolding_arrow h3, .rotationalMolding_arrow p {
    background: #88BF1E;
}

.nav-pills.nav-wizard > li.warehousing_arrow .nav-arrow { border-color: transparent transparent transparent #0892A5; }
.nav-pills.nav-wizard > li.warehousing_arrow .nav-wedge { border-color: #0892A5 #0892A5 #0892A5 transparent; }
.nav-pills.nav-wizard > li.warehousing_arrow a { background-color: #0892A5; }

.warehousing_arrow h3, .warehousing_arrow p {
    background: #0892A5;
}

.nav-wizard li:hover { opacity: .75; }


.nav-wizard p {
    line-height: 1.15;
	font-size:0.95em;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.nav-pills.nav-wizard > li a h3 {
		margin-top: 5px;
		padding-bottom: 2px;
		border-bottom: 1px solid #FFF;
		color: #FFF;
		font-size:1.4rem;
	}
	.nav-wizard p {
		line-height: 1.15;
		font-size:0.8em;
	}
}



/* =============================================================== */
/* =============================================================== */
/* ===== INTERIOR HEADERS ======================================== */
/* =============================================================== */
/* =============================================================== */

.interiorHeader {
    background-size: cover;
    height: 300px;
    margin-top: 99px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    margin-bottom: 50px;
}

.interiorHeader.red { background-image: url(../images/bgRed.png); }
.interiorHeader.orange { background-image: url(../images/bgOrange.png); }
.interiorHeader.green { background-image: url(../images/bgGreen.png); }
.interiorHeader.blue { background-image: url(../images/bgBlue.png); }

.interiorHeader img {
    float: left;
    width: 25%;
    margin-top: -50px;
}

.headerArrow {
    float: left;
    width: 50%;
    height: 100%;
    background-color: #FFF;
    margin-left: 55px;
}

.headerArrowContent {
    position: absolute;
    width: 40%;
    left: calc(25% + 125px);
    top: 150px;
}

.headerArrowContent img {
    width: initial;
    float: none;
    margin: 0 0 30px;
    z-index: 1;
    position: relative;
    background: #FFF;
}
span.alt-h1 {
    display: block;
    z-index: 0;
    position: absolute;
    color: black;
    top: 0;
    max-width: 407px;
}

.headerArrow:before {
    float: left;
    margin-left: -171px;
}

.interiorHeader.red .headerArrow:before { content: url('../images/arrowRightRed.png'); }
.interiorHeader.orange .headerArrow:before { content: url('../images/arrowRightOrange.png'); }
.interiorHeader.green .headerArrow:before { content: url('../images/arrowRightGreen.png'); }
.interiorHeader.blue .headerArrow:before { content: url('../images/arrowRightBlue.png'); }

.headerArrow:after {
    width: 0;
    height: 0;
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
    border-left: 100px solid #FFF;
    position: relative;
    float: right;
    top: -305px;
    right: -115px;
}


@media screen and (max-width: 768px) {
  .headerArrow:before {
      float: left;
      margin-left: -186px;
  }
  .headerArrow {
      float: left;
      width: 60%;
      height: 100%;
      background-color: #FFF;

  }
  .headerArrowContent {
      position: relative;
      width: 100%;
      left:-5%;
      top: 15%;
  }
  .headerArrowContent img {
      width: initial;
      float: none;
      margin: 0 0 30px;
      z-index: 1;
      position: relative;
      background: #FFF;
  }
  span.alt-h1 {
      display: block;
      z-index: 0;
      position: absolute;
      color: black;
      top: 0;
      font-size: 16px;
      line-height: 1;
  }

}








/* =============================================================== */
/* =============================================================== */
/* ===== SIDEBAR ================================================= */
/* =============================================================== */
/* =============================================================== */


#sidebarNav>ul { padding: 0; }

#sidebarNav li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #DDD;
}

#sidebarNav li:after {
    font-family: 'FontAwesome';
    content: '\f105';
    float: right;
    color: #DDD;
}

#sidebarNav li:hover { background-color: #EEE; }

#sidebarNav li:hover a { color: #343434; }

#sidebarNav li:hover:after { color: #FF7D21; }

.getStartedSidebar {
    background: #88bf1e url("../images/caryHead.png") no-repeat scroll -40px 65px / 60% auto;
    border: 10px solid #ddd;
    padding: 0;
}

.getStartedSidebar h1, .getStartedSidebar h3 {
    text-shadow: none;
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    min-height: 65px;
	margin-top: 5px;
    padding-left:15px;
	text-align:center;
}

.btn-dkblue {
    border: 2px solid #FFF;
    background-color: #003D72;
    color: #FFF;
    font-size: 20px;
    border-radius: 6px;
    margin: 30px 0 5px 0;
    width:100%;
}

.btn-dkblue:hover {
    background-color: rgba(255,255,255,0.3);
    color: #FFF;
    transition: all ease-in-out .2s;
}

.getStartedSidebar h1 span, .getStartedSidebar h3 span { color: #FFF; }

.getStartedSidebar p {
    color: #fff;
    /*padding-left: 135px;*/
    line-height: 1.2;
    margin: 0;
	text-align: center;
}
.helpphone {
    text-align: center;
    color: #fff;
    font-size: 2.25rem !important;
}

#sidebarNav li.list-group-item:after,#sidebarNav a.list-group-item:after {
    font-family: 'FontAwesome';
    content: '\f107';
    float: right;
    color: #DDD;
}

div.in div a.list-group-item {
    font-size: .8em;
    padding-left: 45px;
}

div.in a.list-group-item {
    background: #f9f9f9 none repeat scroll 0 0;
    font-size: .9em;
    padding-left: 30px;
}

#sidebarNav li.list-group-item.collapsed::after,#sidebarNav a.list-group-item.collapsed::after {
    color: #ddd;
    content: "\f106";
    float: right;
    font-family: "FontAwesome";
}

#sidebarNav li.list-group-item.noSub::after,#sidebarNav a.list-group-item.noSub::after {
    color: #ddd;
    content: "";
    float: right;
    font-family: "FontAwesome";
}

#sidebarNav a, #sidebarNav a:hover, #sidebarNav a:focus { text-decoration: none; }

.list-group-item.list-group-item-success.thisSection { background-color: #003d72; }

.list-group-item.list-group-item-success.thisSection a { color: #fff; }

.list-group-item.list-group-item-success { cursor: pointer; }

.sidebarArrows a, .sidebarArrows a:hover, .sidebarArrows a:focus { text-decoration: none; }

li.sidebarArrow {
    padding: 10px 20px;
    margin: 10px 15px;
    height: 50px;
    list-style: none;
    background-color: #003D72;
    transition: all ease-in-out .2s;
}

.sidebarArrow-wedge {
    border-style: solid;
    border-width: 25px 0 25px 15px;
    border-color: #003D72 #003D72 #003D72 transparent;
    position: relative;
    float: left;
    top: -10px;
    left: -35px;
    width: 0;
    height: 0;
    transition: all ease-in-out .2s;
}

.sidebarArrow-arrow {
    border-style: solid;
    border-width: 25px 0 25px 15px;
    border-color: transparent transparent transparent #003D72;
    position: relative;
    float: right;
    top: -64px;
    right: -35px;
    width: 0;
    height: 0;
    transition: all ease-in-out .2s;
}

/* sidebar arrows */
li.sidebarArrow p { color: #FFF; }

li.sidebarArrow.productDevelopment:hover { background-color: #DD3939; }
li.sidebarArrow.moldMaking:hover { background-color: #FF7D21; }
li.sidebarArrow.rotationalMolding:hover { background-color: #88BF1E; }
li.sidebarArrow.warehousing:hover { background-color: #0892A5; }

li.sidebarArrow.productDevelopment:hover .sidebarArrow-wedge { border-color: #DD3939 #DD3939 #DD3939 transparent; }
li.sidebarArrow.moldMaking:hover .sidebarArrow-wedge { border-color: #FF7D21 #FF7D21 #FF7D21 transparent; }
li.sidebarArrow.rotationalMolding:hover .sidebarArrow-wedge { border-color: #88BF1E #88BF1E #88BF1E transparent; }
li.sidebarArrow.warehousing:hover .sidebarArrow-wedge { border-color: #0892A5 #0892A5 #0892A5 transparent; }

li.sidebarArrow.productDevelopment:hover .sidebarArrow-arrow { border-color: transparent transparent transparent #DD3939; }
li.sidebarArrow.moldMaking:hover .sidebarArrow-arrow { border-color: transparent transparent transparent #FF7D21; }
li.sidebarArrow.rotationalMolding:hover .sidebarArrow-arrow { border-color: transparent transparent transparent #88BF1E; }
li.sidebarArrow.warehousing:hover .sidebarArrow-arrow { border-color: transparent transparent transparent #0892A5; }











/* =============================================================== */
/* =============================================================== */
/* ===== GET STARTED + MODEL ===================================== */
/* =============================================================== */
/* =============================================================== */


#getStarted {
    background: #003D72;
    border-radius: 16px 16px 0 0;
    border-bottom: 0;
    bottom: -145px;
    color: #FFF;
    height: 207px;
    width: 200px;
    transition: all ease-in-out .2s;
    left: calc(100% - 220px);
	border: 2px solid rgba(255,255,255,1);
	z-index: 997;
}

#getStarted:hover { bottom: 0; }

#getStarted h6 {
    font-size: 14px;
    margin-top: 0;
    color: #FFF;
}

#getStarted ul {
    padding: 0;
    text-align: left;
}

#getStarted ul li {
    list-style: none;
    padding: 5px 20px;
    color:#fff;
    background: #003D72;
}
.headerArrowContent h2 {
    font-size: 2rem;
}

#getStarted ul li.getStarted-product:hover { background-color: #DD3939; }
#getStarted ul li.getStarted-mold:hover { background-color: #FF7D21; }
#getStarted ul li.getStarted-rotational:hover { background-color: #88BF1E; }
#getStarted ul li.getStarted-warehousing:hover { background-color: #0892A5; }

.modal h4 { color: #343434; }

.modal-header-get-started {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #88BF1E;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-get-started img { max-width: 350px; }











/* =============================================================== */
/* =============================================================== */
/* ===== SCROLL TOP ============================================== */
/* =============================================================== */
/* =============================================================== */

#scrollTop {
    left: calc(50% - 40px);
    background: rgba(85,85,85,0.3);
    height: 80px;
    width: 80px;
    bottom: -45px;
	border: 2px solid rgba(255,255,255,1);
    border-radius: 50%;
	z-index: 997;
}

#scrollTop i {
    font-size: 5rem;
    line-height: 3rem;
    margin-top: 5px;
}

#scrollTop:hover { background: rgba(40,130,200,1); }

#scrollTop span {
    display: block;
    margin-top: -999999px;
}











/* =============================================================== */
/* =============================================================== */
/* ===== FOOTER ================================================== */
/* =============================================================== */
/* =============================================================== */

footer {
    background: #EEE;
    color: #343434;
    padding-top: 50px;
}

#footer-cta {
    margin: 0 30px 50px;
    padding: 20px;
    border: 5px solid #FFF;
    background-color: #F7F7F7;
}

#footer-cta-content::before {
    font-family: "Flaticon";
    font-size: 7rem;
    font-style: normal;
    position: relative;
    top: 20px;
    right: 10px;
    float: left;
    color: #343434;
}

#footer-cta-content p,#footer-cta-content button { margin-top: 20px; }

#footer-cta-content h5 { font-size: 22px; }

#footer-cta-content p i {
	float: left;
	margin: 10px 30px;
	font-size: 100px;
}

footer h5 { font-size: 20px; margin-bottom: 10px; }

footer ul { padding: 0; }

footer ul li {
    list-style: none;
    font-size: 14px;
    text-decoration: none;
}

footer>ul>li>a { text-decoration: none; }

.copyright {
    color: #333;
    text-align: center;
    font-size: 12px;
}

/* Social */
ul.footer_social { text-align: center; }

ul.footer_social li {
	color: #999;
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 2px solid #999;
	border-radius: 50%;
	margin: 0 3px;
	font-size: 20px;
	padding: 5px 7px;
}

.footer_social a:hover,
.footer_social a:focus {
	color: #999;
	transition: all ease-in-out 0.2s;
}

ul.footer_social a:hover li.facebook,
ul.footer_social a:focus li.facebook {
	color: #3B5998;
	border-color: #3B5998;
	transition: all ease-in-out 0.3s;
}
ul.footer_social a:hover li.twitter,
ul.footer_social a:focus li.twitter {
	color: #1DA1F2;
	border-color: #1DA1F2;
	transition: all ease-in-out 0.3s;
}
ul.footer_social a:hover li.rss,
ul.footer_social a:focus li.rss {
	color: #F26522;
	border-color: #F26522;
	transition: all ease-in-out 0.3s;
}











/* =============================================================== */
/* =============================================================== */
/* ===== ONESOURCE PAGE ========================================== */
/* =============================================================== */
/* =============================================================== */


.onesourceHeader {
    height: 400px;
    text-align: center;
    margin-bottom: 40px;

}

.onesourceHeader img { margin: 0 auto; }

.onesourceHeader .col-md-3,.onesourceHeader .col-md-6 { padding: 0; }

.onesourceHeader .onesourceLogo { margin-top: 40px; }

.onesourceHeader button { margin-top: 20px; }


.btn-productDevelopment,.btn-moldMaking,.btn-rotationalMolding,.btn-warehousing {
    color: #FFF;
    border: 2px solid rgba(0,0,0,0.5);
    transition: all ease-in-out .2s;
}

.btn-productDevelopment:hover,.btn-moldMaking:hover,.btn-rotationalMolding:hover,.btn-warehousing:hover {
    color: #FFF;
    background-color: #003D72;
}

.btn-productDevelopment { background-color: #DD3939; }
.btn-moldMaking { background-color: #FF7D21; }
.btn-rotationalMolding { background-color: #88BF1E; }
.btn-warehousing { background-color: #0892A5; }











/* =============================================================== */
/* =============================================================== */
/* ===== CONTACT - GET STARTED =================================== */
/* =============================================================== */
/* =============================================================== */


.getStartedContact {
    margin: 10px;
    padding: 0 20px;
    background-color: #88BF1E;
    border: 10px solid #DDD;
}

.getStartedContact h1 {
    text-shadow: none;
    font-weight: 400;
    font-size: 25px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px !important;
	margin-top: 20px;
}

.getStartedContact h1 span {
    display: block;
    font-weight: 700;
    font-size: 30px;
    color: #FFF;
    padding-top: 2px;
}

.getStartedContact p { color: #FFF; }











/* =============================================================== */
/* =============================================================== */
/* ===== PANELS ================================================== */
/* =============================================================== */
/* =============================================================== */


/* ===== GET STARTED PANEL ======================================= */

.oneSource-panel { color: #FFF; }

.oneSource-panel h3 { color: #FFF; margin: 20px 0; }

.productDesign-panel { background-color: #DD3939; }
.moldMaking-panel { background-color: #FF7D21; }
.rotationalMolding-panel { background-color: #88BF1E; }
.warehousing-panel { background-color: #0892A5; }

.oneSource-panel .col-md-3 {
    padding: 0;
    text-align: center;
}

.oneSource-panel .img-responsive { margin: auto; }


/* ===== Q&A PANEL =============================================== */

.QandAPanel {
    background-color: #FF7D21;
    margin: 50px auto;
    color: #FFF;
}

.QandAPanel .col-sm-8 { padding: 20px 15px 30px 30px; }

.QandAPanel .col-sm-4 { padding-right: 0; }

.QandAPanel div.qtitle {
    color: #000;
    margin-bottom: 0 !important;
	  font-size: 2.5rem;
    font-family: "BlairMdITCTTMedium",Helvetica,Arial !important;
}

.QandAPanel div.sub {
    font-size: 20px;
    font-weight: 400;
    color: rgba(0,0,0,0.7);
    margin-top: 0;
    margin-left: 85px;
    font-family: "BlairMdITCTTMedium",Helvetica,Arial !important;
}

.QandAPanel p { color: #000; }

.QandAPanel-box {
    max-height: 100px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.QandAPanel-box blockquote p { font-size: 16px; }

.QandAPanel-box .read-more {
	display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    border: none;
    background-color: transparent;
    background-image: linear-gradient(to bottom,transparent,#FF7D21);
}

.QandAPanel-box .read-more span { margin: 0; }

.QandAPanel-image {
    background: no-repeat scroll center center / cover;
    padding-left: 0;
}


/* ===== TESTIMONIAL PANEL ======================================= */

.testimonialPanel {
    background-color: #0892A5;
    margin: 50px auto;
    padding: 10px 30px 30px;
    color: #FFF;
}

.testimonialPanel div.ttitle {
    color: #FFF;
    margin-bottom: 0 !important;
	margin-top: 10px;
	font-size: 2.5rem;
  font-family: "BlairMdITCTTMedium",Helvetica,Arial !important;
}

.testimonialPanel div.sub {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    margin-top: 0;
    margin-left: 85px;
    font-family: "BlairMdITCTTMedium",Helvetica,Arial !important;
}

.testimonialPanel .author {
    margin-left: 80px;
    font-weight: 700;
}


/* ===== ROLLOVER STYLE GALLERY BANNER =========================== */

.flabel {
    font-weight: 500;
    margin: 0 .4em 0 0;
}

article .article-body h3 {
    color: #fff;
    font-family: "Polaris Condensed",Helvetica,Arial,sans-serif !important;
    font-size: 24px !important;
}

button {
    background: #00aced none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: auto;
    margin: 0 1px 5px 0;
    padding: 7px;
    transition: background .3s ease 0;
    width: auto;
}

button.active { background: #222 none repeat scroll 0 0; }

button:hover {
    background: rgba(0,118,179,1) none repeat scroll 0 0;
    transition: background .3s ease 0;
}

button:focus { outline: 0 none; }

button + .flabel { margin-left: 1em; }

.rollover .mix,.container .gap { display: inline-block; }

.rollover .mix {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 2%;
    text-align: left;
}

.text {
    color: #fff;
    font-family: "Polaris Condensed",Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.answer {
    color: #fff;
    font-family: "Polaris Condensed",Helvetica,Arial,sans-serif;
    font-weight: 300;
}

.rollover {
    /*display: inline-block;
    list-style: outside none none;
    max-width: 100%;
    text-align: center;*/
    margin: 0 auto;
	padding: 20px 0 100px;
}

.rollover .li {
    display: inline-block;
    margin: 0;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 400px;
}

.rollover figure {
    margin: 0;
    position: relative;
}

.rollover figure img {
    display: block;
    height: auto;
    margin: auto;
    height: 220px;
    max-width: 100%;
    position: relative;
    width: auto;
}

.rollover figcaption {
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    background-color: #003D72;
    color: #FFF;
}
figcaption span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.1;
}

.rollover figcaption span::before { content: ""; }

.rollover figcaption a {
    background: #00aced none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-align: left;
}

.rollover .li {
    perspective: 1700px;
    perspective-origin: 0 50%;
}

.rollover figure { transform-style: preserve-3d; }

.rollover figure > div { overflow: hidden; }

.rollover figure img { transition: transform 0.4s ease-in-out; }

.rollover figure:hover img,.rollover figure.cs-hover img { transform: translateX(25%); }

.rollover img { width: 100%; }

.rollover figcaption {
    backface-visibility: hidden;
    height: 100%;
    opacity: 0;
    transform: rotateY(-90deg);
    transform-origin: 0 0 0;
    transition: transform .4s ease 0s,opacity .1s ease .3s;
    width: 53% !important;
}

.rollover figure:hover figcaption,.rollover figure.cs-hover figcaption {
    opacity: 1;
    transform: rotateY(0deg);
    transition: transform .4s ease 0s,opacity .1s ease;
}

.rollover figcaption a {
    bottom: 20px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    text-decoration: none;
}

.rollover figcaption h3 {
    color: #fff;
    font-size: 1.5rem;
}






.spacer_banners {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 500px;
}





/* =============================================================== */
/* =============================================================== */
/* ===== SIMPLE TEXT ROTATOR ===================================== */
/* =============================================================== */
/* =============================================================== */


.rotating {
	display: inline-block;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
	-moz-transform: rotateX(0) rotateY(0) rotateZ(0);
	-ms-transform: rotateX(0) rotateY(0) rotateZ(0);
	-o-transform: rotateX(0) rotateY(0) rotateZ(0);
	transform: rotateX(0) rotateY(0) rotateZ(0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform-origin-x: 50%;
}

.rotating.flip { position: relative; }

.rotating .front, .rotating .back {
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rotating .front {
	position: absolute;
	display: inline-block;
	-webkit-transform: translate3d(0,0,1px);
	-moz-transform: translate3d(0,0,1px);
	-ms-transform: translate3d(0,0,1px);
	-o-transform: translate3d(0,0,1px);
	transform: translate3d(0,0,1px);
}

.rotating.flip .front { z-index: 1; }

.rotating .back {
	display: block;
	opacity: 0;
}

.rotating.spin {
	-webkit-transform: rotate(360deg) scale(0);
	-moz-transform: rotate(360deg) scale(0);
	-ms-transform: rotate(360deg) scale(0);
	-o-transform: rotate(360deg) scale(0);
	transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
	z-index: 2;
	display: block;
	opacity: 1;

	-webkit-transform: rotateY(180deg) translate3d(0,0,0);
	-moz-transform: rotateY(180deg) translate3d(0,0,0);
	-ms-transform: rotateY(180deg) translate3d(0,0,0);
	-o-transform: rotateY(180deg) translate3d(0,0,0);
	transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
	-webkit-transform: rotateX(180deg) translate3d(0,0,0);
	-moz-transform: rotateX(180deg) translate3d(0,0,0);
	-ms-transform: rotateX(180deg) translate3d(0,0,0);
	-o-transform: rotateX(180deg) translate3d(0,0,0);
	transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
	-webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
	-moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
	-ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
	-o-transform: translate3d(0,0,100px) scale(0.85,0.85);
	transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
	-webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
	-moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	-ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	-o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
	-webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
	-moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	-ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	-o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
	transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}











/* =============================================================== */
/* =============================================================== */
/* ===== PRETTY PHOTO ============================================ */
/* =============================================================== */
/* =============================================================== */


div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right { height: 13px; }
div.pp_default .pp_top .pp_left { background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; }
div.pp_default .pp_top .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x; }
div.pp_default .pp_top .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; }
div.pp_default .pp_content .ppt { color: #f8f8f8; }
div.pp_default .pp_content_container .pp_left {
	background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
	background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right: 13px;
}
div.pp_default .pp_next:hover {
	background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
	cursor: pointer;
}
div.pp_default .pp_previous:hover {
	background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor: pointer;
}
div.pp_default .pp_expand {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
}
div.pp_default .pp_expand:hover {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor: pointer;
}
div.pp_default .pp_contract {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	width: 28px;
	height: 28px;
}
div.pp_default .pp_contract:hover {
	background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor: pointer;
}
div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
	background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
	border: 1px solid #aaa;
}
div.pp_default .pp_social { margin-top: 7px; }
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next {
	position: static;
	left: auto;
}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px;
}
div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next {
	background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height: 20px;
	width: 20px;
	margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details { margin-top: 5px; }
div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	width: 110px;
	position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
	font-family: Georgia;
	font-style: italic;
	color: #999;
	font-size: 11px;
	left: 75px;
	line-height: 25px;
	position: absolute;
	top: 2px;
	margin: 0;
	padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover { opacity: .7; }
div.pp_default .pp_description {
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left { background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; }
div.pp_default .pp_bottom .pp_middle { background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; }
div.pp_default .pp_bottom .pp_right { background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; }
div.pp_default .pp_loaderIcon { background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; }
div.light_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; }
div.light_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; }
div.light_rounded .pp_next:hover {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_previous:hover {
	background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_expand {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_expand:hover {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_contract {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_contract:hover {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.light_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; }
div.light_rounded .pp_arrow_next { background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; }
div.light_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; }
div.light_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; }
div.dark_rounded .pp_top .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; }
div.dark_rounded .pp_top .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; }
div.dark_rounded .pp_content_container .pp_left { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; }
div.dark_rounded .pp_content_container .pp_right { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; }
div.dark_rounded .pp_next:hover {
	background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_previous:hover {
	background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_expand {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_expand:hover {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_contract {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_contract:hover {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.dark_rounded .pp_description {
	margin-right: 85px;
	color: #fff;
}
div.dark_rounded .pp_nav .pp_play {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.dark_rounded .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.dark_rounded .pp_arrow_previous { background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; }
div.dark_rounded .pp_arrow_next { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; }
div.dark_rounded .pp_bottom .pp_left { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; }
div.dark_rounded .pp_bottom .pp_right { background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; }
div.dark_rounded .pp_loaderIcon { background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; }
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content { background: #000; }
div.dark_square .pp_description {
	color: #fff;
	margin: 0 85px 0 0;
}
div.dark_square .pp_loaderIcon { background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; }
div.dark_square .pp_expand {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_expand:hover {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_contract {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_contract:hover {
	background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.dark_square .pp_nav { clear: none; }
div.dark_square .pp_nav .pp_play {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.dark_square .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.dark_square .pp_arrow_previous { background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; }
div.dark_square .pp_arrow_next { background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; }
div.dark_square .pp_next:hover {
	background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.dark_square .pp_previous:hover {
	background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.light_square .pp_expand {
	background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.light_square .pp_expand:hover {
	background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.light_square .pp_contract {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.light_square .pp_contract:hover {
	background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.light_square .pp_close {
	width: 75px;
	height: 22px;
	background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.light_square .pp_nav .pp_play {
	background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.light_square .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px;
}
div.light_square .pp_arrow_previous { background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; }
div.light_square .pp_arrow_next { background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; }
div.light_square .pp_next:hover {
	background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.light_square .pp_previous:hover {
	background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.facebook .pp_top .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; }
div.facebook .pp_top .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; }
div.facebook .pp_top .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; }
div.facebook .pp_content_container .pp_left { background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; }
div.facebook .pp_content_container .pp_right { background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; }
div.facebook .pp_expand {
	background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer;
}
div.facebook .pp_expand:hover {
	background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer;
}
div.facebook .pp_contract {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer;
}
div.facebook .pp_contract:hover {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer;
}
div.facebook .pp_close {
	width: 22px;
	height: 22px;
	background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
}
div.facebook .pp_description { margin: 0 37px 0 0; }
div.facebook .pp_loaderIcon { background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; }
div.facebook .pp_arrow_previous {
	background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}
div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default;
}
div.facebook .pp_arrow_next {
	background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px;
}
div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default;
}
div.facebook .pp_nav { margin-top: 0; }
div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px;
}
div.facebook .pp_nav .pp_play {
	background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px;
}
div.facebook .pp_nav .pp_pause {
	background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px;
}
div.facebook .pp_next:hover {
	background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer;
}
div.facebook .pp_previous:hover {
	background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer;
}
div.facebook .pp_bottom .pp_left { background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; }
div.facebook .pp_bottom .pp_middle { background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; }
div.facebook .pp_bottom .pp_right { background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; }
div.pp_pic_holder a:focus { outline: none; }
div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}
.pp_content {
	height: 40px;
	min-width: 40px;
}
* html .pp_content { width: 40px; }
.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}
.pp_content_container .pp_left { padding-left: 20px; }
.pp_content_container .pp_right { padding-right: 20px; }
.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px;
}
.pp_description {
	display: none;
	margin: 0;
}
.pp_social {
	float: left;
	margin: 0;
}
.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 55px;
	overflow: hidden;
}
.pp_social .twitter { float: left; }
.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0;
}
.pp_nav p {
	float: left;
	white-space: nowrap;
	margin: 2px 4px;
}
.pp_nav .pp_play,.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}
a.pp_arrow_previous,a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}
.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}
.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}
.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0;
}
.pp_gallery ul a {
	border: 1px rgba(0,0,0,0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}
.pp_gallery ul a img { border: 0; }
.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.pp_gallery li.default a {
	background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next { margin-top: 7px !important; }
a.pp_next {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}
a.pp_previous {
	background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%;
}
a.pp_expand,a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}
a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	line-height: 22px;
	text-indent: -10000px;
}
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
	margin: -12px 0 0 -12px;
}
#pp_full_res { line-height: 1 !important; }
#pp_full_res .pp_inline { text-align: left; }
#pp_full_res .pp_inline p { margin: 0 0 15px; }
div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	z-index: 9999;
	margin: 0 0 5px 15px;
}
div.pp_default .pp_content,div.light_rounded .pp_content { background-color: #fff; }
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline { color: #000; }
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a { border-color: #fff; }
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details { position: relative; }
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content { background: #fff; }
div.light_rounded .pp_description,div.light_square .pp_description { margin-right: 85px; }
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default;
}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon { background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; }
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle { background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; }
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder { color: #c4c4c4; }
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline { color: #fff; }
.pp_top,.pp_bottom {
	height: 20px;
	position: relative;
}
* html .pp_top,* html .pp_bottom { padding: 0 20px; }
.pp_top .pp_left,.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_top .pp_middle,.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}
.pp_top .pp_right,.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.pp_fade,.pp_gallery li.default a img { display: none; }


/*MINI GALLERY SHORTCODE VERSION*/
.slider1 div {
    height: 200px;
    margin: 15px 0;
}
.slider1 div img {
    margin: 0 auto;
    max-height: 200px;
}








/* =============================================================== */
/* =============================================================== */
/* ===== ANIMATE ================================================= */
/* =============================================================== */
/* =============================================================== */


.animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.hinge {
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-o-animation-duration: 5s;
	animation-duration: 5s;
}
/*===================================================================================*/
/*  pulse                                                                            */
/*===================================================================================*/
@-webkit-keyframes pulse {
	0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(1.1); }
	100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
	0% { -moz-transform: scale(1); }
	50% { -moz-transform: scale(1.1); }
	100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
	0% { -o-transform: scale(1); }
	50% { -o-transform: scale(1.1); }
	100% { -o-transform: scale(1); }
}
@keyframes pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.1); }
	100% { transform: scale(1); }
}
.animated.pulse {
	opacity: 1;
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
/*===================================================================================*/
/*  flipInX                                                                          */
/*===================================================================================*/
@-webkit-keyframes flipInX {
	0% { -webkit-transform: perspective(400px) rotateX(90deg); opacity: 0; }
	40% { -webkit-transform: perspective(400px) rotateX(-10deg); }
	70% { -webkit-transform: perspective(400px) rotateX(10deg); }
	100% { -webkit-transform: perspective(400px) rotateX(0deg); opacity: 1; }
}
@-moz-keyframes flipInX {
	0% { -moz-transform: perspective(400px) rotateX(90deg); opacity: 0; }
	40% { -moz-transform: perspective(400px) rotateX(-10deg); }
	70% { -moz-transform: perspective(400px) rotateX(10deg); }
	100% { -moz-transform: perspective(400px) rotateX(0deg); opacity: 1; }
}
@-o-keyframes flipInX {
	0% { -o-transform: perspective(400px) rotateX(90deg); opacity: 0; }
	40% { -o-transform: perspective(400px) rotateX(-10deg); }
	70% { -o-transform: perspective(400px) rotateX(10deg); }
	100% { -o-transform: perspective(400px) rotateX(0deg); opacity: 1; }
}
@keyframes flipInX {
	0% { transform: perspective(400px) rotateX(90deg); opacity: 0; }
	40% { transform: perspective(400px) rotateX(-10deg); }
	70% { transform: perspective(400px) rotateX(10deg); }
	100% { transform: perspective(400px) rotateX(0deg); opacity: 1; }
}
.animated.flipInX {
	opacity: 1;
	-webkit-backface-visibility: visible !important;
	-moz-backface-visibility: visible !important;
	-o-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-animation-name: flipInX;
	-o-animation-name: flipInX;
	animation-name: flipInX;
}

/*===================================================================================*/
/*  fadeIn                                                                           */
/*===================================================================================*/
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.animated.fadeIn {
	opacity: 1;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
/*===================================================================================*/
/*  fadeInUp                                                                         */
/*===================================================================================*/
@-webkit-keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes fadeInUp {
	0% { opacity: 0; -moz-transform: translateY(20px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}
@-o-keyframes fadeInUp {
	0% { opacity: 0; -o-transform: translateY(20px); }
	100% { opacity: 1; -o-transform: translateY(0); }
}
@keyframes fadeInUp {
	0% { opacity: 0; transform: translateY(20px); }
	100% { opacity: 1; transform: translateY(0); }
}
.animated.fadeInUp {
	opacity: 1;
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
/*===================================================================================*/
/* fadeInDown                                                                        */
/*===================================================================================*/
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes fadeInDown {
	0% { opacity: 0; -moz-transform: translateY(-20px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}
@-o-keyframes fadeInDown {
	0% { opacity: 0; -o-transform: translateY(-20px); }
	100% { opacity: 1; -o-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; transform: translateY(-20px); }
	100% { opacity: 1; transform: translateY(0); }
}
.animated.fadeInDown {
	opacity: 1;
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
/*===================================================================================*/
/*  fadeInLeft                                                                       */
/*===================================================================================*/
@-webkit-keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-100px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes fadeInLeft {
	0% { opacity: 0; -moz-transform: translateX(-100px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}
@-o-keyframes fadeInLeft {
	0% { opacity: 0; -o-transform: translateX(-100px); }
	100% { opacity: 1; -o-transform: translateX(0); }
}
@keyframes fadeInLeft {
	0% { opacity: 0; transform: translateX(-100px); }
	100% { opacity: 1; transform: translateX(0); }
}
.animated.fadeInLeft {
	opacity: 1;
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
/*===================================================================================*/
/*  fadeInRight                                                                      */
/*===================================================================================*/
@-webkit-keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(100px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes fadeInRight {
	0% { opacity: 0; -moz-transform: translateX(100px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}
@-o-keyframes fadeInRight {
	0% { opacity: 0; -o-transform: translateX(100px); }
	100% { opacity: 1; -o-transform: translateX(0); }
}
@keyframes fadeInRight {
	0% { opacity: 0; transform: translateX(100px); }
	100% { opacity: 1; transform: translateX(0); }
}
.animated.fadeInRight {
	opacity: 1;
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

/*===================================================================================*/
/*  fadeInUpBig                                                                      */
/*===================================================================================*/
@-webkit-keyframes fadeInUpBig {
	0% { opacity: 0; -webkit-transform: translateY(2000px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes fadeInUpBig {
	0% { opacity: 0; -moz-transform: translateY(2000px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}
@-o-keyframes fadeInUpBig {
	0% { opacity: 0; -o-transform: translateY(2000px); }
	100% { opacity: 1; -o-transform: translateY(0); }
}
@keyframes fadeInUpBig {
	0% { opacity: 0; transform: translateY(2000px); }
	100% { opacity: 1; transform: translateY(0); }
}
.animated.fadeInUpBig {
	opacity: 1;
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
/*===================================================================================*/
/*  fadeInDownBig                                                                    */
/*===================================================================================*/
@-webkit-keyframes fadeInDownBig {
	0% { opacity: 0; webkit-transform: translateY(-2000px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes fadeInDownBig {
	0% { opacity: 0; -moz-transform: translateY(-2000px); }
	100% { opacity: 1; -moz-transform: translateY(0); }
}
@-o-keyframes fadeInDownBig {
	0% { opacity: 0; -o-transform: translateY(-2000px); }
	100% { opacity: 1; -o-transform: translateY(0); }
}
@keyframes fadeInDownBig {
	0% { opacity: 0; transform: translateY(-2000px); }
	100% { opacity: 1; transform: translateY(0); }
}
.animated.fadeInDownBig {
	opacity: 1;
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
/*===================================================================================*/
/*  fadeInLeftBig                                                                    */
/*===================================================================================*/
@-webkit-keyframes fadeInLeftBig {
	0% { opacity: 0; -webkit-transform: translateX(-2000px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes fadeInLeftBig {
	0% { opacity: 0; -moz-transform: translateX(-2000px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}
@-o-keyframes fadeInLeftBig {
	0% { opacity: 0; -o-transform: translateX(-2000px); }
	100% { opacity: 1; -o-transform: translateX(0); }
}
@keyframes fadeInLeftBig {
	0% { opacity: 0; transform: translateX(-2000px); }
	100% { opacity: 1; transform: translateX(0); }
}
.animated.fadeInLeftBig {
	opacity: 1;
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
/*===================================================================================*/
/*  fadeInRightBig                                                                   */
/*===================================================================================*/
@-webkit-keyframes fadeInRightBig {
	0% { opacity: 0; -webkit-transform: translateX(2000px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes fadeInRightBig {
	0% { opacity: 0; -moz-transform: translateX(2000px); }
	100% { opacity: 1; -moz-transform: translateX(0); }
}
@-o-keyframes fadeInRightBig {
	0% { opacity: 0; -o-transform: translateX(2000px); }
	100% { opacity: 1; -o-transform: translateX(0); }
}
@keyframes fadeInRightBig {
	0% { opacity: 0; transform: translateX(2000px); }
	100% { opacity: 1; transform: translateX(0); }
}
.animated.fadeInRightBig {
	opacity: 1;
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
/*===================================================================================*/
/*  bounceIn                                                                         */
/*===================================================================================*/
@-webkit-keyframes bounceIn {
	0% { opacity: 0; -webkit-transform: scale(.3); }
	50% { opacity: 1; -webkit-transform: scale(1.05); }
	70% { -webkit-transform: scale(.9); }
	100% { -webkit-transform: scale(1); }
}
@-moz-keyframes bounceIn {
	0% { opacity: 0; -moz-transform: scale(.3); }
	50% { opacity: 1; -moz-transform: scale(1.05); }
	70% { -moz-transform: scale(.9); }
	100% { -moz-transform: scale(1); }
}
@-o-keyframes bounceIn {
	0% { opacity: 0; -o-transform: scale(.3); }
	50% { opacity: 1; -o-transform: scale(1.05); }
	70% { -o-transform: scale(.9); }
	100% { -o-transform: scale(1); }
}
@keyframes bounceIn {
	0% { opacity: 0; transform: scale(.3); }
	50% { opacity: 1; transform: scale(1.05); }
	70% { transform: scale(.9); }
	100% { transform: scale(1); }
}
.animated.bounceIn {
	opacity: 1;
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
/*===================================================================================*/
/*  bounceInUp                                                                       */
/*===================================================================================*/
@-webkit-keyframes bounceInUp {
	0% { opacity: 0; -webkit-transform: translateY(2000px); }
	60% { opacity: 1; -webkit-transform: translateY(-30px); }
	80% { -webkit-transform: translateY(10px); }
	100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes bounceInUp {
	0% { opacity: 0; -moz-transform: translateY(2000px); }
	60% { opacity: 1; -moz-transform: translateY(-30px); }
	80% { -moz-transform: translateY(10px); }
	100% { -moz-transform: translateY(0); }
}
@-o-keyframes bounceInUp {
	0% { opacity: 0; -o-transform: translateY(2000px); }
	60% { opacity: 1; -o-transform: translateY(-30px); }
	80% { -o-transform: translateY(10px); }
	100% { -o-transform: translateY(0); }
}
@-ms-keyframes bounceInUp {
	0% { opacity: 0; -ms-transform: translateY(2000px); }
	60% { opacity: 1; -ms-transform: translateY(-30px); }
	80% { -ms-transform: translateY(10px); }
	100% { -ms-transform: translateY(0); }
}
@keyframes bounceInUp {
	0% { opacity: 0; transform: translateY(2000px); }
	60% { opacity: 1; transform: translateY(-30px); }
	80% { transform: translateY(10px); }
	100% { transform: translateY(0); }
}
.animated.bounceInUp {
	opacity: 1;
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
/*===================================================================================*/
/*  bounceInDown                                                                     */
/*===================================================================================*/
@-webkit-keyframes bounceInDown {
	0% { opacity: 0; -webkit-transform: translateY(-2000px); }
	60% { opacity: 1; -webkit-transform: translateY(30px); }
	80% { -webkit-transform: translateY(-10px); }
	100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes bounceInDown {
	0% { opacity: 0; -moz-transform: translateY(-2000px); }
	60% { opacity: 1; -moz-transform: translateY(30px); }
	80% { -moz-transform: translateY(-10px); }
	100% { -moz-transform: translateY(0); }
}
@-o-keyframes bounceInDown {
	0% { opacity: 0; -o-transform: translateY(-2000px); }
	60% { opacity: 1; -o-transform: translateY(30px); }
	80% { -o-transform: translateY(-10px); }
	100% { -o-transform: translateY(0); }
}
@keyframes bounceInDown {
	0% { opacity: 0; transform: translateY(-2000px); }
	60% { opacity: 1; transform: translateY(30px); }
	80% { transform: translateY(-10px); }
	100% { transform: translateY(0); }
}
.animated.bounceInDown {
	opacity: 1;
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

/*===================================================================================*/
/*  bounceInLeft                                                                     */
/*===================================================================================*/
@-webkit-keyframes bounceInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-2000px); }
	60% { opacity: 1; -webkit-transform: translateX(30px); }
	80% { -webkit-transform: translateX(-10px); }
	100% { -webkit-transform: translateX(0); }
}
@-moz-keyframes bounceInLeft {
	0% { opacity: 0; -moz-transform: translateX(-2000px); }
	60% { opacity: 1; -moz-transform: translateX(30px); }
	80% { -moz-transform: translateX(-10px); }
	100% { -moz-transform: translateX(0); }
}
@-o-keyframes bounceInLeft {
	0% { opacity: 0; -o-transform: translateX(-2000px); }
	60% { opacity: 1; -o-transform: translateX(30px); }
	80% { -o-transform: translateX(-10px); }
	100% { -o-transform: translateX(0); }
}
@keyframes bounceInLeft {
	0% { opacity: 0; transform: translateX(-2000px); }
	60% { opacity: 1; transform: translateX(30px); }
	80% { transform: translateX(-10px); }
	100% { transform: translateX(0); }
}
.animated.bounceInLeft {
	opacity: 1;
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

/*===================================================================================*/
/*  bounceInRight                                                                    */
/*===================================================================================*/
@-webkit-keyframes bounceInRight {
	0% { opacity: 0; -webkit-transform: translateX(2000px); }
	Z0% { opacity: 1; -webkit-transform: translateX(-30px); }
	80% { -webkit-transform: translateX(10px); }
	100% { -webkit-transform: translateX(0); }
}
@-moz-keyframes bounceInRight {
	0% { opacity: 0; -moz-transform: translateX(2000px); }
	60% { opacity: 1; -moz-transform: translateX(-30px); }
	80% { -moz-transform: translateX(10px); }
	100% { -moz-transform: translateX(0); }
}
@-o-keyframes bounceInRight {
	0% { opacity: 0; -o-transform: translateX(2000px); }
	60% { opacity: 1; -o-transform: translateX(-30px); }
	80% { -o-transform: translateX(10px); }
	100% { -o-transform: translateX(0); }
}
@keyframes bounceInRight {
	0% { opacity: 0; transform: translateX(2000px); }
	60% { opacity: 1; transform: translateX(-30px); }
	80% { transform: translateX(10px); }
	100% { transform: translateX(0); }
}
.animated.bounceInRight {
	opacity: 1;
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
/*===================================================================================*/
/* rotateInUpLeft                                                                    */
/*===================================================================================*/
@-webkit-keyframes rotateInUpLeft {
	0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; }
	100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; }
}
@-moz-keyframes rotateInUpLeft {
	0% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; }
	100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; }
}
@-o-keyframes rotateInUpLeft {
	0% { -o-transform-origin: left bottom; -o-transform: rotate(90deg); opacity: 0; }
	100% { -o-transform-origin: left bottom; -o-transform: rotate(0); opacity: 1; }
}
@keyframes rotateInUpLeft {
	0% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; }
	100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; }
}
.animated.rotateInUpLeft {
	opacity: 1;
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

/*===================================================================================*/
/*  rotateInDownLeft                                                                  */
/*===================================================================================*/
@-webkit-keyframes rotateInDownLeft {
	0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; }
	100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; }
}
@-moz-keyframes rotateInDownLeft {
	0% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; }
	100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; }
}
@-o-keyframes rotateInDownLeft {
	0% { -o-transform-origin: left bottom; -o-transform: rotate(-90deg); opacity: 0; }
	100% { -o-transform-origin: left bottom; -o-transform: rotate(0); opacity: 1; }
}
@keyframes rotateInDownLeft {
	0% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; }
	100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; }
}
.animated.rotateInDownLeft {
	opacity: 1;
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
/*===================================================================================*/
/*  rotateInUpRight                                                                  */
/*===================================================================================*/
@-webkit-keyframes rotateInUpRight {
	0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; }
	100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; }
}
@-moz-keyframes rotateInUpRight {
	0% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; }
	100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; }
}
@-o-keyframes rotateInUpRight {
	0% { -o-transform-origin: right bottom; -o-transform: rotate(-90deg); opacity: 0; }
	100% { -o-transform-origin: right bottom; -o-transform: rotate(0); opacity: 1; }
}
@keyframes rotateInUpRight {
	0% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; }
	100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; }
}
.animated.rotateInUpRight {
	opacity: 1;
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

/*===================================================================================*/
/*  rotateInDownRight                                                                */
/*===================================================================================*/
@-webkit-keyframes rotateInDownRight {
	0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; }
	100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; }
}
@-moz-keyframes rotateInDownRight {
	0% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); pacity: 0; }
	100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; }
}
@-o-keyframes rotateInDownRight {
	0% { -o-transform-origin: right bottom; -o-transform: rotate(90deg); opacity: 0; }
	100% { -o-transform-origin: right bottom; -o-transform: rotate(0); opacity: 1; }
}
@keyframes rotateInDownRight {
	0% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; }
	100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; }
}
.animated.rotateInDownRight {
	opacity: 1;
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

/*===================================================================================*/
/*  lightSpeedRight                                                                  */
/*===================================================================================*/
@-webkit-keyframes lightSpeedRight {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@-moz-keyframes lightSpeedRight {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@-o-keyframes lightSpeedRight {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@keyframes lightSpeedRight {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}
.animated.lightSpeedRight {
	opacity: 1;
	-webkit-animation-name: lightSpeedRight;
	-moz-animation-name: lightSpeedRight;
	-o-animation-name: lightSpeedRight;
	animation-name: lightSpeedRight;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
.animated.lightSpeedRight {
	opacity: 1;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}

/*===================================================================================*/
/*  lightSpeedLeft                                                                  */
/*===================================================================================*/
@-webkit-keyframes lightSpeedLeft {
0% { -webkit-transform: translateX(-100%) skewX(-30deg); opacity: 0; }
60% { -webkit-transform: translateX(20%) skewX(30deg); opacity: 1; }
80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@-moz-keyframes lightSpeedLeft {
0% { -moz-transform: translateX(-100%) skewX(-30deg); opacity: 0; }
60% { -moz-transform: translateX(20%) skewX(30deg); opacity: 1; }
80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@-o-keyframes lightSpeedLeft {
0% { -o-transform: translateX(-100%) skewX(-30deg); opacity: 0; }
60% { -o-transform: translateX(20%) skewX(30deg); opacity: 1; }
80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@keyframes lightSpeedLeft {
	0% { transform: translateX(-100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}
.animated.lightSpeedLeft {
	opacity: 1;
	-webkit-animation-name: lightSpeedLeft;
	-moz-animation-name: lightSpeedLeft;
	-o-animation-name: lightSpeedLeft;
	animation-name: lightSpeedLeft;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
.animated.lightSpeedLeft {
	opacity: 1;
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
}
/* ===== Roll In ================================================= */
@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}
@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}
@-o-keyframes rollIn {
	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}
@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}
.animated.rollIn {
	opacity: 1;
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
.op0 { opacity: .01; }
/* Remove lazy for mobile devices */
@media only screen and (max-width: 1024px) {
	.op0 { opacity: 1; }
}



/* =============================================================== */
/* =============================================================== */
/* ===== MISC STYLES ============================================= */
/* =============================================================== */
/* =============================================================== */
.modal-header.modal-header-get-started > h1 {
    font-size: 2.5rem;
    font-family: "BlairMdITCTTMedium",Helvetica,Arial;
}
.goToRFQ {
    background: #003d72 none repeat scroll 0 0;
    float: left;
    margin: 5px 0 20px;
    width: 100%;
}
.goToRFQ h3 {
    color: #fff;
    float: left;
    font-size: 2rem;
    padding: 10px;
}
.goToRFQ a {
    float: right;
    font-weight: bolder;
    margin: 10px;
    text-decoration: none;
}

/*download thimbs*/
.grid_3 img {
    float: left;
}


#requirements{display: none}

/* =============================================================== */
/* =============================================================== */
/* ===== RESPONSIVE STYLES ======================================= */
/* =============================================================== */
/* =============================================================== */

@media screen and (min-width: 1200px) {
    #topNavContainer .menu > li > ul { background: #f7f7f7; }

	#topNavContainer > ul > li > a,.mobileNavOpen #navigation .utilityNavContainer > ul > li > a { text-transform: none; font-size: 1.7rem; }

	#pageTopArea { height: 104px; }

    #navigation { top: auto; }

	#contentArea { padding-top: 100px; }

	ul.menu ul li a { color: rgba(56,63,73,1) !important; }

	.search { display: list-item; }

    .search ul { min-width: 200px; }

	.RotoDisplay .featureInfoBlock { background: rgba(34,41,47,0.4);}

	#navButton,#navigation .utilityNavContainer,#navigation .social { display: none; }
}

@media screen and (min-width:1025px) {
    .navWrapper,.mobileNavOpen .navWrapper,#topNavContainer .menu > li ul li ul { position: static; }

    #topNavContainer .menu > li { position: relative; }

    #topNavContainer .menu > li > ul { position: absolute; }

	#navButton,#navigation .utilityNavContainer,#navigation .social { display: none; }

    .Android #navigation,.Safari #navigation { margin-top: 19px; }

	.navWrapper { clear: none; display: block; height: auto; overflow: visible; padding: 0; width: 100%; }

	#topNavContainer .menu > li,#topNavContainer .menu > li > a { display: inline-block; }

	#topNavContainer .menu > li,#topNavContainer .menu > li > a { height: 66px; }

	#topNavContainer .menu > li > a { padding: 19px 12px; }

	#topNavContainer .menu > li > ul { display: none; left: 0; padding: 10px 0; top: 64px; min-width: 200px; }

	#topNavContainer .menu > li.edge ul { left: auto; right: 0; }

	.IE #topNavContainer .menu > li > ul { top: 53px; }

	.RotoBody.Android #topNavContainer .menu > li.open > ul,.RotoBody:not(.Android) #topNavContainer .menu > li:hover > ul { display: block; }

	#topNavContainer .menu > li ul li a { padding: 5px 11px; white-space: nowrap; }

  .oneSource-panel h3, .oneSource-panel span {
    color: #fff;
    height: 45px;
    margin: 20px 0;
    font-size: 2.25rem;
    font-family: 'Lato',sans-serif;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
.oneSource-panel h3 {
    color: #fff;
    height: auto;
    margin: 0;
    font-size: 2.25rem;
    font-family: 'Lato',sans-serif;
    display: block;
}
#pageTopArea { background: #003D72; height: 120px; }
}
@media screen and (min-width: 768px){
  #sidebar {
    position: sticky;
    top: 105px;
  }
}
@media screen and (max-width: 768px) {
	h1 { font-size: 3rem; line-height: 5rem; }



	.RotoBody.Android #navigation .menu > li.open,.RotoBody:not(.Android) #navigation .menu > li:hover > a,#navigation .menu > li:focus > a,#navigation .menu > li:active > a { color: rgba(255,255,255,1); }

	#topNavContainer .menu > li ul li:hover a,#topNavContainer .menu > li ul li:focus a,#topNavContainer .menu > li ul li:active a { color: #88bf1e; }

	#topNavContainer .menu > li:hover,#topNavContainer .menu > li:focus,#topNavContainer .menu > li:active { background: #666; border-radius: 10px 10px 0 0; }

    #topNavContainer .menu > li a span.arrow { border: 5px solid transparent; border-top: 5px solid rgba(40,130,200,1); }

    .RotoBody:not(.Android) #topNavContainer .menu > li:hover > ul { border-bottom: 3px solid rgba(40,130,200,1); }

	#contentArea { padding-top: 85px; }

	.FourCol > div:first-child,.ColFour > div:first-child { margin-left: 0; }

    .FourCol > div:last-child,.ColFour > div:last-child { margin-right: 0; }
}

@media screen and (min-width: 700px) {
	h1 { font-size: 2.75rem; margin-bottom: 20px; }

	.featureInfoBlock h3,.featureInfoBlockDetail h3, .featureInfoBlock h2 { font-size: 3.2rem; margin-bottom: 20px; line-height: normal; }

    .featureInfoBlockDetail h3 { font-size: 2.7rem; }

	.rollover figcaption { width: 55% !important; }

    .rollover img { width: 100%; }
}

@media screen and (max-width: 500px) {
	.desktopcaption { display: none; }

    .mobilecaption { display: inline; position: relative; }

	.mobilecaption h3 { color: #00aced; line-height: .85em; margin-bottom: 0; }

	.mobiletext { margin-bottom: 45px; margin-top: 10px; }

	article .article-body h3 { color: #00aced; font-size: 24px !important; padding-top: 25px !important; }
}

@media screen and (min-width:500px) {
    .mobileNavOpen .navWrapper { max-width: 400px; min-width: 350px; }

	.mobilecaption { display: none; }
}

@media screen and (max-width: 480px) {
   /* .top-line p { top: 55px; position: relative; right: 50px; }

    .logo img { height: 45px; }

    #navButton { margin: 24px 0 0; }

    .searchBarContainer { right: 0; width: 135px; }

    h1 .img-responsive { max-width: 75%; }

	#contentAreas { position: relative; top: 100px; }

    .RotoDisplay .featureInfoBlock { max-width: 320px; }*/
	.waytop .menu > li a {
		font-size: 1.25rem;
		line-height: 1;
		padding: 0 7px;
		text-decoration: none;
	}
}

@media screen and (min-width: 450px) {
	.featureImageHome + .featureInfo .featureInfoBlock { height: 533px; }
}

@media screen and (min-width: 400px) {
    .RotoDisplay { font-size: 62.5%; }
}

@media screen and (max-width: 31.5em) {
    .rollover { padding: 10px 10px 100px; }

    .rollover .li { min-width: 300px; width: 100%; }
}

/*SPECIAL IN-Between Syling*/
@media screen and (min-width: 320px) and (max-width: 665px) {
	.top-line {
		float: left !important;
		height: 55px;
		position: relative;
		top: 15px;
		z-index:10;
	}
	.top-line p {
		font-size: 22px;
		margin:10px 0;
	}
	.top-line p i {
		margin: 0 10px 0 0;
	}
	.searchBarContainer {
		display: inline-block;
		width: 155px;
		margin: 10px;
		background: #fff;
		border: 2px solid #FFF;
	}
	.logo{ width:115px;top:-40px;}
	.blueBG > .waytop {
		display: none;
	}
	#navigation {
		position: relative;
		top: -15px !important;
	}
	#pageTopArea {
		background: #003d72 none repeat scroll 0 0;
		height: 100px;
	}
}
@media screen and (max-width: 450px) {
	.top-line p {
		font-size: 22px;
		margin: 5px 0 0;
		float: left !important;
		clear:both;
	}
	.searchBarContainer {
		float: left !important;
		clear:both;
		font-size: 1rem;
		line-height: 1;
		margin: 5px 10px 0;
		width: 155px;
	}
		.searchBarContainer input {
		font-size: 1rem;
		line-height: 1rem;
	}
}
