/********************************************************************************
			 --- CSS BASE  ---
*********************************************************************************/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html {font-size: 100%;}
body {margin:0;padding:0;font-size:16px; line-height:1.6; color:#2a3539;background:#fff; font-family: "Montserrat",sans-serif;}
html,body {height:100%;}
/* Titles */
h1, h2, h3, h4, h5, h6 {margin:0px 0px 20px 0px;line-height: 1.2;font-weight:bold;font-style: normal; color:#12335d;}
h1 {font-size: 36px;}
h2 { font-size: 30px;}
h3 { font-size: 24px;}
h4 { font-size: 20px;}
h5 { font-size: 18px;}
h6 { font-size: 16px;}
.subheader {font-weight:normal;}
/* Lists */
ul, ol {margin:0px 0px 20px 32px; padding: 0;}
ul, ol, li {font-family: "Montserrat",sans-serif;}
/* Paragraphs */
p {margin:0px 0px 26px 0px; font-family: "Montserrat",sans-serif;}
address {margin: .75em 0;font-style: normal;}
/* Links */
a {color:#003d8f; text-decoration:none; -webkit-transition:color 300ms ease-out;-moz-transition:color 300ms ease-out;transition:color 300ms ease-out;}
a:hover { color: #f3bb30; text-decoration:none;}
a:hover, a:active, a:focus {outline:none;}
a img {border: none;}
/* Responsive Images */
img {max-width:100%; height:auto;}
/* Misc inline elements */
em { font-style: italic;}
strong { font-weight: bold;}
/* Center Elements */
.center {text-align:center;}
.right {text-align:right;}
/* Form */
input[type="text"], select, textarea {font-family: "Montserrat",sans-serif; font-size:16px;}
/* Stopping superscript and subscript from augmenting the line's leading */
sup, sub {line-height: 0;}
/* --- ADDITIONAL BASIC STYLES --- */
article, aside, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;} abbr[title] {border-bottom: 1px dotted;cursor: help;} blockquote {margin: .75em 0 .75em 20px;padding: 0 0 0 10px;border-left: solid 2px #ddd;} q, cite {font-style: italic;} q cite, q q {font-style: normal} q:before, q:after {content: "";} blockquote p, li p {margin:0 0 18px 0;} dl {margin: .75em 0;} dt {margin: .75em 0 0 0;font-weight: bold;} dd {margin: .25em 0 .25em 32px;} table {  margin: 0;  border:0px;  border-collapse: collapse;   border-spacing: 0;} table td, table th { padding: 4px;  border:0px; vertical-align: top;} .clr {clear:both;} .clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.clearfix{*zoom:1} textarea{resize:vertical}  hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0} ::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none} img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal} button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
/********************************************************************************
			 --- Template - Main Layouts ---
*********************************************************************************/
.container {margin:0 auto; padding:0px 10px; width:1020px; position:relative;}
.container:before,.container:after{content:" ";display:table}.container:after{clear:both}.container{*zoom:1}
.row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width:1050px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }
.row.collapse > .column,  .row.collapse > .columns { padding-left: 0; padding-right: 0; }
.row.collapse .row { margin-left: 0; margin-right: 0; }
.row .row { width: auto; margin-left: -15px; margin-right: -15px; margin-top: 0; margin-bottom: 0; max-width: none; }
.row .row:before, .row .row:after { content: " "; display: table; }
.row .row:after { clear: both; }
.row .row.collapse { width: auto; margin: 0; max-width: none; }
.row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; }
.row .row.collapse:after { clear: both; }
.column, .columns { padding-left: 15px; padding-right: 15px; width: 100%; float: left; }
[class*="column"] + [class*="column"]:last-child { float: right; }
[class*="column"] + [class*="column"].end { float: left; }
[class*="block-grid-"] { display: block; padding: 0; margin: 0 -0.625rem; }
[class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; }
[class*="block-grid-"]:after { clear: both; }
[class*="block-grid-"] > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }
/********************************************************************************
			 --- Template - Header ---
*********************************************************************************/
header {position:absolute; top:0; left:0; width:100%; z-index:100;height:172px;overflow:hidden;}
header.active {background:#003d8f;}
#top {padding-top:27px; padding-bottom:12px; position:relative;}
#logo {float:left; display:block; text-align:center; margin:0 0 0 5px;}
#logo  img {display:inline-block; margin:0;}
#logo img.logo-title { display:block;}
header.active #logo img.logo-title {visibility:visible;}
#corner {position:relative; float:right;height:31px;}
/********************************************************************************
			 --- Template - Header - Menu Toggle ---
*********************************************************************************/
#menu-toggle {color:#fff; font-size:34px; margin:0 0 0 20px; float:right;display:none}
#menu-toggle i {display:block; width:34px; height:34px; line-height:34px; text-align:center;}
#menu-toggle i:before {content: "\f0c9";}
header.active #menu-toggle {color:#000;}
header.active #menu-toggle i:before {content: "\f00d";}
/********************************************************************************
			 --- Template - Header - Social Links ---
*********************************************************************************/
.social-links {float:left;}
.social-links ul {list-style:none; margin:0; padding:0;}
.social-links ul li {display:block; float:left; margin:0 0 0 15px;}
.social-links ul li a {display:block; color:rgba(255,255,255,1.00); width:34px; height:19px; line-height:19px; text-align:center; font-size:18px;  -webkit-transition:color 300ms ease-out;-moz-transition:color 300ms ease-out;transition:color 300ms ease-out;}
.social-links ul li a:hover {color:rgba(255,255,255,0.75);}
.social-links span {display:none;}
/********************************************************************************
			 --- Template - Header - Menu ---
*********************************************************************************/
header.active #menu {visibility:visible; height:auto; opacity:1; padding:5px 0;}
#menu {padding:0px 10px 0 0; text-align:right;float:right;white-space: nowrap;clear:right}
#menu ul {list-style:none; margin:0; padding:0}
#menu ul li {display:inline-block; margin:0 .2%;}
#menu ul li:first-child {margin-left:0;}
#menu ul li:last-child {margin-right:0;}
#menu ul li a {display:block; color:#fff; font-size:14px; text-transform:uppercase;font-weight: bold; height:28px; line-height:28px; padding:0 20px; -webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px; -webkit-transition:color 150ms ease-out, background-color 150ms ease-out;-moz-transition:color 150ms ease-out, background-color 150ms ease-out;transition:color 150ms ease-out, background-color 150ms ease-out;}
#menu ul li a:hover, #menu ul li.selected a {background:#fff; color:#003d8f; font-weight:bold;}
/********************************************************************************
			 --- Template - Main ---
*********************************************************************************/
#home-main {width:100%; height:100%;}
#main {}
/********************************************************************************
			 --- Home Slider ---
*********************************************************************************/
#slider, .slide, .slide .image, .slide .image img  {width:100%; height:100%;}
.slide .image {background-position:center top; background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:relative;}
.slide .caption {position:absolute; top:30%; left:0; width:100%; text-align:center;}
.slide .caption-25 {top:25%;}
.slide .caption-30 {top:30%;}
.slide .caption-inner {width:100%; max-width:768px; margin:0 auto;}
.slide .caption-inner h2 {font-size:7vh; text-transform:uppercase; color:#fff; line-height:1;}
.slide .caption-inner h3 {color:#fff; font-size:28px; text-transform:uppercase; font-weight:normal;}
.slide .caption-inner img{max-height: 40vh !important;}
.slide .actions {margin:4vh 0 0 0;}
.slide .actions .button {margin:0 5px; -webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;transition:all 200ms ease-out}
.slide .actions .button.primary {background:none; border:2px solid #f4bc11; color:#f4bc11; font-weight:normal;}
.slide .actions .button.primary:hover {background:#f4bc11; color:#fff;}
.slide .actions .button.secondary {background:#fff; color:#003d8f; border:2px solid transparent;}
.slide .actions .button.secondary:hover {background:#003d8f; color:#fff; border:2px solid #fff;}
img.img-esp {margin:0 0 25px 0;}

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider { width: 600px; height: 400px; position: relative; direction: ltr; }
.royalSlider > * { float: left; }
.rsWebkit3d .rsSlide { -webkit-transform: translateZ(0); }
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink { -webkit-backface-visibility: hidden; }
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer { -webkit-transform: none; }
.rsOverflow { width: 100%; height: 100%; position: relative; overflow: hidden; float: left; -webkit-tap-highlight-color: rgba(0,0,0,0); }
.rsVisibleNearbyWrap { width: 100%; height: 100%; position: relative; overflow: hidden; left: 0; top: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); }
.rsVisibleNearbyWrap .rsOverflow { position: absolute; left: 0; top: 0; }
.rsContainer { position: relative; width: 100%; height: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); }
.rsArrow, .rsThumbsArrow { cursor: pointer; }
.rsThumb { float: left; position: relative; }
.rsArrow, .rsNav, .rsThumbsArrow { opacity: 1; -webkit-transition: opacity 0.3s linear; -moz-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }
.rsHidden { opacity: 0; visibility: hidden; -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear; -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear; -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear; transition: visibility 0s linear 0.3s, opacity 0.3s linear; }
.rsGCaption { width: 100%; float: left; text-align: center; }
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen { position: fixed !important; height: auto !important; width: auto !important; margin: 0 !important; padding: 0 !important; z-index: 2147483647 !important; top: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important; }
.royalSlider .rsSlide.rsFakePreloader { opacity: 1 !important; -webkit-transition: 0s; -moz-transition: 0s; -o-transition: 0s; transition: 0s; display: none; }
.rsSlide { position: absolute; left: 0; top: 0; display: block; overflow: hidden; height: 100%; width: 100%; }
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide { height: auto; }
.rsContent { width: 100%; height: 100%; position: relative; }
.rsPreloader { position: absolute; z-index: 0; }
.rsNav { -moz-user-select: -moz-none; -webkit-user-select: none; user-select: none; }
.rsNavItem { -webkit-tap-highlight-color: rgba(0,0,0,0.25); }
.rsThumbs { cursor: pointer; position: relative; overflow: hidden; float: left; z-index: 22; }
.rsTabs { float: left; background: none !important; }
.rsTabs, .rsThumbs { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: rgba(0,0,0,0); }
.rsVideoContainer { /*left: 0;	top: 0;	position: absolute;*/	/*width: 100%;	height: 100%;	position: absolute;	left: 0;	top: 0;	float: left;*/ width: auto; height: auto; line-height: 0; position: relative; }
.rsVideoFrameHolder { position: absolute; left: 0; top: 0; background: #141414; opacity: 0; -webkit-transition: .3s; }
.rsVideoFrameHolder.rsVideoActive { opacity: 1; }
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj { position: absolute; z-index: 50; left: 0; top: 0; width: 100%; height: 100%; }
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 44px; }
.rsABlock { left: 0; top: 0; position: absolute; z-index: 15; }
img.rsImg { max-width: none; }
.grab-cursor { cursor: url(http://i1biometrics.com/images/template/grab.png) 8 8, move; }
.grabbing-cursor { cursor: url(http://i1biometrics.com/images/template/grab.png) 8 8, move; }
.rsNoDrag { cursor: auto; }
.rsLink { left: 0; top: 0; position: absolute; width: 100%; height: 100%; display: block; z-index: 20; background: url(http://i1biometrics.com/images/template/blank.gif); }
.rsDefault .rsPreloader { width: 20px; height: 20px; background-image: url(http://i1biometrics.com/images/template/preloader-white.gif); left: 50%; top: 50%; margin-left: -10px; margin-top: -10px; }
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs { background: #151515; color: #FFF; }
.rsDefault .rsBullets { position: absolute; z-index: 35; right:10%; top:50%; margin:-54px 0 0 0; width:20px; height:auto; text-align: center;}
.rsDefault .rsBullet { margin:0 0 7px 0;  width:16px; height:16px; text-align:center; line-height:16px; display:inline-block}
.rsDefault .rsBullet span { display:inline-block; width: 12px; height: 12px; border-radius: 50%; background: #777; background: rgba(255,255,255,0.5); border:2px transparent; vertical-align:middle; -webkit-transition:background-color 200ms ease-out;-moz-transition:background-color 200ms ease-out;transition:background-color 200ms ease-out; cursor:pointer;}
.rsDefault .rsBullet:not(.rsNavSelected) span:hover {background: rgba(255,255,255,0.8);}
.rsDefault .rsBullet.rsNavSelected span {width:16px; height:16px; background:rgba(255,255,255,0); border:2px solid rgba(255,255,255,0.95); cursor:default; }
/********************************************************************************
			 --- Template - Inner - Banner ---
*********************************************************************************/
#banner {height:400px; width:100%; overflow:hidden; position:relative; background:url(http://i1biometrics.com/images/content/banners/01.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:relative;}
#banner .title {position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; display:table;}
#banner .container {display:table-cell; vertical-align:middle;}
#banner .title h1, #banner .title h3 {color:#fff; text-transform:uppercase; }
#banner .title h1 {font-size:47px; margin:70px 0 5px 0;}
#banner .title h3 {font:18px; font-weight:normal; margin:0;}
/********************************************************************************
			 --- Template - Inner - Sub Nav ---
*********************************************************************************/
#sub-nav {border-bottom:1px solid #e6e6e6; padding:26px 0; text-align:center;}
#sub-nav ul {list-style:none; margin:0; padding:0}
#sub-nav ul li {display:inline-block; margin:0 2%;}
#sub-nav ul li:first-child {margin-left:0;}
#sub-nav ul li:last-child {margin-right:0;}
#sub-nav ul li a {display:block; color:#2a3539; font-size:16px; height:32px; line-height:30px; padding:0 20px; border:2px solid transparent; -webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px; -webkit-transition:color 150ms ease-out, background-color 150ms ease-out;-moz-transition:color 150ms ease-out, background-color 150ms ease-out;transition:color 150ms ease-out, background-color 150ms ease-out;}
#sub-nav ul li.selected a {border:2px solid #f4bc11; font-weight:bold;}
#sub-nav ul li a:hover {font-weight:bold;}
/********************************************************************************
			 --- Template - Inner - Sections ---
*********************************************************************************/
.section-a {padding-top:60px; padding-bottom:60px;}
.section-gray {background:#f5f5f5;}
.fixed-bg {max-height:800px; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; background-position: center center;}
.fixed-bg-1 {background-image:url(../media/1016/01.jpg); }
/********************************************************************************
			 --- Template - Inner - Section -Fact ---
*********************************************************************************/
.section-fact h3 {color:#fff; font-size:34px; font-weight:normal; margin:0 0 5px 0;}
.section-fact p {font-size:48px; color:#fff; line-height:1.2;}
.section-fact :last-child {margin:0;}

.headline-a span {display:inline-block; background:#f4bd14; padding:6px 40px; text-align:center;  -moz-transform: skewX(-25deg); -ms-transform: skewX(-25deg); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); position:relative;}
.headline-a span em {-moz-transform: skewX(25deg); -ms-transform: skewX(25deg); -webkit-transform: skewX(25deg); transform: skewX(25deg); display:block; width:100%; padding-right:5px; }
/********************************************************************************
			 --- Template - Inner - Footer CTA ---
*********************************************************************************/
#cta-footer {background:#12335d; padding:35px 0; text-align:center;}
#cta-footer p {font-size:30px; color:#fff; margin:0; display:inline-block; vertical-align:middle;}
#cta-footer a.button {margin:0 0 0 25px; padding:0 35px; height:56px; line-height:56px; display:inline-block; background:#f3bb30; -webkit-transition:color 150ms ease-out, background-color 150ms ease-out;-moz-transition:color 150ms ease-out, background-color 150ms ease-out;transition:color 150ms ease-out, background-color 150ms ease-out;}
#cta-footer a.button:hover {background-color:#fff; color:#12335d}

.cta-footer-pop-left {float:left; padding:25px; width:49%;}
.cta-footer-pop-right {float:right; padding:20px 0 20px 20px; width:49%;}
.cta-footer-text {font-size:35px; color:#12335d; line-height:1.2; margin:55px 0 20px 0;}
.cta-footer-pop-left form input[type="text"] {height:54px;}
/********************************************************************************
			 --- Template - Footer ---
*********************************************************************************/
#footer-top {padding:45px 0; background:#153043; color:#fff;}
#footer-bottom {background:#fff; padding:25px 0;}

.f-col {color:#fff;}
.f-col a {color:#f3bb30;}
.f-col a:hover {color:#ffd05d;}
.f-contact .vcard {list-style:none; margin:25px 0 0 0; padding:0; font-size:14px;}
.f-links ul {list-style:none; margin:0; padding:0; text-align:center;}
.f-links ul li {display:block; float:left; width:49%;}
.f-links ul li:nth-child(2n) {margin:0 2% 25px 0;}
.f-links ul li a {display:block; color:#fff; text-transform:uppercase;}
.f-social {padding:55px 0; text-align:center; width:100%;}
.f-social.social-links ul {display:inline-block;}
.f-social.social-links ul li {display:inline-block; float:none; margin:0 10px;}
.f-social.social-links ul li a {width:42px;height:42px; line-height:42px; font-size:38px;}
.f-social.social-links ul li a:hover {color:#ffd05d;}
p.copyright {margin:0; font-size:12px; text-align:center;}
/********************************************************************************
			 --- Template - Layouts ---
*********************************************************************************/
.primary-a {width:73%; float:right;}
.secondary-a {width:24%; float:left;}
/********************************************************************************
			 --- Template - Page Layouts Elements ---
*********************************************************************************/
ol.order-a { list-style: none; margin: 0 0 18px 0; padding-left: 25px; overflow:hidden; }
ol.order-a ul {margin:8px 0 8px 25px;}
ol.order-a li {list-style:none; position: relative; margin: 0 0 5px 0; counter-increment: ol; }
ol.order-a li:before { content: counter(ol) '.'; position: absolute; margin: 0 0 0 -25px; font-weight: bold; color: #f4bc11; }
ul.bullet-a { list-style: none; margin: 0 0 18px 0; padding: 0; overflow:hidden; }
ul.bullet-a ul {margin:8px 0;}
ul.bullet-a li {list-style: none; margin: 0 0 5px 0; padding: 0px 0px 0px 17px; position:relative; }
ul.bullet-a li:before {content: "\F054";font-family: 'FontAwesome'; font-size:13px;position: absolute;top: 3px;left: 0; color:#f4bc11;}
hr { border: none; height: 1px; background: #ccc; clear: both; margin: 25px 0; }
img.aligntop { margin: 0 0 18px 0; }
img.alignleft { float: left; margin: 6px 25px 0 0; }
img.alignright { float: right; margin: 6px 0 0 25px; }
img.border {padding:4px; background:#fff; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.35); -moz-box-shadow:0px 0px 3px 0px rgba(50, 50, 50, 0.35); box-shadow:0px 0px 3px 0px rgba(50, 50, 50, 0.35);}
.flex-video { position: relative; padding-top: 1.5625rem; padding-bottom: 67.5%; height: 0; margin-bottom: 1rem; overflow: hidden; }
.flex-video.widescreen { padding-bottom: 56.34%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,  .flex-video object,  .flex-video embed,  .flex-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
blockquote {background: #f5f5f5;border-left: 6px solid #12335d; margin:20px 10px; padding:25px; quotes: "\201C""\201D""\2018""\2019";}
blockquote:before {color: #ccc; content: open-quote; font-size:80px; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em;}
blockquote p {display: inline;}
/********************************************************************************
			 --- Buttons ---
*********************************************************************************/
.button {border-style: solid; border-width: 0px; cursor: pointer; font-weight:bold; line-height: normal; margin: 0 0 20px; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; display: inline-block; padding-top:16px; padding-right: 45px; padding-bottom:16px; padding-left: 45px; font-size: 16px; background-color:#f3bb30; color: white; -webkit-transition:background-color 200ms ease-out;-moz-transition:background-color 200ms ease-out;transition:background-color 200ms ease-out; outline:none; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; text-transform:uppercase;}
.button:hover, .button:focus { background-color: #003d8f;  color: white;}
.button.secondary {background-color:#fff; border:2px solid #f3bb30; color: #f3bb30;}
.button.secondary:hover, .button.secondary:focus {background-color: #f3bb30; color: #fff;}
.button.tertiary {background-color:#fff; border:2px solid #003d8f; color: #003d8f; }
.button.tertiary:hover, .button.tertiary:focus { background-color: #003d8f; color: #fff;}
.button.tiny { padding:10px 20px; font-size: 12px; }
.button.small {padding:14px 32px; font-size: 14px; }
.button.large {padding:18px 55px; font-size: 21px; }
.button.expand { padding-right: 0; padding-left: 0; width: 100%; }
.button.left-align { text-align: left; text-indent: 12px; }
.button.right-align { text-align: right; padding-right: 12px; }
.reset {border:none; background:none; cursor: pointer; font-weight: normal; line-height: normal; position: relative; text-decoration: none; text-align: center; -webkit-appearance: none; -webkit-border-radius: 0; display: inline-block; outline:none;}
.vcard {list-style:none; margin:0 0 20px 0; padding:0;}
/********************************************************************************
			 --- Form Styling ---
*********************************************************************************/
/* Standard Forms */
form { margin:0; }
/* Label Styles */
label { font-size:16px; color: #4d4d4d; cursor: pointer; display: block; font-weight: normal; line-height: 1.5; margin-bottom: 0;/* Styles for required inputs */ }
/* Required */
.req {color:#f4bc11; font-weight:900;}
/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select { -webkit-appearance: none; background-color: white; font-family: inherit; border: 1px solid #e5e5e5; color: rgba(0, 0, 0, 0.75); display: block; font-size: 14px; margin:0 0 12px 0; padding: 8px; height: 40px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;-moz-transition: border linear 0.2s, box-shadow linear 0.2s;-o-transition: border linear 0.2s, box-shadow linear 0.2s;transition: border linear 0.2s, box-shadow linear 0.2s; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
input[type="text"]:focus,  input[type="password"]:focus,  input[type="date"]:focus,  input[type="datetime"]:focus,  input[type="datetime-local"]:focus,  input[type="month"]:focus,  input[type="week"]:focus,  input[type="email"]:focus,  input[type="number"]:focus,  input[type="search"]:focus,  input[type="tel"]:focus,  input[type="time"]:focus,  input[type="url"]:focus,  textarea:focus, select:focus { border-color: rgba(0,61,143, 0.6);outline: 0;outline: thin dotted \9;-webkit-box-shadow:0 0 8px rgba(0,61,143, 0.6);-moz-box-shadow:0 0 8px rgba(0,61,143, 0.6);box-shadow:0 0 8px rgba(0,61,143, 0.6); outline: none;}
input[type="text"][disabled], fieldset[disabled] input[type="text"],  input[type="password"][disabled], fieldset[disabled]  input[type="password"],  input[type="date"][disabled], fieldset[disabled]  input[type="date"],  input[type="datetime"][disabled], fieldset[disabled]  input[type="datetime"],  input[type="datetime-local"][disabled], fieldset[disabled]  input[type="datetime-local"],  input[type="month"][disabled], fieldset[disabled]  input[type="month"],  input[type="week"][disabled], fieldset[disabled]  input[type="week"],  input[type="email"][disabled], fieldset[disabled]  input[type="email"],  input[type="number"][disabled], fieldset[disabled]  input[type="number"],  input[type="search"][disabled], fieldset[disabled]  input[type="search"],  input[type="tel"][disabled], fieldset[disabled]  input[type="tel"],  input[type="time"][disabled], fieldset[disabled]  input[type="time"],  input[type="url"][disabled], fieldset[disabled]  input[type="url"],  textarea[disabled], fieldset[disabled]  textarea { background-color: #dddddd; }

input[type="submit"] { -webkit-appearance: none; }
/* Respect enforced amount of rows for textarea */
textarea[rows] { height: auto; }
/* Add height value for select elements to match text input height */
select { -webkit-appearance: none !important; background-color: #fff; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg=="); background-repeat: no-repeat; background-position: 97% center; padding: 8px; font-size: 14px; color: rgba(0, 0, 0, 0.75); line-height: normal; border-radius: 0; height: 40px; }
select.radius { border-radius: 3px; }
select:hover {}
/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select { margin: 0 0 16px 0; }
input[type="checkbox"] + label, input[type="radio"] + label { display: inline-block; margin-left: 8px; margin-right: 16px; margin-bottom: 0; vertical-align: baseline; }
/* Normalize file input width */
input[type="file"] { width: 100%; }
/* We add basic fieldset styling */
fieldset { border: 1px solid #dddddd; padding: 20px; margin: 18px 0; }
fieldset legend { font-weight: bold; background: white; padding: 0 3px; margin: 0; margin-left: -3px; }
/********************************************************************************
--- Font Awesome 4.2.0 ---
*********************************************************************************/ 
@font-face {
  font-family: 'FontAwesome';
  src: url(../media/1026/fontawesome-webfont_v-4.2.0.eot);
  src: url(../media/1026/fontawesome-webfont.eot) format('embedded-opentype'), 
  		url(../media/1029/fontawesome-webfont_v-4.2.0.woff) format('woff'), 
		url(../media/1027/fontawesome-webfont_v-4.2.0.ttf) format('truetype'), 
		url(../media/1028/fontawesome-webfont_v-4.2.0-fontawesomeregular.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa-left {margin:0 5px 0 0;}
.fa-right {margin:0 0 0 5px;}

.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}
/********************************************************************************
			 --- Media Queries ---
*********************************************************************************/
@media only screen {
.small-push-0 { position: relative; left: 0%; right: auto; }
.small-pull-0 { position: relative; right: 0%; left: auto; }
.small-push-1 { position: relative; left: 8.33333%; right: auto; }
.small-pull-1 { position: relative; right: 8.33333%; left: auto; }
.small-push-2 { position: relative; left: 16.66667%; right: auto; }
.small-pull-2 { position: relative; right: 16.66667%; left: auto; }
.small-push-3 { position: relative; left: 25%; right: auto; }
.small-pull-3 { position: relative; right: 25%; left: auto; }
.small-push-4 { position: relative; left: 33.33333%; right: auto; }
.small-pull-4 { position: relative; right: 33.33333%; left: auto; }
.small-push-5 { position: relative; left: 41.66667%; right: auto; }
.small-pull-5 { position: relative; right: 41.66667%; left: auto; }
.small-push-6 { position: relative; left: 50%; right: auto; }
.small-pull-6 { position: relative; right: 50%; left: auto; }
.small-push-7 { position: relative; left: 58.33333%; right: auto; }
.small-pull-7 { position: relative; right: 58.33333%; left: auto; }
.small-push-8 { position: relative; left: 66.66667%; right: auto; }
.small-pull-8 { position: relative; right: 66.66667%; left: auto; }
.small-push-9 { position: relative; left: 75%; right: auto; }
.small-pull-9 { position: relative; right: 75%; left: auto; }
.small-push-10 { position: relative; left: 83.33333%; right: auto; }
.small-pull-10 { position: relative; right: 83.33333%; left: auto; }
.small-push-11 { position: relative; left: 91.66667%; right: auto; }
.small-pull-11 { position: relative; right: 91.66667%; left: auto; }
.column,  .columns { position: relative; padding-left: 15px; padding-right: 15px; float: left; }
.small-1 { width: 8.33333%; }
.small-2 { width: 16.66667%; }
.small-3 { width: 25%; }
.small-4 { width: 33.33333%; }
.small-5 { width: 41.66667%; }
.small-6 { width: 50%; }
.small-7 { width: 58.33333%; }
.small-8 { width: 66.66667%; }
.small-9 { width: 75%; }
.small-10 { width: 83.33333%; }
.small-11 { width: 91.66667%; }
.small-12 { width: 100%; }
.small-offset-0 { margin-left: 0% !important; }
.small-offset-1 { margin-left: 8.33333% !important; }
.small-offset-2 { margin-left: 16.66667% !important; }
.small-offset-3 { margin-left: 25% !important; }
.small-offset-4 { margin-left: 33.33333% !important; }
.small-offset-5 { margin-left: 41.66667% !important; }
.small-offset-6 { margin-left: 50% !important; }
.small-offset-7 { margin-left: 58.33333% !important; }
.small-offset-8 { margin-left: 66.66667% !important; }
.small-offset-9 { margin-left: 75% !important; }
.small-offset-10 { margin-left: 83.33333% !important; }
.small-offset-11 { margin-left: 91.66667% !important; }
.small-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; }
.column.small-centered,  .columns.small-centered { margin-left: auto; margin-right: auto; float: none; }
.column.small-uncentered,  .columns.small-uncentered { margin-left: 0; margin-right: 0; float: left; }
.column.small-centered:last-child,  .columns.small-centered:last-child { float: none; }
.column.small-uncentered:last-child,  .columns.small-uncentered:last-child { float: left; }
.column.small-uncentered.opposite,  .columns.small-uncentered.opposite { float: right; }

.small-block-grid-1 > li { width: 100%; list-style: none; }
.small-block-grid-1 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
.small-block-grid-2 > li { width: 50%; list-style: none; }
.small-block-grid-2 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
.small-block-grid-3 > li { width: 33.33333%; list-style: none; }
.small-block-grid-3 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
.small-block-grid-4 > li { width: 25%; list-style: none; }
.small-block-grid-4 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
.small-block-grid-5 > li { width: 20%; list-style: none; }
.small-block-grid-5 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
.small-block-grid-6 > li { width: 16.66667%; list-style: none; }
.small-block-grid-6 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
.small-block-grid-7 > li { width: 14.28571%; list-style: none; }
.small-block-grid-7 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
.small-block-grid-8 > li { width: 12.5%; list-style: none; }
.small-block-grid-8 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
.small-block-grid-9 > li { width: 11.11111%; list-style: none; }
.small-block-grid-9 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
.small-block-grid-10 > li { width: 10%; list-style: none; }
.small-block-grid-10 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
.small-block-grid-11 > li { width: 9.09091%; list-style: none; }
.small-block-grid-11 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
.small-block-grid-12 > li { width: 8.33333%; list-style: none; }
.small-block-grid-12 > li:nth-of-type(1n) { clear: none; }
.small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; }
}

@media only screen and (min-width: 769px) {
.medium-push-0 { position: relative; left: 0%; right: auto; }
.medium-pull-0 { position: relative; right: 0%; left: auto; }
.medium-push-1 { position: relative; left: 8.33333%; right: auto; }
.medium-pull-1 { position: relative; right: 8.33333%; left: auto; }
.medium-push-2 { position: relative; left: 16.66667%; right: auto; }
.medium-pull-2 { position: relative; right: 16.66667%; left: auto; }
.medium-push-3 { position: relative; left: 25%; right: auto; }
.medium-pull-3 { position: relative; right: 25%; left: auto; }
.medium-push-4 { position: relative; left: 33.33333%; right: auto; }
.medium-pull-4 { position: relative; right: 33.33333%; left: auto; }
.medium-push-5 { position: relative; left: 41.66667%; right: auto; }
.medium-pull-5 { position: relative; right: 41.66667%; left: auto; }
.medium-push-6 { position: relative; left: 50%; right: auto; }
.medium-pull-6 { position: relative; right: 50%; left: auto; }
.medium-push-7 { position: relative; left: 58.33333%; right: auto; }
.medium-pull-7 { position: relative; right: 58.33333%; left: auto; }
.medium-push-8 { position: relative; left: 66.66667%; right: auto; }
.medium-pull-8 { position: relative; right: 66.66667%; left: auto; }
.medium-push-9 { position: relative; left: 75%; right: auto; }
.medium-pull-9 { position: relative; right: 75%; left: auto; }
.medium-push-10 { position: relative; left: 83.33333%; right: auto; }
.medium-pull-10 { position: relative; right: 83.33333%; left: auto; }
.medium-push-11 { position: relative; left: 91.66667%; right: auto; }
.medium-pull-11 { position: relative; right: 91.66667%; left: auto; }
.column,  .columns { position: relative; padding-left: 15px; padding-right: 15px; float: left; }
.medium-1 { width: 8.33333%; }
.medium-2 { width: 16.66667%; }
.medium-3 { width: 25%; }
.medium-4 { width: 33.33333%; }
.medium-5 { width: 41.66667%; }
.medium-6 { width: 50%; }
.medium-7 { width: 58.33333%; }
.medium-8 { width: 66.66667%; }
.medium-9 { width: 75%; }
.medium-10 { width: 83.33333%; }
.medium-11 { width: 91.66667%; }
.medium-12 { width: 100%; }
.medium-offset-0 { margin-left: 0% !important; }
.medium-offset-1 { margin-left: 8.33333% !important; }
.medium-offset-2 { margin-left: 16.66667% !important; }
.medium-offset-3 { margin-left: 25% !important; }
.medium-offset-4 { margin-left: 33.33333% !important; }
.medium-offset-5 { margin-left: 41.66667% !important; }
.medium-offset-6 { margin-left: 50% !important; }
.medium-offset-7 { margin-left: 58.33333% !important; }
.medium-offset-8 { margin-left: 66.66667% !important; }
.medium-offset-9 { margin-left: 75% !important; }
.medium-offset-10 { margin-left: 83.33333% !important; }
.medium-offset-11 { margin-left: 91.66667% !important; }
.medium-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; }
.column.medium-centered,  .columns.medium-centered { margin-left: auto; margin-right: auto; float: none; }
.column.medium-uncentered,  .columns.medium-uncentered { margin-left: 0; margin-right: 0; float: left; }
.column.medium-centered:last-child,  .columns.medium-centered:last-child { float: none; }
.column.medium-uncentered:last-child,  .columns.medium-uncentered:last-child { float: left; }
.column.medium-uncentered.opposite,  .columns.medium-uncentered.opposite { float: right; }
.push-0 { position: relative; left: 0%; right: auto; }
.pull-0 { position: relative; right: 0%; left: auto; }
.push-1 { position: relative; left: 8.33333%; right: auto; }
.pull-1 { position: relative; right: 8.33333%; left: auto; }
.push-2 { position: relative; left: 16.66667%; right: auto; }
.pull-2 { position: relative; right: 16.66667%; left: auto; }
.push-3 { position: relative; left: 25%; right: auto; }
.pull-3 { position: relative; right: 25%; left: auto; }
.push-4 { position: relative; left: 33.33333%; right: auto; }
.pull-4 { position: relative; right: 33.33333%; left: auto; }
.push-5 { position: relative; left: 41.66667%; right: auto; }
.pull-5 { position: relative; right: 41.66667%; left: auto; }
.push-6 { position: relative; left: 50%; right: auto; }
.pull-6 { position: relative; right: 50%; left: auto; }
.push-7 { position: relative; left: 58.33333%; right: auto; }
.pull-7 { position: relative; right: 58.33333%; left: auto; }
.push-8 { position: relative; left: 66.66667%; right: auto; }
.pull-8 { position: relative; right: 66.66667%; left: auto; }
.push-9 { position: relative; left: 75%; right: auto; }
.pull-9 { position: relative; right: 75%; left: auto; }
.push-10 { position: relative; left: 83.33333%; right: auto; }
.pull-10 { position: relative; right: 83.33333%; left: auto; }
.push-11 { position: relative; left: 91.66667%; right: auto; }
.pull-11 { position: relative; right: 91.66667%; left: auto; }

.medium-block-grid-1 > li { width: 100%; list-style: none; }
.medium-block-grid-1 > li:nth-of-type(1n) { clear: none; }
.medium-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
.medium-block-grid-2 > li { width: 50%; list-style: none; }
.medium-block-grid-2 > li:nth-of-type(1n) { clear: none; }
.medium-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
.medium-block-grid-3 > li { width: 33.33333%; list-style: none; }
.medium-block-grid-3 > li:nth-of-type(1n) { clear: none; }
.medium-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
.medium-block-grid-4 > li { width: 25%; list-style: none; }
.medium-block-grid-4 > li:nth-of-type(1n) { clear: none; }
.medium-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
.medium-block-grid-5 > li { width: 20%; list-style: none; }
.medium-block-grid-5 > li:nth-of-type(1n) { clear: none; }
.medium-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
.medium-block-grid-6 > li { width: 16.66667%; list-style: none; }
.medium-block-grid-6 > li:nth-of-type(1n) { clear: none; }
.medium-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
.medium-block-grid-7 > li { width: 14.28571%; list-style: none; }
.medium-block-grid-7 > li:nth-of-type(1n) { clear: none; }
.medium-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
.medium-block-grid-8 > li { width: 12.5%; list-style: none; }
.medium-block-grid-8 > li:nth-of-type(1n) { clear: none; }
.medium-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
.medium-block-grid-9 > li { width: 11.11111%; list-style: none; }
.medium-block-grid-9 > li:nth-of-type(1n) { clear: none; }
.medium-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
.medium-block-grid-10 > li { width: 10%; list-style: none; }
.medium-block-grid-10 > li:nth-of-type(1n) { clear: none; }
.medium-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
.medium-block-grid-11 > li { width: 9.09091%; list-style: none; }
.medium-block-grid-11 > li:nth-of-type(1n) { clear: none; }
.medium-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
.medium-block-grid-12 > li { width: 8.33333%; list-style: none; }
.medium-block-grid-12 > li:nth-of-type(1n) { clear: none; }
.medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; }
}

@media only screen and (min-width: 1021px) {
.large-push-0 { position: relative; left: 0%; right: auto; }
.large-pull-0 { position: relative; right: 0%; left: auto; }
.large-push-1 { position: relative; left: 8.33333%; right: auto; }
.large-pull-1 { position: relative; right: 8.33333%; left: auto; }
.large-push-2 { position: relative; left: 16.66667%; right: auto; }
.large-pull-2 { position: relative; right: 16.66667%; left: auto; }
.large-push-3 { position: relative; left: 25%; right: auto; }
.large-pull-3 { position: relative; right: 25%; left: auto; }
.large-push-4 { position: relative; left: 33.33333%; right: auto; }
.large-pull-4 { position: relative; right: 33.33333%; left: auto; }
.large-push-5 { position: relative; left: 41.66667%; right: auto; }
.large-pull-5 { position: relative; right: 41.66667%; left: auto; }
.large-push-6 { position: relative; left: 50%; right: auto; }
.large-pull-6 { position: relative; right: 50%; left: auto; }
.large-push-7 { position: relative; left: 58.33333%; right: auto; }
.large-pull-7 { position: relative; right: 58.33333%; left: auto; }
.large-push-8 { position: relative; left: 66.66667%; right: auto; }
.large-pull-8 { position: relative; right: 66.66667%; left: auto; }
.large-push-9 { position: relative; left: 75%; right: auto; }
.large-pull-9 { position: relative; right: 75%; left: auto; }
.large-push-10 { position: relative; left: 83.33333%; right: auto; }
.large-pull-10 { position: relative; right: 83.33333%; left: auto; }
.large-push-11 { position: relative; left: 91.66667%; right: auto; }
.large-pull-11 { position: relative; right: 91.66667%; left: auto; }
.column,  .columns { position: relative; padding-left: 15px; padding-right: 15px; float: left; }
.large-1 { width: 8.33333%; }
.large-2 { width: 16.66667%; }

.large-3 { width: 25%; }
.large-4 { width: 33.33333%; }
.large-5 { width: 41.66667%; }
.large-6 { width: 50%; }
.large-7 { width: 58.33333%; }
.large-8 { width: 66.66667%; }
.large-9 { width: 75%; }
.large-10 { width: 83.33333%; }
.large-11 { width: 91.66667%; }
.large-12 { width: 100%; }
.large-offset-0 { margin-left: 0% !important; }
.large-offset-1 { margin-left: 8.33333% !important; }
.large-offset-2 { margin-left: 16.66667% !important; }
.large-offset-3 { margin-left: 25% !important; }
.large-offset-4 { margin-left: 33.33333% !important; }
.large-offset-5 { margin-left: 41.66667% !important; }
.large-offset-6 { margin-left: 50% !important; }
.large-offset-7 { margin-left: 58.33333% !important; }
.large-offset-8 { margin-left: 66.66667% !important; }
.large-offset-9 { margin-left: 75% !important; }
.large-offset-10 { margin-left: 83.33333% !important; }
.large-offset-11 { margin-left: 91.66667% !important; }
.large-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; }
.column.large-centered,  .columns.large-centered { margin-left: auto; margin-right: auto; float: none; }
.column.large-uncentered,  .columns.large-uncentered { margin-left: 0; margin-right: 0; float: left; }
.column.large-centered:last-child,  .columns.large-centered:last-child { float: none; }
.column.large-uncentered:last-child,  .columns.large-uncentered:last-child { float: left; }
.column.large-uncentered.opposite,  .columns.large-uncentered.opposite { float: right; }
.push-0 { position: relative; left: 0%; right: auto; }
.pull-0 { position: relative; right: 0%; left: auto; }
.push-1 { position: relative; left: 8.33333%; right: auto; }
.pull-1 { position: relative; right: 8.33333%; left: auto; }
.push-2 { position: relative; left: 16.66667%; right: auto; }
.pull-2 { position: relative; right: 16.66667%; left: auto; }
.push-3 { position: relative; left: 25%; right: auto; }
.pull-3 { position: relative; right: 25%; left: auto; }
.push-4 { position: relative; left: 33.33333%; right: auto; }
.pull-4 { position: relative; right: 33.33333%; left: auto; }
.push-5 { position: relative; left: 41.66667%; right: auto; }
.pull-5 { position: relative; right: 41.66667%; left: auto; }
.push-6 { position: relative; left: 50%; right: auto; }
.pull-6 { position: relative; right: 50%; left: auto; }
.push-7 { position: relative; left: 58.33333%; right: auto; }
.pull-7 { position: relative; right: 58.33333%; left: auto; }
.push-8 { position: relative; left: 66.66667%; right: auto; }
.pull-8 { position: relative; right: 66.66667%; left: auto; }
.push-9 { position: relative; left: 75%; right: auto; }
.pull-9 { position: relative; right: 75%; left: auto; }
.push-10 { position: relative; left: 83.33333%; right: auto; }
.pull-10 { position: relative; right: 83.33333%; left: auto; }
.push-11 { position: relative; left: 91.66667%; right: auto; }
.pull-11 { position: relative; right: 91.66667%; left: auto; }

.large-block-grid-1 > li { width: 100%; list-style: none; }
.large-block-grid-1 > li:nth-of-type(1n) { clear: none; }
.large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
.large-block-grid-2 > li { width: 50%; list-style: none; }
.large-block-grid-2 > li:nth-of-type(1n) { clear: none; }
.large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
.large-block-grid-3 > li { width: 33.33333%; list-style: none; }
.large-block-grid-3 > li:nth-of-type(1n) { clear: none; }
.large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
.large-block-grid-4 > li { width: 25%; list-style: none; }
.large-block-grid-4 > li:nth-of-type(1n) { clear: none; }
.large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
.large-block-grid-5 > li { width: 20%; list-style: none; }
.large-block-grid-5 > li:nth-of-type(1n) { clear: none; }
.large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
.large-block-grid-6 > li { width: 16.66667%; list-style: none; }
.large-block-grid-6 > li:nth-of-type(1n) { clear: none; }
.large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
.large-block-grid-7 > li { width: 14.28571%; list-style: none; }
.large-block-grid-7 > li:nth-of-type(1n) { clear: none; }
.large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
.large-block-grid-8 > li { width: 12.5%; list-style: none; }
.large-block-grid-8 > li:nth-of-type(1n) { clear: none; }
.large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
.large-block-grid-9 > li { width: 11.11111%; list-style: none; }
.large-block-grid-9 > li:nth-of-type(1n) { clear: none; }
.large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
.large-block-grid-10 > li { width: 10%; list-style: none; }
.large-block-grid-10 > li:nth-of-type(1n) { clear: none; }
.large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
.large-block-grid-11 > li { width: 9.09091%; list-style: none; }
.large-block-grid-11 > li:nth-of-type(1n) { clear: none; }
.large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
.large-block-grid-12 > li { width: 8.33333%; list-style: none; }
.large-block-grid-12 > li:nth-of-type(1n) { clear: none; }
.large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; }
}

@media only screen and (min-width: 769px) {
.tablet, .mobile {display:none;}

	
}

@media only screen and (min-width: 961px) {

}

@media only screen and (min-width: 1021px) {
	
}

@media only screen and (max-width: 1020px) {
.container {width:100%;}
/*Home Slider*/
.slide .caption-inner h2 {font-size:64px;}
.slide .caption-inner h3 {font-size:24px;}
.rsDefault .rsBullets {right:5%;}
}

@media only screen and (max-width: 960px) {
}

@media only screen and (min-width: 769px) and (max-width: 1020px) {
/*Menu*/
#menu ul li a {font-size:14px; padding:0 10px;}
}

@media only screen and (max-width: 768px) {
		#menu-toggle{display: block !important;}
	
/*Menu*/
header.active #menu {padding:20px 0;}
	#menu{text-align: center;width:100%;visibility: hidden;opacity: 0}
#menu ul li {display:block; margin:0 0 12px 0;}
#menu ul li a {display:inline-block;}
/*Social Links*/
header.active .social-links.tablet.mobile {visibility:visible; height:auto; opacity:1; padding:12px 0;}
.social-links.tablet.mobile {visibility:hidden; height:0; opacity:0; padding:0;}
.social-links {width:100%; float:none; text-align:center; }
.social-links ul {display:inline-block;}
.social-links ul li {display:inline-block; float:none; margin:0 14px;}
.social-links ul li a {font-size:26px;}
/*Home Slider*/
.slide .caption-inner {padding:0 12px;}
.slide .caption-inner h2 {font-size:54px;}
.slide .caption-inner h3 {font-size:21px;}
.rsDefault .rsBullets {display:none;}
/*Hide Desktop Only Items*/
.desktop {display:none;}
/* Headlines - Paragraphs */
h1 {font-size: 30px;}
h2 { font-size: 26px;}
h3 { font-size: 21px;}
h4 { font-size: 19px;}
h5 { font-size: 18px;}
h6 { font-size: 16px;}
p {font-size:14px;}
/* Section - Fact */
.section-fact h3 {font-size:28px;}
.headline-a span {padding:4px 30px;}
.section-fact p {font-size:32px;}
.section-image {text-align:center; margin:0 0 60px 0;}
/* Footer */
.f-col {margin-bottom:40px; text-align:center;}
.f-links ul li {float:none; width:100%;}
.f-links ul li, .f-links ul li:nth-child(2n) {margin:0 0 15px 0;}
.f-social {padding:20px 0 0 0;}

}

@media only screen and (max-width: 640px) {
/*Home Slider*/
.slide .caption-inner h2 {font-size:46px;}
.slide .caption-inner h3 {font-size:19px;}
.slide .actions {margin:30px 0 0 0;}
/* CTA - Footer */
#cta-footer p {font-size:24px;}
#cta-footer a.button {margin:10px auto 0 auto; display:block; width:100%; max-width:450px; padding:0 12px;}
.cta-footer-pop-left {float:none; width:100%;}
.cta-footer-pop-right {display:none;}
.cta-footer-text {margin:25px 0 20px 0; font-size:24px;}

/* Inner - Sub Nav */
#sub-nav ul li {display:block; margin:0 0 10px 0; text-align:center;}
#sub-nav ul li a {display:inline-block;}
/* Footer */
#footer-top .columns:last-child .f-col {margin:0;}

}

@media only screen and (max-width: 480px) {
/*Header*/
header.active {height:100%;}
/*Home Slider*/
.slide .caption-inner img {width:75%;}
.slide .caption-inner h2 {font-size:32px;}
.slide .caption-inner h3 {font-size:18px;}
.slide .actions .button {display:block; width:100%; padding:10px 0;}
.slide .actions .button {margin:0;}
.slide .actions .button:not(:last-child) {margin-bottom:12px;}
/* Inner - Sub Nav */
#sub-nav {padding:15px 0;}
/* Inner - Sections */
.section-a {padding:35px 0;}
.section-image {margin:0 0 35px 0;}
/* CTA - Footer */
#cta-footer p {font-size:21px;}

}

@media only screen and (max-width: 340px) {
/*Social Links*/
.social-links ul li a {font-size:36px; width:40px; height:40px; line-height:40px;}
/* CTA - Footer */
#cta-footer p {font-size:19px;}
}

@media only screen and ( max-height: 500px ){
.slide .caption-inner img {width:40%;}
.slide .caption-inner h2 {font-size:26px; margin:0 0 7px 0;}
.slide .caption-inner h3 {font-size:16px;}
.slide .actions .button {padding:5px 10px; font-size:14px;}
.slide .actions {margin-top:10px;}
img.img-esp {margin:0 0 10px 0;}
}

@media only screen and ( max-height: 400px ){
.slide .caption-inner img {width:25%;}
.slide .caption-inner h2 {font-size:21px;}
.slide .caption-inner h3 {font-size:14px;}
.slide .actions .button {padding:5px 10px; font-size:14px;}

}


/********************************************************************************
--- Magnific Popup CSS ---
*********************************************************************************/ 
.white-popup-block {background:#fff; max-width: 650px; margin: 40px auto; position: relative; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}

.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background:#2e2e2e; opacity: 0.98; filter: alpha(opacity=98); }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #cccccc; }
.mfp-preloader a:hover { color: white; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
.mfp-close, button.mfp-arrow {overflow: visible;cursor: pointer;background: #12335d;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;border: 3px solid #fff;-webkit-appearance: none;display: block;outline: none;padding: 0;z-index: 10046;-webkit-box-shadow: none;box-shadow: none;}
.mfp-close { width: 44px; height: 44px; line-height: 40px;  position: absolute; right:-20px; top:-24px; text-decoration: none; text-align: center; padding:0; color: white; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
.mfp-close:hover, .mfp-close:focus {}
.mfp-close:active {}
.mfp-close-btn-in .mfp-close { color: #fff; }
button::-moz-focus-inner { padding: 0; border: 0;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: white; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }
.mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; }
/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; }
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }
.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
.mfp-img-mobile img.mfp-img { padding: 0; }
.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}

@media all and (max-width: 900px) {
.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
.mfp-container { padding-left: 6px; padding-right: 6px; }
}
@media all and (max-width: 640px) {
button.mfp-close {top:0; right:0; border:none; -webkit-border-radius:0; -moz-border-radius: 0; border-radius: 0; -webkit-border-top-right-radius: 4px;
-moz-border-radius-topright: 4px;border-top-right-radius: 4px;}
}

.mfp-ie7 .mfp-img { padding: 0; }
.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
.mfp-ie7 .mfp-container { padding: 0; }
.mfp-ie7 .mfp-content { padding-top: 44px; }



.blogTitleAuthorDate {padding: 30px 0px 0px 0px; }
.blogTitleAuthorDate .byline {font-size: 14px;}
.blogSummary {padding: 10px 0px 0px 0px; }
/**************** Contact MAP *******************/

.activeArea {
            color: #DAAC2B;
        }

        .areatype {
            margin: 0px;
        }

            .areatype li {
                list-style: none;
                text-align: right;
                font-size: 9px;
                cursor: pointer;
                margin: 3px 0px;
            }

        .map-title {
            color: #eeb924;
            font-size: 34px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: center;
        }

        .map-sub-title {
            font-size: 10px;
            text-align: right;
            color: #113143;
            font-weight: bold;
            margin: 0px;
        }

        .yellow-box {
            border: #efb20f 2px solid;
            background: #fdf5df;
            padding: 10px;
	        margin-top: 5px;
        }

        .black-box {
            border: #183748 2px solid;
            background: #FFF;
            padding: 10px;
            margin-top: 5px;
        }

        .box-title {
            color: #113143;
            font-size: 17px;
            font-weight: bold;
            text-transform: uppercase;
        }
       
        .black-box .text-des,.black-box .text-phone,.black-box .text-email,.black-box .text-dec{
           color: #113143;
           font-size: 11px;
        }

        .yellow-box .text-des,.yellow-box .span-text{
           color: #f0ba28;
           font-size: 11px;
        }
          
		.yellow-box .text-email,.yellow-box .text-dec, .yellow-box .text-phone{
           color: #113143;
           font-size: 11px;
         } 
        
.vertical-align{
	 margin-top: 5%;
 }
  

        @media only screen and (max-width: 769px) {
            .areatype li {
                text-align: center;
            }

		 .vertical-align{
	        margin-top: 0;
          }
				 
            .map-sub-title {
                text-align: center;
                margin-top: 20px;
            }

            .areatype {
                margin: 0px 0px 20px 0px;
            }
        }



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.footer-bottom-margin{margin-bottom:15px !important;}