img {
   border:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
* {
    box-sizing: border-box;
}
/* =============================================================================
   Comman Styles
* ============================================================================= */
.fltleft {
   float: left;
}
.fltright {
   float:right;
}
.clear {
   clear:both;
}
.ctr{
   text-align:center;
}
a {
    color: #0096b1;
    text-decoration: none;
    transition: color 0.1s linear 0s;
}
.clearfix:before, .clearfix:after {
   content:"";
   display:block;
}
.clearfix:after {
   clear:both;
}
body {
    color: #454545;
	margin:0;
	font-size:100%;
}
.container {
	font-family: "Lato","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}
.site-intro-wrapper {
    background-color: #1f1f1f;
    background-image: url("site-intro-bg.jpg");
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* =============================================================================
   Utility Nav
* ============================================================================= */
.utility-nav {
    background-color: #0096b1;
    border-bottom: 1px solid #007388;
    color: #ffffff;
	display: block;
    font-weight: bold;
    text-align: right;
}
.inner-wrap:after {
    clear: both;
    content: "";
    display: table;
}
.inner-wrap:after {
    clear: both;
    content: "";
    display: table;
}
.site-header .inner-wrap {
    padding: 4.5em 1.5em 0;   
	margin:0 auto;
	width:75em;                    /* BASE FONT = 16px  >>> 1200px / 16px = 75em*/
}
.utility-nav a {
    color: #ffffff;
    padding-right: 0;
}
.site-email {
	float: right;
	display:inline-block;
	margin-top: 0.25em;                 /* BASE FONT = 16px  >>> 4px / 16px = 0.25em  */
}
.site-ph {
    background-image: url("ico-chat.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    margin-right: 2em;
    padding-left: 2.5em;
}
.utility-nav .utility-item {
    display: inline-block;
    float: right;
    margin-right: 2em;
}
.utility-nav .inner-wrap {
    padding-bottom: 0.5em !important;
    padding-top: 0.5em !important;
}
.utility-nav .social-wrap {
    float: left;
	margin-top: 0.375em;                    /* BASE FONT = 16px  >>> 6px / 16px = 0.375em  */
}
.social-wrap a:hover {
    opacity: 0.75;
}
.social-wrap img {
    display: inline-block;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
    width: 1.1em;
}
.utility-nav a {
    color: #fff;
    padding-right: 0;
}
.social-wrap a {
    display: block;
    float: left;
    margin-right: 2em;
    position: relative;
    text-align: center;
}
.site-logo > img {
	margin-bottom:1em;
	float:left;
}
.search-right {
    display: table;
    float: right;
    margin-right: 0;
    width: 14.125em;                           /* BASE FONT = 16px  >>> 226px / 16px = 14.125em */
}
.search-row {
    display: table-row;
    width: 100%;
}
.search-cell1 {
    display: table-cell;
}
.search-table input[type="text"] {
    background: none repeat scroll 0 0 #454545;
    border: medium none;
    color: #ffffff;
}
textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple="multiple"] {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
    box-sizing: border-box;
    font-family: "Lato","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1em;
    padding: 0.5em;
    transition: border-color 0s ease 0s;
    width: 100%;
}
textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple="multiple"]:hover {
    border-color: #c4c4c4;
}
textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple="multiple"]:focus {
    border-color: #477dca;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset, 0 0 5px rgba(55, 112, 192, 0.7);
    outline: medium none;
}
.search-text {
    height: 1.84615em;
	border: 0 none;
    float: left;
    font-size: 1em;
	padding-left: 0.5em;
    width: 100%;
}
.search-cell2 {
    background: none repeat scroll 0 0 #454545;
    display: table-cell;
    width: 2.1875em;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, input[type="submit"] {
    background: none repeat scroll 0 0 red;
}
.search-submit {
    height: 1.625em;
	background: url("ico-search.jpg") no-repeat scroll center center !important;
    border: 0 none;
    float: right;
	width: 100%;
	margin-bottom:0.125em;  /* BASE FONT = 16px  >>> 2px / 16px = 0.125em  */
}
.search-left {
    margin-right: 1% !important;
    width: 9.313em;          /* BASE FONT = 16px  >>> 149px / 16px = 9.313em */
	float:right;
}
.search-table select {
    background-color: #454545;
    color: #a5a5a5;
    margin-bottom: 0;
	font-family:"Lato","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}
.search-text {
    height: 1.84615em;
}
/* ===================== Topnav ==================== */
nav {
    clear: both;
    float: left;
    margin-top: 1.1875em;   /* BASE FONT = 16px  >>> 19px / 16px = 1.1875em */
    width: 100%;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu ul li {
    float: left;
    position: relative;
}
#menu a {
    color: #ffffff;
    display: block;
    font-family: "Lato","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 1.1875em;   /* BASE FONT = 16px  >>> 19px / 16px = 1.1875em */     
    line-height: 1.26315789473684em;   /* BASE FONT = 19px  >>> 24px / 19px = 1.26315789473684em */
    padding: 0.473684210526316em 2.63157894736842em 0.473684210526316em 2.63157894736842em; /* BASE FONT = 19px  >>> 9px 50px 9px 50px / 19px = 0.473684210526316em 2.63157894736842em 0.473684210526316em 2.63157894736842em  */
}
.site-nav li a:hover {
    background-color: #000000;
}
.site-nav ul li:hover {
    background-color: #000000;
	border-radius:5px;
}
.sub-menu {
    left: 0;
    position: absolute;
    top: 2.625em;      /* BASE FONT = 16px  >>> 42px / 16px = 2.625em  */
	top: 2.5625em\0;  /* BASE FONT = 16px  >>> 41px / 16px = 2.5625em  */
    visibility: hidden;
    width: 20.375em;   /* BASE FONT = 16px  >>> 326px / 16px = 20.375em  */
}
#menu li:hover .sub-menu {
    visibility: visible;
}
.menu .sub-menu li {
    border-top: 1px solid #272727;
    float: none;
}
#menu .sub-menu li a {
    background-color: #1b1b1b;
    display: block;
    font-size: 1.0625em;   /* BASE FONT = 16px  >>> 17px / 16px = 1.0625em  */
    padding: 0.875em 1.9375em 0.875em 1.9375em; /* BASE FONT = 16px  >>> 14px 31px 14px 31px / 16px = 0.875em 1.9375em 0.875em 1.9375em  */
    text-align: left;
}
#menu .sub-menu li a:hover{
	background-color:#000000;
}
#menu .sub-menu li:hover{
	border-radius:0;
}
.site-content .inner-wrap {
    width: 75em; /* BASE FONT = 16px  >>> 758px / 16px = 75em */
}
.inner-wrap {
    padding: 2.5em 1.5em 2.5em 1.5em;   /* BASE FONT = 16px  >>> 40px 24px 40px 24px / 16px = 2.5em 1.5em 2.5em 1.5em  */
}
.site-content-primary {
    float: left;
    margin-right: 1.6875em;   /* BASE FONT = 16px  >>> 27px / 16px = 1.6875em */    
    width: 47.375em;    /* BASE FONT = 16px  >>> 758px / 16px = 47.375em */
}
.site-content-secondary {
    display: block;
    float: left;
    margin-right: 0;
    padding: 1.5em 0 1.5em 2em;       /* BASE FONT = 16px  >>> 24px 0 24px 32px / 16px = 1.5em 0 1.5em 2em;  */
    width: 22.875em;   /* BASE FONT = 16px  >>> 366px / 16px = 22.875em  */
	text-align:left;
}
.btn:after, .btn-diagonal:after, .btn-important:after, .btn-important-inverted:after {
    background-image: url("btn-arrow-teal.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.1s linear 0s;
    width: 2.8em;
}
.site-content-secondary .btn, .site-content-secondary .btn-diagonal, .site-content-secondary .btn-important {
    display: block;
}
.btn-important {
    background-color: #0096b1;
    border: 1px solid #028299;
	border-radius: 5px;
    color: #fff;
	font-weight: 600;
    margin-bottom: 1em;
    padding: 0.875em 3.5em 0.875em 2.25em;
    position: relative;
    transition: background 0.1s linear 0s;
}
.btn-diagonal:after {
    background-image: url("link-arrow-teal.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.3em 1.3em;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.8em;
}
.btn-diagonal {
    background: none repeat scroll 0 0 #ddd;
    border: 1px solid #dadada;
    border-radius: 0;
    color: #0096b1;
    margin-bottom: 0.4em;
    padding: 0.5em 1em;
	font-weight: 600;
	position: relative;
    transition: background 0.1s linear 0s;
}
.btn:hover:after, .btn-important:hover:after, .btn-important-inverted:hover:after {
    transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.btn-important:hover {
    background-color: #00accb;
}
.btn:hover, .btn-diagonal:hover, .btn-important:hover, .btn-important-inverted:hover {
    color: #fff;
}
.btn-diagonal:hover:after {
    transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
}
.btn-diagonal:hover {
    border: 1px solid #4f4f4f;
    transition: transform 0.1s linear 0s;
}
.btn:hover, .btn-diagonal:hover {
    background-color: #525252;
}
/* ===================== Footer ==================== */
.site-footer {
    text-align: center;
}
.site-footer .inner-wrap {
    border-top: 1px solid #ddd;
}
.inner-wrap{
	width:75em;
	margin:0 auto;
}
.line-card img {
    display: inline-block;
    margin: 0 1.4375em;
	vertical-align:middle;
}
.line-card a {
    display: inline-block;
}
.line-card .btn-important {
    text-decoration: none;
    vertical-align: middle;
}
p.footer-small {
    font-size: 1.0625em;   /* BASE FONT = 16px  >>> 17px / 16px = 1.0625em  */
    line-height: 1.75em;   /* BASE FONT = 17px  >>> 29.75px / 17px = 1.75em  */
    margin-bottom: 1em;    /* BASE FONT = 17px  >>> 17px / 17px = 1em  */
    margin-top: 1em;      /* BASE FONT = 17px  >>> 17px / 17px = 1em  */
}
.site-footer a {
    text-decoration: underline;
}
.site-footer .social-wrap a {
    background: none repeat scroll 0 0 #454545;
    border-radius: 5px;
    display: inline-block;
    float: none;
    margin-right: 2.159375em;
    padding: 0.3em 0.6em;
}
.site-footer .social-wrap a img {
    margin: 0.375em auto 0.0625em;     /* BASE FONT = 16px  >>> 6px auto 1px / 16px = 0.375em auto 0.0625em  */
}


/*Greg modified*/
main.site-content{
width:1200px;
}


.site-footer{
width:980px!important;}
