/*
Theme Name: AAT
Theme URI: http:/underexpressdelivery.com/
Description: Under Express Delivery
Author: Helium Studio
Author URI: http://heliumstudio.com
Version: 1.0
test
*/

/* ===================================================================== */
/* =============================== Style =============================== */
/* ===================================================================== */

/* ==================== 
	- HTML5 Reset
	- Layout
	    - Banner
	    - Slideshow
	    - HOME
	    - Testimonials, News, Single
	    - Content
	    - Profile
	    - Form
	    - Callouts
	    - Partners
	    - Panel Image
	    - Clients	    
	- Navigation
	- General
	- Forms & Buttons
	- Fonts
	- Hides & Fixes
	- Media:Mobile
	- Media:Print
   ====================
*/

/* ==================== HTML5 Reset ==================== */
*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 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-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
a { outline: none; }

/* ==================== Layout ==================== */
html { font-size: 62.5%;}

::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}

.row {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	*zoom: 1;
}
.row:before,
.row:after { content: ""; display: table; }
.row:after { clear: both; }
.row.full { max-width: 100% !important; padding: 0;}

.col,
.mcol,
.scol {
	position: relative;
	float: left;
	margin: 0 1.5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.one	{ width: 5.33333%;}
.two	{ width: 13.66667%;}
.three	{ width: 22%;}
.four	{ width: 30.33333%;}
.five	{ width: 38.66667%;}
.six	{ width: 47%;}
.seven	{ width: 55.33333%;}
.eight	{ width: 63.66667%;}
.nine	{ width: 72%;}
.ten	{ width: 80.33333%;}
.eleven	{ width: 88.66667%;}
.twelve	{ width: 97%;}

.col.flush-left,
.mcol.flush-left,
.scol.flush-left {
    margin: 0 3% 0 0;
}
.col.flush-right,
.mcol.flush-right,
.scol.flush-right {
    margin: 0 0 0 3%;
}

body {
    background: #011339;
    font-family: 'avenirroman', Arial, sans-serif;
    font-weight: normal;    
    font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}
p {
    padding: 0 0 20px;
}
header {
    position: relative;
    height: 120px;
    border-bottom: 4px solid #ffffff;
    background-color: #011339;
}
section {
    position: relative;
    z-index: 5;
}
ul {
    padding: 0 0 0 20px;
}
ul li {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 0 0 10px;
}
#logo {
    position: absolute;
    top: 40px;
    left: 20px;
}
.container-secondary {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 13px;
    font-size: 1.3rem;
}
.container-secondary span {
    color: #ffffff;
    float: left;
    padding: 0 0 0 10px;
}
.container-secondary a.btn {
    font-size: 11px;
    font-size: 1.1rem;
    font-family: 'avenirheavy', Arial, sans-serif;
    color: #ffffff;
    padding: 5px 10px 3px;
}
.container-secondary a.btn:hover{
    background-color: #f7941d;
}
.container-secondary a.btn.lite-blue {
    color: #ffffff;
    background-color: #3f84c4;
}
.container-secondary a.btn.lite-blue:hover {
    color: #ffffff;
}
.container-secondary a.btn.lite-blue img.logo-ace {
    margin: 0 0 2px 0;
}

footer {
    padding: 45px 0;
    color: #ffffff;
    background-color: #011339;
}
footer p {
    white-space: nowrap;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
}
footer a {
    color: #ffffff;
    line-height: normal;
}
footer a:hover {
    color: #f7941d;
}
footer h4 {
    text-transform: uppercase;
    padding: 0 0 12px 0;
}
footer .logo {
    padding: 55px 0;
    margin: 0 0 0 35px;
}
footer ul {
    padding: 0 15px 0 0;
    max-width: 50%;
    width: 100%;
    float: left;
}
footer ul li {
    list-style-type: none;
    line-height: normal;
    font-size: 14px;
    font-size: 1.4rem;
}
footer .contact-info .col {
    padding: 0 35px 0 0;
}
footer .icon-fb {
    font-size: 30px;
    font-size: 3rem;
    color: rgba(255,255,255,.7);
}
footer .social {
    padding: 0 0 10px;
}
footer ul li.menu-item-30 a {
    color: #3f84c4;
}

/* Banner */
#banner {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: 50% 50%;
}
#banner .caption {
    position: absolute;
    left: 20px;
    top: 150px;
    max-width: 670px;
}
#banner .caption h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 42px;
    font-size: 4.2rem;
    padding: 0 0 15px 20px;
}
#banner .caption p {
    color: #ffffff;
    font-size: 24px;
    font-size: 2.4rem;    
}
#page-title {
    width: 100%;
    display: block;
    float: none;
}
#page-title h1 {
    font-size: 32px;
    font-size: 3.2rem;
    text-transform: uppercase;
    color: #3f84c4;
}

