﻿* 		{margin: 0; padding: 0; outline: none; border: none; -moz-box-sizing: border-box; -webkit-box-sizing:border-box; box-sizing: border-box;}

html 	{height:100%;}
body 	{height:100%; line-height:1; background-color: #efefef; font-family: 'Roboto', sans-serif, sans-serif; -webkit-font-smoothing: antialiased !important;  -moz-font-smoothing: antialiased !important; text-rendering: optimizelegibility !important; color: #333333;}
form    {width:100%; height:100%;}
h1		{font-family: 'Roboto Condensed', sans-serif; font-size: 3.5vw; color: #ffffff; font-weight: normal; margin-bottom:0.3em;}
h2		{font-family: 'Roboto Condensed', sans-serif; font-size: 42px; color: #ffffff; font-weight: normal;}
h3		{font-family: 'Roboto Condensed', sans-serif; font-size: 58px; color: #ffffff; font-weight: normal;}
h4		{font-family: 'Roboto Condensed', sans-serif; font-size: 58px; color: #ffffff; font-weight: normal;}
h5		{font-family: 'Roboto Condensed', sans-serif; font-size: 58px; color: #ffffff; font-weight: normal;}
p		{font-family: 'Roboto', sans-serif; font-size: 16px; color: #ffffff; font-weight: normal; line-height: 1.5em; margin-bottom: 1em;}
p.intro	{ color: #ffffff; font-size: 20px; margin-bottom: 1em;}
ul		{margin-left:0}
strong	{font-weight:normal; font-weight: 600}
img    	{max-width:100%; height:auto; }
a       {color:inherit;}
a.cover {position:absolute; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0); display:block; z-index:5;}

.clear	{clear:both}

.table		{display:table; width: 100%; height: 100%;}
.table-cell	{display:table-cell; width: 100%; height: 100%; vertical-align: middle; position: relative;}
hr.small	{width:30px; border:none; height: 2px; border-radius: 2px; background-color: #ffffff; margin: 25px 0; display: block;}

section#aboutUs		{height:calc(100% - 55px); min-height:inherit;}
section.fill-height	{height:calc(100% - 55px);}

/** COLS AND ROWS **/
.col-row			{font-size:0;}
.col-1				{width:100%; display: inline-block; vertical-align: top;}
.col-2				{width:50%; display: inline-block; vertical-align: top; font-size: 16px;}
.col-3				{width:33.333%; display: inline-block; vertical-align: top; font-size: 16px;}
.col-4				{width:25%; display: inline-block; vertical-align: top; font-size: 16px;}

.col-container			{width:calc(100% + 30px); margin-left: -15px;}
.col-container .col-1,
.col-container .col-2,
.col-container .col-4	{padding:15px;}

/** HEADER **/
header						{position:fixed; width: 100%; background-color: #121e2f; z-index: 11; height: 75px; padding: 0 20px;}
header ul					{width:auto; display: inline-block; float: right; font-size: 0; height: 100%;}
header ul li				{display:inline-block; padding-left: 20px; padding-right: 20px; font-size: 0; font-family: 'Roboto Condensed', sans-serif; text-align: center; height: 100%; vertical-align: middle; position: relative; overflow: hidden;}
header ul li a				{text-decoration:none; text-align: center; font-size: 16px; position: relative; z-index: 5; width:100%; height:75px; display: table; line-height: 1.2em; transition: 0.2s cubic-bezier(0, 0, 0.31, 1);}
header ul li a:hover		{color:#ffffff}
header ul li:hover			{color:#ffffff;}
header ul li:before			{width:100%; height: 100%; position: absolute; left: 0; top:-75px; background-color: #ffffff; content: ''; transition: 0.3s cubic-bezier(0, 0, 0.31, 1); z-index: 0}
header ul li:hover:before	{top:0;}
header ul li a span			{width:100%; height: 100%; display: table-cell; vertical-align: middle; position: relative; z-index: 1; transition: 0.3s cubic-bezier(0, 0, 0.31, 1); color: #ffffff}
header ul li:hover a span	{transform:translateY(-3px); color: #456eac;}

/** SUB NAV **/
header ul li:hover				{overflow:visible;}
header ul li ul					{position:absolute; left: 0; top: 75px; height: auto; width:200px; background-color: #ffffff; z-index: 10; display: block; table-layout: unset; box-shadow: 0 2px 2px rgba(0,0,0,0.2);}
header ul li ul li				{width:100%; display:block; height: auto; text-align: left; padding-left: 0; padding-right: 0}
header ul li ul li a			{height:auto; display: block; padding: 20px; padding-right: 5px; text-align: left; font-size: 14px;}
header ul li ul li a span		{color:#ffffff;}
header ul li ul li a:hover		{background-color:#2f3a73;}
header ul li ul li a:hover span	{transform:translateX(5px); color: #ffffff}

header ul li.blank:after,
header ul li.blank:before,
header ul li ul li:before,
header ul li ul li:after		{display:none !important;}

.header-inner				{position:relative; height: 100%;}
.logo						{position:absolute; left: 55px; top:10px; display: block; width: 200px;}
.logo img					{width:100%; height: auto;}

/** SECTION STYLES **/
section						{overflow:hidden; min-height: 700px; border-bottom:5px solid #5693b8; position: relative;}
.fill-height				{height:100%;}

.padded			{padding:75px;}
.parallax		{background-attachment: fixed; background-position: center 0; background-repeat: no-repeat; background-size: cover;}
.bg-cover		{background-size:cover;}

.texture-blue	{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#456eac+0,2f3a73+100 */
				background: rgb(69,110,172); /* Old browsers */
				background: -moz-linear-gradient(45deg, rgba(69,110,172,1) 0%, rgba(47,58,115,1) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(45deg, rgba(69,110,172,1) 0%,rgba(47,58,115,1) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(45deg, rgba(69,110,172,1) 0%,rgba(47,58,115,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#456eac', endColorstr='#2f3a73',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}

/** INTRO **/
.intro-section		{overflow:hidden;}
.intro-section h1	{margin-bottom:5px; font-size: 5vw;}
.intro-section h2	{color:#a2c7ea; font-size: 3vw;  font-weight: normal; font-style: normal;}
.intro-section p	{font-size:1.3vw; width: 90%; max-width: 100%;}

.scroll-down				{position: absolute; left: 50%; margin-left: -16px; bottom:100px; text-align: center; transition:all ease-in-out 0.5s; z-index: 5}
.scroll-down .mini-phone	{width:33px; height: 45px; border:2px solid #ffffff; background-color: rgba(255,255,255,0.3); border-radius: 20px; margin: auto; margin-top: 14px; position: relative; text-align: center; padding-top: 1px;}

.intro-text	{margin-bottom:40px;}

.btn-down				{position:absolute; text-align: center; bottom: 0px; left: 50%; margin-left: -25px; width: 50px; height: 30px; background-color: #5693b8; display:block; line-height: 30px; color: #ffffff;}
.btn-down span			{display:block; transition: 0.2s cubic-bezier(0, 0, 0.31, 1);}
.btn-down:hover span	{transform:translateY(2px)}

.listing-panel				{background-color:#ffffff; position: relative; padding-bottom: 10px; border-radius: 2px; overflow: hidden; box-shadow: 0px 0px 4px rgba(0,0,0,0.5);}
.listing-panel h3			{font-size:20px; color: #244469; margin-bottom: 10px; font-weight: 700; font-family: 'Roboto', sans-serif, sans-serif; line-height: 1.4em;}
.listing-panel h4			{font-size:16px; color: #244469; margin-bottom: 8px; font-family: 'Roboto', sans-serif, sans-serif;}
.listing-panel p			{font-size:13px; line-height: 1.6em; color:#444444; width: 100%;}
.listing-panel hr			{margin:15px 0; height: 2px; border-radius: 3px; width: 30px; background-color: #cccccc;}
.listing-panel .btn			{padding:15px; padding-bottom: 20px; font-size: 20px; margin-top: 0; position: absolute; bottom: 0; left: 0; width: 100%;}
.listing-panel-text			{padding:30px 20px 20px; position: relative;}
.listing-panel-text	span	{position:absolute; right:20px; bottom: 5px; opacity: 0; transition:all ease-out 0.3s; font-size: 20px; color: #5693b8}
.listing-panel-image							{padding-top:60%; background-size: 100% auto; background-position: center; position: relative; overflow: hidden;}
.listing-panel-image img						{position:absolute; left: 0; top: 0; width: 100%; height: auto; transition:all ease-out 0.3s;}	

.listing-panel:hover .listing-panel-image img	{background-size: 105% auto; transform: scale(1.05);}
.listing-panel:hover .listing-panel-text span	{opacity:1; right: 15px;}

/** SERVICES **/
section.services											{text-align: center; position: relative; z-index: 5}
section.services h2											{color:#ffffff;  font-weight: normal; font-style: normal; margin-bottom: 0.6em;}
section.services .col-row-services							{width:calc(100%); margin-left: auto; margin-right: auto; max-width: 1300px; margin-top: 10px;}
section.services .col-row-services .col-3					{padding:15px 15px 20px 15px;}
section.services .col-row-services .col-3 h3				{font-size:22px; color: #5693b8; font-family: 'Roboto', sans-serif, sans-serif; font-weight: 700}
section.services .col-row-services .col-3 p					{font-size:15px; color: #666666; }
section.services .col-row-services .col-3 hr				{margin:19px auto 15px auto; height: 2px; width: 30px; border-radius: 3px; background-color: #5693b8}
section.services .col-row-services .col-3 .panel			{background-color: #ffffff; padding:25px 40px; position: relative; transition: 0.2s cubic-bezier(0, 0, 0.31, 1); border-radius: 2px; box-shadow: 0px 0px 4px rgba(0,0,0,0.5);}
section.services .col-row-services .col-3 .panel .btn		{display:inline-block; margin-top: 15px;}
section.services .col-row-services .col-3 .panel .btn span	{margin-left:10px; display: inline-block; margin-top: 0; transform: translateY(0px)}
section.services .col-row-services .col-3 .panel:hover .btn	{transform:translateX(5px); background-color: #2f3a73 !important;}
section.services .col-row-services .col-3 .panel:hover		{transform:translateY(5px); box-shadow: 0 0 10px rgba(0,0,0,0.2)}
section.services .table.padded								{padding-bottom:0; padding-top: 0;}/** ABOUT US **/

#aboutUs,						
#aboutUs .col-row,
#aboutUs .col-2,
#aboutUs .table,
#aboutUs .table-cell.bg-cover.parallax	{min-height:100vh; height: auto;}
#aboutUs h2	{margin-bottom:0.5em;}

.pullout-quote					{position:absolute; right:0; left: 75px; bottom: 0px; background-color: #ffffff; padding:60px 30px 100px;}
.pullout-quote blockquote		{color:#666666; font-size:19px; line-height: 1.6em; width: 90%;}
.pullout-quote blockquote cite	{font-family: 'Roboto Condensed', sans-serif; font-style: normal;}
.pullout-quote hr				{background-color:#2f3a73;}
.pullout-quote:after			{position:absolute; left: 30px; top: -37px; width: 75px; height: 75px; content: ''; background-image: url(/_assets/icon-quote.gif); background-size: cover;}

/** CONTACT **/
#map				{height:80vh;}
#contactUs .col-1	{height:auto; min-height: unset;}

.map iframe	{position:absolute; left: 0; top: 0; width: 100%; height: 100%;}

.contact-container				{padding:50px; background-color: rgba(15, 30, 48,0.6);}
.contact-container h1			{color:#ffffff; font-size: 30px;}
.contact-container p			{color:#ffffff; font-size: 14px;}

.form-cell						{margin-bottom:30px;}
.form-cell input[type="text"]	{background-color:transparent; display: block; width: 100%; font-size: 16px; padding:12px 0; color: #ffffff; border-bottom:1px solid #ffffff;}
.form-cell input[type="submit"]	{font-size:16px; padding: 15px;}
.form-cell textarea				{background-color:transparent; border-bottom:1px solid #ffffff; display: block; width: 100%; font-size: 16px; height:100px; resize: none; padding:12px 0; color: #ffffff;}
.form-cell:last-of-type			{margin-bottom:0}

::-webkit-input-placeholder     {color:#ffffff;}
::-moz-placeholder              {color:#ffffff; opacity:1;}
:-ms-input-placeholder          {color:#ffffff;}
:-moz-placeholder               {color:#ffffff; opacity:1;}

.contact-details				{padding:50px; background-color: rgba(15, 30, 48,0.6);}
.contact-details h2				{margin-bottom: 15px; color: #ffffff;}	
.contact-details h3				{font-size:22px; margin-bottom: 5px; margin-top: 26px; color: #ffffff; line-height: 1.3em; font-family: 'Roboto', sans-serif, sans-serif; font-weight: 700}
.contact-details p				{color:#ffffff; line-height: 1.7em; font-size: 18px;}
.contact-details p a			{color:#ffffff;}

/** TEXT PAGE **/
.text-page						{height:auto; min-height: unset; background-color: #375c94;}
.text-page footer				{position:relative;}
.text-page section.footer-links	{padding-bottom:45px;}

article					{position:relative; min-height: 100%; padding-top: 100px; }
article h1				{font-size:45px; text-align: center; margin-bottom: 0;}
article h2				{font-size:30px; color: #333333; font-style: normal; margin-bottom: 0.8em; margin-top: 1.4em; line-height:1.3em; font-family: 'Roboto', sans-serif, sans-serif; font-weight: 300}
article h3				{font-size:22px; color: #456eac; font-style: normal; margin-bottom: 0.8em; margin-top: 1.4em; line-height:1.3em; font-family: 'Roboto', sans-serif, sans-serif; font-weight: 700}
article h4				{font-size:20px; color: #666666; font-style: normal; margin-bottom: 0.8em; margin-top: 1.4em; line-height:1.3em; font-family: 'Roboto', sans-serif, sans-serif; font-weight: 400}
article h5				{font-size:18px; color: #666666; font-style: normal; margin-bottom: 0.8em; margin-top: 1.4em; line-height:1.3em; font-family: 'Roboto', sans-serif, sans-serif; font-weight: 700}
article h5				{font-size:16px; color: #666666; font-style: normal; margin-bottom: 0.8em; margin-top: 1.4em; line-height:1.3em; font-family: 'Roboto', sans-serif, sans-serif; font-weight: 700}
article h2:first-child	{margin-top:0;}
article p				{color:#666666; font-size: 15px; line-height: 1.6em; margin-bottom: 1.6em;}
article p.intro			{color:#456dac; font-weight: normal; line-height: 1.5em; letter-spacing: -0.3px; font-size: 24px; position: relative;}
article p.intro:after	{width:30px; height: 3px; background-color: #456dac; content:''; display: block; margin: 20px 0;}
article ul				{list-style: none; color: #666666; font-size: 15px; margin-left: 20px; margin-bottom: 1.6em;}

.article-left ul li			{position: relative; padding-left: 20px; margin-bottom: 15px; line-height: 1.6em;}
.article-left ul li:before	{content:'–'; width: 20px; display: block; position: absolute; left: 0; font-weight:bold; color: #456eac}

article p a,
.article-left ul li a		{color: #456eac;}

article p a:hover,
article ul li a:hover	{color:#333333;}

.article-header				{height:80%; max-height: 750px; min-height: 400px; width: 100%; position: absolute; left: 0; top: 0; padding-top: 100px}
.article-container			{background-color:#ffffff; width: 1100px; max-width: 100%; margin:0 auto 60px; min-height: 500px; position: relative; box-shadow: 0 0 6px rgba(0,0,0,0.4);}
.article-container .inner	{padding:40px 40px;}
.article-header-text		{position: relative; height: 300px;}
.article-header-text hr		{margin:25px auto 0 auto;}

.article-left			{float:left; width:685px; padding-left:40px; padding-top: 40px; padding-bottom: 80px;}

article .pullout-quote				{background-color:#3a6db1; padding-left: 40px;}
article .pullout-quote blockquote	{color:#ffffff;}
article .pullout-quote:after		{left:40px;}

.article-left .contact-container	{margin:40px 0; max-width: 100%; border-radius: 2px;}
.article-left .contact-container h1	{text-align:left;}

.btn.btn-contact		{font-size:16px; display: inline-block; margin: 30px 0; padding-bottom: 20px;}
.btn.btn-contact span	{font-size:16px;}

.article-left .btn:hover	{color:#ffffff;}

/** PEOPLE **/
article .person-text h2			{font-size:15px; margin-bottom: 5px; margin-top: 10px; line-height: 1.3em;}
.person-text h3			{font-size:14px; margin-bottom: 5px;}
.person-text h3 a		{color:#456eac; text-decoration: none;}
.person-text h3 a:hover	{color:#000000;}
.person-text p			{font-size:12px; margin-bottom: 5px; font-family: 'Roboto Condensed', sans-serif; }
.person-text hr			{background-color: #cccccc; width:20px; margin: 10px 0;}

.people-sort				{margin:0 0 40px 0; font-size: 0;}
.people-sort li				{display:inline-block; font-size: 14px; text-decoration: none; margin: 0 10px 0 0;}
.people-sort li	a			{background-color:#456eac; padding: 10px; color:#ffffff; border-radius: 2px; text-decoration: none; opacity: 0.3; transition:0.2s ease-out}
.people-sort li	a:hover		{color:#ffffff; background-color: #121e2f; opacity: 1}
.people-sort li.active a	{opacity:1}

.people-sort li.clear-filter {display:none;}
.people-sort li.clear-filter a {background:none; padding:0; border-radius:0;}

.sort-by-container		{text-align:center; border-bottom:1px solid #dddddd;}

/** RIGHT NAV **/

.article-right			{float:right; width: 320px; background-color: #f9f9f9; padding: 40px 0;}

.right-nav-container						{padding-left:25px; padding-right: 25px;}
.right-nav-container ul li.right-header		{  color: #333333; font-style: normal; margin-bottom: 0; margin-top: 0;}
.right-nav-container ul li.right-header a	{padding-top:0; font-size:17px; color: #456eac; line-height: 1.2em;}
.right-nav-container ul li.right-header:hover:before	{display:none;}
.right-nav-container ul						{margin-left:0;}
.right-nav-container ul li 					{position:relative; overflow: hidden;}
.right-nav-container ul li a				{display:block; border-bottom:1px solid #dddddd; text-decoration: none; font-size: 14px; color: #333333; padding: 15px; position: relative; overflow: hidden}
.right-nav-container ul li:last-of-type a	{border-bottom:none}
.right-nav-container ul li.active a 		{color:#ffffff; padding-left: 20px;
											/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f3a73+0,456eac+100 */
											background: rgb(47,58,115); /* Old browsers */
											background: -moz-linear-gradient(left, rgba(47,58,115,1) 0%, rgba(69,110,172,1) 100%); /* FF3.6-15 */
											background: -webkit-linear-gradient(left, rgba(47,58,115,1) 0%,rgba(69,110,172,1) 100%); /* Chrome10-25,Safari5.1-6 */
											background: linear-gradient(to right, rgba(47,58,115,1) 0%,rgba(69,110,172,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
											filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3a73', endColorstr='#456eac',GradientType=1 ); /* IE6-9 */}
.right-nav-container ul li:before			{background-color:#dddddd; width: 100%; height: 0%; position: absolute; bottom: 0; content: ''; z-index: 0; transition: 0.2s}
.right-nav-container ul li:hover:before		{height:100%;}

.right-nav-container ul li.right-header.active a {background:none; color: #456eac; padding-left: 15px;}

/** KEY CONTACTS **/
.key-contacts-container			{padding:40px; background-color: #efefef;}
.key-contacts-container h2		{font-size:20px; color: #333333; font-style: normal; margin-bottom: 1.3em; margin-top: 0;}
.key-contact					{font-size:0; border-bottom: 1px solid #dddddd; padding-bottom: 20px; margin-bottom: 20px}
.key-contact:last-child			{border-bottom:none; margin-bottom: 0;}
.key-contact img				{width:30%; display: inline-block; vertical-align: top;}
.key-contact-text				{width:70%; display: inline-block; vertical-align: top; padding-left: 10px;}
.key-contact-text h3			{font-size:14px; line-height: 1.3em; font-weight: normal; margin-bottom: 0.5em; padding-top: 5px}
.key-contact-text h3 span		{font-family: 'Roboto', sans-serif; display: block;}
.key-contact-text h3 a			{color:#456eac; text-decoration: none;}
.key-contact-text h3 a:hover	{color:#333333;}
.key-contact-text h4			{font-size:12px; line-height: 1.3em; margin-bottom: 0.2em;  color: #666666}
.key-contact-text h4 a			{text-decoration:none;}
.key-contact-text h4 a:hover	{color:#333333;}

/* CONTACT */
.contact-page	{padding-top:75px;}

/** QUOTE CAROUSEL **/
.pullout-quote-container					{width:1100px; max-width: 100%; margin: auto;}
.pullout-quote-container .pullout-quote		{position: relative; left: auto; bottom: auto; padding-bottom: 60px;}
.pullout-quote-container .slick-dots		{font-size:0; margin-left: 0; margin-top: 15px;}
.pullout-quote-container .slick-dots li		{width:15px; height: 15px; display: inline-block; border-radius: 15px; border:2px solid #2f3a73; margin-right: 6px;}
.pullout-quote-container .slick-dots li.slick-active	{border-color:#ffffff; background-color: #ffffff;}

/* INVOICE CONTAINER */

.invoice-container { font-size: 0; background-color: #F6F6F6; border-radius: 2px; padding-bottom: 25px; box-shadow: 0px 0px 5px rgba(0,0,0,0.2); border: 1px solid #ffffff; }

.invoice-container .form-cell { display: inline-block; width: 50%; font-size: 14px; padding: 10px 20px; margin-bottom: 2px; vertical-align: top; }

.invoice-container .form-cell select,
.invoice-container .form-cell input[type="text"] { border: 1px solid #dddddd; background-color: #ffffff; color: #333333; font-size: 16px; display: block; width: 100%; border-radius: 2px; }

.invoice-container .form-cell input[type="text"] { padding: 10px; }
.invoice-container .form-cell select { padding: 0 10px; }

.invoice-container .form-cell label { display: block; margin-bottom: 8px; }

.invoice-container .form-cell select { height: 40px; background-color: #ffffff; }
.invoice-container .form-cell.sp img { width: 150px; }
.invoice-container .form-cell.submit { text-align: right; }
.invoice-container .form-cell.submit .btn { display: inline-block; background-color: #028265; }
.invoice-container h2 { padding: 25px 20px 0 20px; color: #4194bc; }

.invoice-container .form-cell.sp,
.invoice-container .form-cell.submit { margin-top: 10px; }

.invoice-container.payment-container .form-cell { width: 100%; display: block;  }
.invoice-container.payment-container .form-cell input[type=text] { width: 50%; display: inline-block; }

.invoice-container.payment-container .form-cell select { width: 24%; margin-right: 1%; display: inline-block; }

.invoice-left-col		{width:700px; max-width:100%; margin: auto; float: none;}

/** FOOTER **/
footer						{position:fixed; bottom: 0; left: 0; width: 100%; padding: 20px; padding-bottom: 15px; background-color: #121e2f; z-index: 10}
footer ul					{list-style:none; font-size: 0; display: inline-block; }
footer ul li				{font-size:12px; display: inline-block; color: #ffffff;}
footer ul li a				{color:#ffffff; text-decoration: none; border-right:1px solid #fff; padding-right: 10px; padding-left: 10px;}
footer ul li:last-child a	{border:none;}
footer ul li a:hover		{color:#456eac;}
footer p					{color:#ffffff; display: inline-block; margin-left: 15px; margin-bottom: 0; }
footer p a					{text-decoration:none; color: #ffffff}
footer p a span				{color:#456eac; margin-right: 5px;}
footer p a:hover span,
footer p a:hover			{color:#456eac;}

.footer-right				{display:inline-block; float: right; margin-top: -4px;}

/** FOOTER LISTS **/
section.footer-links		{padding:75px 75px 105px; background-color: #121e2f; min-height: unset; height: auto; font-size: 0}
.footer-links ul			{display:inline-block; vertical-align: top; width: 12.5%; padding-right: 10px;}
.footer-links ul li			{font-size:16px; color: #ffffff; font-family: 'Roboto Condensed', sans-serif; display: block; margin-bottom: 10px;}
.footer-links ul li a		{text-decoration:none; display: block;}
.footer-links ul li ul		{width:100%; margin-top: 15px; border-right:none; padding-left: 0}
.footer-links ul li ul li	{font-family: 'Roboto', sans-serif; text-transform: none; line-height: 1.3em; font-size: 12px;}
.footer-links ul li ul li a	{color:#4194bc;}
.footer-links ul li a:hover	{color:#ffffff !important;}

.btn					{display: block; background-color: #5693b8; padding: 15px 25px 15px; font-size: 14px; overflow: hidden; text-align: center; color: #ffffff; border-radius: 2px; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; text-decoration: none; line-height: 1em; box-shadow: inset 0px -5px 0px rgba(0,0,0,0.2); transition: 0.2s cubic-bezier(0, 0, 0.31, 1); position: relative;}
.btn span				{font-family: 'Roboto', sans-serif; display: inline-block; margin-left: 10px; font-size: 14px; margin-top: 5px;}
.btn.inline-block		{display:inline-block;}
.btn.inline-block span	{display:inline-block; margin-top: 0; margin-left: 10px; font-size: 20px; transform: translateY(-1px); vertical-align: middle;}
.center					{text-align:center;}
.btn:after				{width:100%; height: 100%; position: absolute; left:0; top: 0; right: 0; bottom: 0; transform: scale(0); border-radius: 50%; background-color: rgba(255,255,255,0.1); content: ''; transition: 0.4s cubic-bezier(0, 0, 0.31, 1);}
.btn:hover:after		{transform: scale(1.5);}
.btn.blue-3				{background-color:#5693b8;}
.btn.green-1			{background-color:#667f79;}


.btn:hover		{box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2); transform: translateY(2px);}

.spacer-top		{margin-top:30px;}

div.form-errors { margin: 0 0 20px 0; padding: 0 0 0 20px; }
div.form-errors ul { list-style: disc; color: #cc0000; }
div.form-errors ul li { color: #cc0000; font-size: 12px; margin-bottom: 0px; padding: 0; }
div.form-errors ul li:before { content: ""; display: none; }

input[type=text].error,
select.error { box-shadow: 0 0 2px 2px #cc0000; }

div.thank-you { padding: 20px; }

/** ANIMATION **/
.scroller				{
						-webkit-animation-duration: 2.5s; 
						animation-duration: 2.5s; 
						-webkit-animation-fill-mode: both; 
						animation-fill-mode: both; 
						-webkit-animation-timing-function: ease-in-out; 
						animation-timing-function: ease-in-out; 
						animation-iteration-count:infinite; 
						-webkit-animation-iteration-count:infinite;}

@-webkit-keyframes scroller {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(6px);} 
    40% {-webkit-transform: translateY(10px);} 
    60% {-webkit-transform: translateY(14px);} 
} 

@keyframes scroller { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(6px);} 
    40% {transform: translateY(10px);} 
    60% {transform: translateY(14px);} 
} 

.scroller { 
    -moz-animation-name: scroller; 
    -webkit-animation-name: scroller; 
    animation-name: scroller; 
}







@media (max-width: 419px)

{

}