/* Slideshow */
#slideshow {
    position: relative;
    z-index: 1;
    height: 500px;
    overflow: hidden;
}
#slideshow ul {
    padding: 0;
    position: relative;
}
#slideshow ul li {
    position: relative;
    height: 500px;
    padding: 0;
    background-size: cover;
    background-position: 50% 50%;
}
#slideshow ul li img {
    margin: 0;
}
#slideshow ul.slides li .caption {
    position: relative;
    top: 80px;
    max-width: 620px;
    text-align: right;
    float: right;
    margin-right: 80px;
}
#slideshow ul.slides li .caption h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 52px;
    font-size: 5.2rem;
    padding: 0 0 15px;
}
#slideshow ul.slides li .caption p {
    color: #ffffff;
    font-size: 24px;
    font-size: 2.4rem;    
}

/* HOME */
#wrapper-black {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);  
    background: url(images/black85.png) repeat;    
}
.container-sign-up {
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -550px;
    z-index: 5;    
    max-width: 1100px;
    width: 100%;
    padding: 5px;
    border: 3px solid #ffffff;
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;   
}
.container-sign-up .col.six {
    position: relative;
    height: 545px;
    padding: 25px 0 0 0;
}
.container-sign-up .col.six strong {
    padding: 0 0 20px 0;
}
.container-sign-up .col.six ul {
    padding: 10px 0 15px 20px;
}
.container-sign-up .col.six strong,
.container-sign-up .col.six p,
.container-sign-up .col.six ul li {
    font-size: 18px;
    font-size: 1.8rem;
}
.container-sign-up h2 {
    text-transform: uppercase;
    color: #3f84c4;
    font-size: 40px;
    font-size: 4rem;
    line-height: 40px;
    padding: 40px 0 20px 0;
}
.container-sign-up a.btn {
    display: inline-block;
    padding: 20px 45px;
    text-align: center;
    min-width: 350px;
}
.close {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'avenirheavy', Arial, sans-serif;
    text-transform: uppercase;
}
#x {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 10px;
    margin: 0 0 0 5px;
    text-align: center;
    background-color: #efefef;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.45);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.45);
}
#x:hover,
.close:hover #x {
    background-color: #f7941d;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

#intro,
#content {
    background-color: #ffffff;
    padding: 75px 0;
}
#intro ul li {
    font-size: 21px;
    font-size: 2.1rem;
}
#content ul {
    padding: 0 0 10px 20px;
}
#content ul li {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 5px 0;
}
#intro p {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 28px;
}
ul.listCol1 {
    float: left;
    max-width: 47.5%;
    width: 100%;
}
ul.listCol2 {
    float: left;
    max-width: 47.5%;
    width: 100%;
}

/* Testimonials */
.testimonial-item {
    padding: 0 0 25px 0;
    border-bottom: 1px dotted #e6e6e6;
    padding: 0;
    margin: 0 0 25px 0;
}

/* NEWS */
a.post {
    color: #000000;
    display: block;
    background-color: #ffffff;
    border: 1px solid #efefef;
    padding: 40px 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 5px rgba(0,0,0,.25);
    transition: all .3s;    
    padding: 25px 20px;
    border-bottom: 6px solid transparent;
}
a.post:hover {
    color: inherit;
    border: 1px solid #cccccc;
    border-bottom: 6px solid #ff9c00;
    box-shadow: 0px 5px 10px rgba(0,0,0,.5);
}
a.post h1 {
    color: #3f84c4;
}

/* Single */
.center-content {
    margin: 0 auto;
    float: none;
}
.center-content h1 {
    color: #3f84c4;
    font-size: 40px;
    font-size: 4rem;
}
.center-content h1,
.center-content small {
    text-align: center;
}
#container-arrows {
    width: 100%;
    float: none;
    display: block;
}
.border-top {
    border-top: 1px solid #ff9c00;
    padding: 25px 0 0 0;
    margin: 25px 0 0 0;
}
.date {
    margin: 0 0 45px 0;
}

/* CONTENT */
#content h3,
#content h4,
#content h5,
#content h6 {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'avenirheavy', Arial, sans-serif;
    text-transform: uppercase;
}
/* Profile */
.profile h2 {
    color: #000000;
    font-family: 'avenirroman', Arial, sans-serif;
    padding: 0;
}
.profile em {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'avenir-oblique', Arial, sans-serif;
    padding: 0 0 15px 0;
    display: block;
    float: none;
    color: #3f84c4;
}
.profile .contact p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0;
}
#contact .profile {
    max-width: 49.5%;
    width: 100%;
    margin: 0 .5% 0 0;
    float: left;
}
#contact .profile .contact p {
    padding: 0 0 25px 0;
    font-size: 14px;
    font-size: 1.4rem;
}
#contact .profile span {
    font-size: 14px;
    font-size: 1.4rem;
}
.profile-block {
    width: 100%;
    display: block;
    float: none;
    margin: 0 0 75px 0;
}
.profile-block:last-of-type {
    padding: 0;
}
.profile-block img {
    webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}


/* Form */
.wrapper-form {
    position: relative;
    margin: -205px 0 0 0;
    padding: 40px;
    background-color: #3f84c4;
    background-color: rgba(63,132,196,.9);
}
#content .wrapper-form ul {
    padding: 0;
}
#content .wrapper-form ul li {
    font-size: 21px;
    font-size: 2.1rem;
}
.wrapper-form input[type="submit"] {
    width: 100%;
    font-family: 'avenirheavy', Arial, sans-serif;
}
input[type="submit"]:hover {
    background-color: #011339;
}
.wrapper-form h3,
#content .wrapper-form h3, 
.content .wrapper-form h3 {
    color: #ffffff;
    font-size: 29px;
    font-size: 2.9rem;
    text-transform: uppercase;
}

/* Callouts */
section#callouts {
    position: relative;
    z-index: 10;
    padding: 100px 0;
    background-size: cover;
}
section#callouts h2 {
    color: #3f84c4;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 2.4rem;
}
section#callouts .bwhite {
    padding: 75px 35px;
    background-color: #ffffff;
    background-color: rgba(255,255,255,.8);
}
section#callouts .bwhite .col.six {
    padding: 45px;
}
section#callouts .bwhite .col.six p:last-of-type {
    padding: 0 0 35px;
}

/* Partners */
section#partners {
    background-color: #ffffff;
    padding: 45px 0;
}
section#partners .row {
    text-align: center;
}
section#partners img {
    margin: 0 1.5% 15px 0;
}

/* Panel-Image: Tracking, Testimonials */
#panel-image,
#panel-tracking {
    padding: 170px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.lt-ie9 #panel-image,
.lt-ie9 #panel-tracking {
    background-repeat: repeat;
}
#panel-image h2,
#panel-tracking h2 {
    color: #fff;
    font-size: 35px;
    font-size: 3.5rem;
    text-transform: uppercase;
}
#panel-image h2.testimonial,
#panel-tracking h2.tracking {
    text-transform: none;
}
#panel-image p,
#panel-tracking p {
    color: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
    padding: 0 0 45px 0;
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
}
#panel-image p:last-of-type,
#panel-tracking p:last-of-type {
    padding: 0 0 25px 0;
}
#panel-image span.client {
    color: #ffffff;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 35px;
}
.company {
    text-transform: uppercase;
}

/* Clients */
#panel-gray {
    background-color: #ededed;
    padding: 100px 0;
    text-align: center;
}
#panel-gray h2,
section#partners h2 {
    color: #666666;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 0 25px 0;
    font-family: 'avenirroman', Arial, sans-serif;
    text-transform: uppercase;
}
#panel-gray p {
    color: #666666;
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;   
    line-height: 30px; 
}
.container-partners .flex-viewport {
    margin: 0;
    height: 75px;
    overflow: hidden;
}
.container-partners ul.slides {
    padding: 0;
    margin: 0;
    height: 75px;
    overflow: hidden;
}
.container-partners ul.slides li.item {
    list-style: none;
    padding: 0;
    text-align: center;
    height: 75px;
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%!important;
}
.container-gray {
    padding: 40px 20px 20px 20px;
    background: #efefef;
}

/* ==================== Navigation ==================== */
nav#mobile {
    display: none;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 15;
    top: 0;
    background-color: #ffffff; 
}
nav#mobile ul > li {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 0;    
}
nav#mobile ul > li:last-child {
    border-bottom: none;
}
nav#mobile ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #3f84c4;
    display: block;
    padding: 10px 0 10px 20px;
}
nav#mobile > ul > li > a {
	text-transform: uppercase;
	font-weight: 700;
}
.no-touch nav#mobile ul li a:hover {
    background: rgba(0,0,0,.1);
}

/* Mobile: Subnav */
#mobile ul.sub-menu {
    display: none;
    border-top: 1px solid rgba(255,255,255,.2);
    background: #efefef;
}
.mobile-nav-trigger.open {
    color: #3f84c4;
}
#mobile li.mmobile-nav-trigger.open {
    background: rgba(0,0,0,.2);
}
#mobile .mmobile-nav-trigger.open > a {
    color: #ffffff;
    font-family: 'avenirheavy', Arial, sans-serif;
    background: rgba(0,0,0,.1);
}
#mobile ul.sub-menu span.shift {
    position: relative;
    top: -1px;
    padding: 0 5px 0 0;
    font-size: .6em;
}

/* Trigger */
.mobile-nav-trigger {
    display: none;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 20px;
    font-size: 2rem;
}

nav#primary ul {
    position: absolute;
    right: 20px;
    top: 60px;
}
nav#primary ul li {
    position: relative;
    float: left;
    padding: 0 40px 0 0;
}
nav#primary ul li:last-of-type {
    padding: 0;
}
nav#primary ul li a {
    color: #ffffff;
    font-family: 'avenirheavy', Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    border-bottom: 4px solid transparent;
}
nav#primary ul li a:hover,
nav#primary ul li.current-menu-item a,
nav#primary ul li.current_page_parent a {
    color: #ffffff;
    border-bottom: 4px solid #ff9c00;
}
nav#primary ul li.login a,
nav#primary ul li.login a:hover {
    color: #3f84c4;
}
/* Keeps primary nav selected, when hovering */
nav#primary ul li.hover a {
	color: #ffffff;
    border-bottom: 4px solid #ff9c00;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;	
}

/* ---------- Drop Down Nav ---------- */
    nav#primary ul li.current-menu-item ul.sub-menu li a,
    nav#primary ul li.current-menu-item ul.sub-menu li a:hover,
    nav#primary ul li ul.sub-menu li a,
    nav#primary ul li ul.sub-menu li a:hover {
        border: none;
    }
    nav#primary ul li ul.sub-menu {
    	width: 290px;
    	display: none;
    	position: absolute;
    	z-index: 10;
    	top: 31px;
    	left: 0;
    	padding: 15px;
    	border: none;
    	background: #fff;
    	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.2);    	   
    }
    nav#primary  ul  li  ul.sub-menu  ul.sub-menu {
    	display:none!important;
    }
	nav#primary ul.sub-menu li {
	    padding: 5px 0;
	    border-bottom: 1px dotted #cccccc;
	    width: 100%;
        float: none;
        display: block;
	}
	nav#primary ul.sub-menu li:last-of-type {
	    border: none;
	    padding: 5px 10px 5px 0;
	}
	nav#primary ul.sub-menu li a {
		color: #000;
		cursor: pointer;
		font-family: 'avenirheavy', Arial, sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: normal;
		display: inline-block;		
		text-transform: none;
		padding: 5px 10px 5px 5px;
		height: inherit;
		position: relative;
	}
	nav#primary ul.sub-menu li:hover {
	    background-color: #efefef;
	}
	nav#primary ul.sub-menu li:hover a {
		display: block;
		color: #3f84c4;
		cursor: pointer;
	}
	nav#primary ul li ul.sub-menu li a,
	nav#primary ul li ul.sub-menu li a:visited {
		text-transform: none;
		text-align: left;
		display: block;
		width: 100%;
		height: 100%;
	}

/* Login */
nav#primary ul li#menu-item-30 a {
    color: #3f84c4;
}

/* ==================== General ==================== */
strong {
    font-family: 'avenirheavy', sans-serif;
    font-weight: 700;
}
em, oblique {
    font-family: 'aveniroblique';
}
.line-r {
    border-right: 1px solid rgba(255,255,255,.3);
}
.line-l {
    border-left: 1px solid rgba(255,255,255,.3);
}
.left {
    display: inline-block;
    float: left;
}
.right {
    display: inline-block;
    float: right;
}
.align-center {
    text-align: center;
}
a {
    color: #3f84c4;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}
a:hover {
    color: #ff9c00;
}
a.btn {
    position: relative;
    z-index: 7;
    float: none;
    font-family: 'avenirheavy', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 55px;
    margin: 0 0 15px 0;
    background-color: #f7941d;
    line-height: 0;
    webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.45);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.45);
}

a.btn:hover {
    background-color: #011339;
}

/* Hs */
h1,h2,h3,h4,h5,h6 {
    font-family: 'avenirheavy', sans-serif;
    font-weight: normal;
    line-height: normal;
    padding: 0 0 12px;
}
h1 {
    font-size: 28px;
    font-size: 2.8rem;
}
h2 {
    font-size: 24px;
    font-size: 2.4rem;
}
h3 {
    font-size: 21px;
    font-size: 2.1rem;
}
h4,h5,h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* ========================================== 

   Plugins 

========================================== */

/* Plugin: Flexslider
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.flex-control-nav {
  width: 100%;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666666;
  background: rgba(153,153,153,1);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255,255,255, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(255,255,255, 0.9);
  cursor: default;
}

#slideshow ul.flex-direction-nav {
    position: absolute;
    z-index: 4;
    top: 45%;
    width: 100%;
}
#slideshow ul.flex-direction-nav li {
    line-height: inherit;
    height: inherit;
}
#slideshow ul.flex-direction-nav li a.flex-prev {
    color: #ffffff;
    color: rgba(255,255,255,.7);
    position: absolute;
    left: 1%;
    font-family: "aat";
    font-size: 55px;
    font-size: 5.5rem;
    overflow: visible;
    display: block;
    width: 80px;
    height: 80px;
    text-align: left;
    padding: 0;
}
#slideshow ul.flex-direction-nav li a.flex-next {
    color: #ffffff;
    color: rgba(255,255,255,.7);
    position: absolute;
    right: 1%;
    font-family: "aat";
    font-size: 55px;
    font-size: 5.5rem;
    overflow: visible;
    display: block;
    width: 80px;
    height: 80px;
    text-align: right;
    padding: 0;
}
#slideshow ul.flex-direction-nav li a.flex-prev:hover,
#slideshow ul.flex-direction-nav li a.flex-next:hover {
    color: #ffffff;
    color: rgba(255,255,255,1);
} 

/* ==================== Forms & Buttons ==================== */
input {
    width: 100%;
    cursor: pointer;
    background-color: #fff;
    padding: 14px;
    margin: 0 0 10px;
    border: none;
    border-radius: 0px;
}
textarea {
    width: 100%;
    min-height: 200px;
    padding: 14px;
    margin: 0 0 10px;
    border: none;
}
input[type="submit"] {
    color: #ffffff;
    border: none;
    width: auto;
    font-weight: 700;
    font-size: 21px;
    font-size: 2.1rem;
    padding: 15px 30px !important; 
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    background-color: #f7941d;
    -webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
    webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}
input[type="submit"]:hover {
    background-color: #011339;
}

/* Form Resets */
.gform_wrapper .hidden_label input.large, 
.gform_wrapper .hidden_label select.large, 
.gform_wrapper .top_label input.large, 
.gform_wrapper .top_label select.large {
    width: 100% !important;
}
.gform_wrapper input[type=email], 
.gform_wrapper input[type=number], 
.gform_wrapper input[type=password], 
.gform_wrapper input[type=tel], 
.gform_wrapper input[type=text], 
.gform_wrapper input[type=url] {
    outline-style: none;
    font-size: inherit;
    font-family: inherit;
    padding: .5em 0 .25em!important;
    letter-spacing: normal;
    text-indent: .45em !important;
    display:inline-block;
    line-height: 18px;
}
.gform_wrapper textarea {
    padding: .5em !important;
}
form .gform_wrapper ul.gform_fields,
form .gform_wrapper ul.gform_fields li {
    max-width: 100% !important;
    float: none !important;
    margin: 0;
    padding: 0;
}
.gform_wrapper {
    max-width: 100% !important;
    margin: 0 !important;
}
.gform_wrapper ul {
    padding: 0;
    margin: 0;
    line-height: 0;
}
.gform_wrapper form li, 
.gform_wrapper li {
    padding: 0;
}
.gform_wrapper textarea.large {
    width: 100% !important;
    height: 235px !important;
}
.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}
/* Hide Form Labels */
.gform_wrapper .top_label .gfield_label {
    display: none !important;
}
/* Form Error Messages */
.gform_wrapper div.validation_error {
    color: #ff9c00 !important;
    border-top: 0px solid #ff9c00 !important;
    border-bottom: 0px solid #ff9c00 !important;
    padding: .25em 0 !important;
    width: 100% !important;
}
.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent !important;
    margin-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
}
.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message, 
.gform_wrapper .ginput_container+.gfield_description.validation_message {
    margin: 0 !important;
}
.gform_wrapper .gfield_description.validation_message, 
.gform_wrapper .top_label .gfield_description.validation_message {
    padding: 0 !important;    
}
.gform_wrapper .validation_message {
    color: orange !important;
    font-weight: normal !important; 
}
.gform_confirmation_message_1 gform_confirmation_message {
    color: yellow !important;
    font-weight: 700 !important;
}
.gform_wrapper .top_label .gfield_error {
    width: 100% !important;
    max-width: 100% !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-left: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield_html {
    max-width: 100% !important;
}
.gform_wrapper li.gfield_error input[type=email], 
.gform_wrapper li.gfield_error input[type=number], 
.gform_wrapper li.gfield_error input[type=password], 
.gform_wrapper li.gfield_error input[type=tel], 
.gform_wrapper li.gfield_error input[type=text], 
.gform_wrapper li.gfield_error input[type=url], 
.gform_wrapper li.gfield_error textarea {
     border: 2px solid #990000 !important;
}
.gform_wrapper .gfield_date_day label, 
.gform_wrapper .gfield_date_month label, 
.gform_wrapper .gfield_date_year label, 
.gform_wrapper .gfield_time_ampm label, 
.gform_wrapper .gfield_time_hour label, 
.gform_wrapper .gfield_time_minute label, 
.gform_wrapper .ginput_complex label, 
.gform_wrapper .instruction {
    margin: .188em 0 0 !important;
}
.gform_wrapper .gfield_description.validation_message, 
.gform_wrapper .top_label .gfield_description.validation_message {
    padding: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper .validation_message {
    display: none !important;
}
/* Validation */
.gform_confirmation_message {
    color: #f7941d;
    font-family: 'avenirheavy', sans-serif;
}

/* ==================== Fonts ==================== */
/* Avenir */
@font-face {
    font-family: 'avenirheavy';
    src: url('font/avenir-heavy-webfont.eot');
    src: url('font/avenir-heavy-webfont.svg#avenirheavy') format('svg'),
         url('font/avenir-heavy-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('font/avenir-heavy-webfont.woff') format('woff'),
         url('font/avenir-heavy-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avenirheavyoblique';
    src: url('font/avenir-heavyoblique-webfont.eot');
    src: url('font/avenir-heavyoblique-webfont.svg#avenirheavyoblique') format('svg'),
         url('font/avenir-heavyoblique-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('font/avenir-heavyoblique-webfont.woff') format('woff'),
         url('font/avenir-heavyoblique-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aveniroblique';
    src: url('font/avenir-oblique-webfont.eot');
    src: url('font/avenir-oblique-webfont.svg#aveniroblique') format('svg'),
         url('font/avenir-oblique-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('font/avenir-oblique-webfont.woff') format('woff'),
         url('font/avenir-oblique-webfont.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avenirroman';
    src: url('font/avenir-roman-webfont.eot');
    src: url('font/avenir-roman-webfont.svg#avenirroman') format('svg'),
         url('font/avenir-roman-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('font/avenir-roman-webfont.woff') format('woff'),
         url('font/avenir-roman-webfont.ttf') format('truetype');         
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'aat';
  src: url('font/aat6da2.eot?57647435');
  src: url('font/aat6da2.svg?57647435#aat') format('svg'),
       url('font/aat6da2.woff?57647435') format('woff'),
       url('font/aat6da2.ttf?57647435') format('truetype'),
       url('font/aat6da2.eot?57647435#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "aat";
  font-style: normal;
  font-weight: normal;
  speak: none; 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-close:before { content: '\43'; } /* 'C' */
.icon-pdf:before { content: '\44'; } /* 'D' */
.icon-fb:before { content: '\46'; } /* 'F' */
.icon-google:before { content: '\47'; } /* 'G' */
.icon-linkedin:before { content: '\49'; } /* 'I' */
.icon-menu:before { content: '\4d'; } /* 'M' */
.icon-plus:before { content: '\50'; } /* 'P' */
.icon-search:before { content: '\53'; } /* 'S' */
.icon-twitter:before { content: '\54'; } /* 'T' */
.icon-play:before { content: '\56'; } /* 'V' */
.icon-youtube:before { content: '\59'; } /* 'Y' */
.icon-down:before { content: '\64'; } /* 'd' */
.icon-left:before { content: '\6c'; } /* 'l' */
.icon-right:before { content: '\72'; } /* 'r' */
.icon-searchplus:before { content: '\73'; } /* 's' */
.icon-up:before { content: '\75'; } /* 'u' */


/* ==================== Hides & Fixes ==================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==================== Media:Mobile ==================== */
@media screen
and (max-width: 1190px) {
    
    .mobile-nav-trigger {
        top: 20px;
    }
}
/* Desktop less than 1150px */
@media screen
and (max-width: 1150px) {
    
    /* Header */
    header {
        height: 85px;
    }
    #logo {
        position: absolute;
        top: 20px;
        left: 20px;
        max-width: 200px;
        margin: 0;
    }
        
    /* Navigation */
    .container-secondary {
        top: 15px;
    }
    nav#primary ul {
        top: 40px;
    }
    nav#primary ul li,
    nav#primary ul li:last-of-type {
        padding: 0 0 0 25px;
    }
 
	/* Sign up */
	.container-sign-up .col.six {
        position: relative;
        height: auto;
        padding: 15px;
    }
	.container-sign-up {
	    max-width: 900px;
	    margin-left: -450px;
	}
	.container-sign-up h2 {
	    font-size: 30px;
	    font-size: 3rem;
	    line-height: 30px;
	}
	.container-sign-up .col.six.description {
        background-color: #ffffff;
        background-color: rgba(255,255,255,.7);
        margin: 0;
    }
	.container-sign-up .col.six strong, 
    .container-sign-up .col.six p, 
    .container-sign-up .col.six ul li {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: normal;
    }
    .container-sign-up .col.six strong {
        padding: 0 0 10px 0;
    }
    .container-sign-up a.btn {
        min-width: inherit;
        padding: 20px 25px;
    }
    #x {
        width: 35px;
        height: 35px;
        padding: 7px;
    }
    .close {
        right: 10px;
    }
    
    /* Slideshow */
    #slideshow ul.slides li .caption {
        left: 65px;
        max-width: 50%;
        top: 100px;
    }
    
    /* Callouts */
    section#callouts {
        padding: 45px 0;
    }
    section#callouts .bwhite {
        padding:0;
    }
    
    /* Content */
    #banner {
        height: 380px;
    }
    #banner .caption {
        top: 120px;
    }
    #banner .caption h2 {
        font-size: 32px;
        font-size: 3.6rem;
        margin: 0 1.5%;
    }

    /* Footer */
    footer .logo {
        margin: 0 0 0 15px;
    }
    footer .contact-info .col {
        padding: 0;
        width: 100%;
        float: none;
    }
}

/* Desktop less than 1000px */
@media screen
and (max-width: 1000px) { 
    /* Header */
    header {
        height: 75px;
    }
    /* Navigation */
    nav#primary,
    header .container-secondary {
        display: none;
    }
    .mobile-nav-trigger {
        display: block;
    }
    #mobile .container-secondary {
        position: relative;
        display: block;
        top: 0;
        right: 0;
        padding: 0 0 10px 0;        
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }    
    #mobile .container-secondary p {
        color: #3f84c4;
        text-align: center;
        padding: 10px 0 10px 0;
    }
    #mobile .container-secondary span.q {
        float: none;
        width: 100%;
        display: block;
        color: #3f84c4;
        padding: 0;
    }
    #mobile .container-secondary span.cl,
    #mobile .container-secondary span.dp {
        float: inherit;
    }
}

/* Desktop less than 900px */
@media screen
and (max-width: 900px) {    
    
    /* Callout */
    section#callouts .bwhite .col.six {
        padding: 25px;
        margin: 0;
    }
    section#callouts h2 {
        padding: 0;
    }
    section#callouts .bwhite .col.six p:last-of-type {
        padding: 0 0 20px 0;
    }
    section#callouts .bwhite {
        padding: 15px 0;
    }
    
    section#callouts .col {
        width: 100%;
        float: none;
    }
    
    /* Slideshow */
    #slideshow,
    #slideshow ul li {
        height: 400px;
    }
    #slideshow ul.slides li .caption h2 {
        font-size: 42px;
        font-size: 4.2rem;
    }
    
    /* Content */
    #banner {
        height: 250px;
    }
    #banner .caption {
        position: relative;
        left: 0;
        top: 80px;
        max-width: 100%;
        text-align: center;        
    } 
    #banner .caption h2 {
        padding: 0;
    }   
    #panel-gray {
        padding: 50px 0;
    }
    #panel-gray p {
        font-size: 18px;
        font-size: 1.8rem;
        max-width: 100%;
    }
    #panel-gray h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    #panel-image {
        padding: 60px 0;
    }
    #intro, 
    #content {
        padding: 45px 0;
    }
    .container-sign-up {
        max-width: 700px;
        margin-left: -350px;
        top: 50px;
    }    
    .container-sign-up h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 20px;
    }
    #intro p,
    #intro strong,
    #intro ul li, 
    #content ul li {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 21px;
    }
    
    /* Form */
    .wrapper-form h3 {
        font-size: 21px !important;
        font-size: 2.1rem !;
    }
    .wrapper-form {
        padding: 25px;
        margin: -105px 0 0 0;
    }
    .wrapper-form input[type="submit"] {
        font-size: 18px;
        font-size: 1.8rem;
    }
    
    /* Contact */
    #contact .profile {
        max-width: 100%;
        margin: 0;
    }
    
    /* Footer */
    footer .col.four {
    	width: 46.5%;
    }
    footer .col.four.f-logo {
        width: 100%;
        display: block;
    }
    .line-r, 
    .line-l {
        border: none;
    }
    footer .logo {
        margin: 0;
        padding: 10px 0;
    }
        
}

/* Desktop less than 768px */
@media screen
and (max-width: 768px) { 
    /* Footer */
    footer .col.four {
    	width: 100%;
    	float: none;
    }
    footer .logo {
        max-width: 150px;
    }
}
/* Desktop less than 640px */
@media screen
and (max-width: 640px) { 
	/* Pop Up */
	.container-sign-up {
	    padding: 0;
        max-width: 580px;
        margin-left: -290px;
        background-image: none!important;
        border: none;
    }
	.container-sign-up .col.six.description {
        background-color: #ffffff;
        background-color: rgba(255,255,255,.9);
    }
	.container-sign-up .col.six.pic {
	    display: none !important;
	}
	.container-sign-up .col.six {
        width: 100%;
    }
    
    /* Slideshow */
    #slideshow,
    #slideshow ul.slides li {
        height: 300px;
    }
    #slideshow ul.slides li .caption {
        max-width: 85%;
        top: 50px;
    }
    ul.flex-direction-nav {
        padding: 0;
    }
    #slideshow ul.flex-direction-nav li a.flex-next,
    #slideshow ul.flex-direction-nav li a.flex-prev {
        font-size: 45px;
        font-size: 4.5rem;
    }
    #slideshow ul.slides li .caption h2 {
        text-align: center;
    }
    #slideshow ul.slides li .caption {
        position: relative;
        max-width: 80%;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }
    
    /* Forms */
    .wrapper-form {
        margin: 0;
    }
    ul.listCol1,
    ul.listCol2 {
        max-width: 100%;
        float: none;
    }
    .listContainer1 {
        padding: 0 0 15px 0;
    }
    
    /* Content */
    #page-title {
        margin: 0;
    }  
    #panel-image h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    #panel-image p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
    }
    #panel-image span.client {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: normal;
    }
    #banner .caption h2 { 
        text-align: center;
        padding: 0;
    }
    .col,
    .mcol {
        display: block!important;
        width: 100%!important;
        margin: 0!important;        
        float: none!important;
    }
    .profile .contact p {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .profile-block {
        margin: 0 0 45px 0;
    }
    .profile-block img {
        max-width: 25%;
    }
    
    #contact .profile {
        max-width: 49.5%;
        margin: 0 .5% 0 0;
        float: left;
    }
        
}

/* Desktop less than 500px */
@media screen
and (max-width: 500px) { 
	/* Pop Up */
	#word {
	    display: none;
	}
	#x {
        width: 25px;
        height: 25px;
    }
	.container-sign-up {
        max-width: 450px;
        margin-left: -225px;
        top: 20px;
    }
    .container-sign-up .col.six.description {
        line-height: normal;
    }
    .container-sign-up .col.six strong, 
    .container-sign-up .col.six p, 
    .container-sign-up .col.six ul li {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .container-sign-up h2 {
        padding: 40px 0 10px 0;
    }
    .container-sign-up .col.six ul {
        padding: 10px 0 10px 20px;
    }
	
	/* Slideshow */
	#slideshow ul.flex-direction-nav li a.flex-next,
    #slideshow ul.flex-direction-nav li a.flex-prev {
        display: none;
    }
    .container-sign-up a.btn {
        padding: 15px 20px;
        margin: 0 0 5px 0;
    } 
    
    /* Partners */
    .container-partners ul.slides li.item {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: normal;
    }
    
    /* Content */
    #banner {
        height: 180px;
    }
    #banner .caption {
        top: 50px;
    } 
    #banner .caption h2 {
        font-size: 24px;
        font-size: 2.4rem;
    } 
    section#callouts h2 {
        font-size: 18px;
        font-size: 1.8rem;
    }     
}
/* Desktop less than 400px */
@media screen
and (max-width: 400px) { 
    /* Header */
    .container-secondary {
        position: relative;
        top: 10px;
        right: 0;
        text-align: center;
    }    
    #mobile .container-secondary p {
        margin: 0 15%;
    }
    
    /* Pop Up */
    .container-sign-up {
        max-width: 300px;
        margin-left: -150px;
        top: 20px;
    }
    #x {
        padding: 3px;
    }
    
    /* Slideshow */
    #slideshow ul li {
        background-position: right;
    }
    #slideshow ul.slides li .caption {
        width: 100%;
        top: 40px;
    }
    #slideshow ul.slides li .caption h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    #slideshow ul.slides li .caption p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
    }
    
    /* Content */
    .profile-block img {
        max-width: 45%;
    }
    #page-title h1 {
        font-size: 2.1px;
        font-size: 2.1rem
    }
    footer ul {
        padding: 0;
    }
    
    /* Partners */
    section#partners .scol.two {
        width: 46.5%;
        float: left;
    }
    
     /* Contact */
    #contact .profile {
        max-width: 100%;
        margin: 0;
    }
}


/* ==================== Media:Print ==================== */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}