/* CSS Document */

body
{
    /* background-image: url(../images/background.jpg); */
    background-position: center center;
    background-repeat: repeat-y;
    margin: 0px 0px 0px 170px !important;
    overflow: auto;
    position: relative;
    overflow-x: hidden;
    -webkit-transition: margin .4s; /* Safari */
    transition: margin .4s;
}

@media (min-width: 1302px) and (max-width: 1675px) {
	body {
		 margin: 0px 0px 0px 119px !important;
	}
}

@media (max-width: 1100px) {

    body {
        margin: 0px 0px 0px 119px !important;
    }
}

@media (max-width: 580px) {

    body {
        margin: 0px 0px 0px 0px !important;
    }
}

@media (max-width: 400px) {

    body {
        overflow-x: hidden;
    }
}

/* TEXT STYLES */

p {
	color: #333;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .73em;
	margin-bottom: -5px;
	line-height: 1.7em;
	text-align: justify;
}

@media (max-width: 899px) {

    p {
        font-size: .80em;
        line-height: 1.45em;
    }
}

@media (max-width: 345px) {

    p {
        font-size: .80em;
        line-height: 1.55em;
        margin-bottom: 0;
    }
}

@media (max-width: 799px) {

    .switch-out {
        display: none;
		height: 5px;
		margin-bottom: -12%;
    }
}

@media (max-width: 799px) {

    p.switch-out {
        visibility: hidden;
		height: 5px;
		margin-bottom: -12%;
    }
}

@media (max-width: 799px) {

    h1.switch-out {
        visibility: hidden;
		height: 5px;
		margin-bottom: -12%;
    }
	.content-holder-fill.switch-out-early {
		height: 120px;
	}
}

@media (max-width: 1302px) {

    .switch-out-early {
        visibility: hidden;
    }
	p.switch-out-early {
        visibility: hidden;
		height: 5px;
		margin-bottom: -12%;
    }
	h1.switch-out-early {
        visibility: hidden;
		height: 5px;
		margin-bottom: -12%;
    }
	.body-segment-container.archive.switch-out-early {
		display: none;
	}	
}


p.switch-in, h1.switch-in {
	margin-top: 4%;
	float: left;
	margin-bottom: 8px;
}

@media (min-width: 800px) {

    p.switch-in, h1.switch-in, div.switch-in {
        display: none;	
    }
}

a {
	color: #467097;
	text-decoration: none;
	font-size: 1.0em;
}

a.black {
	color: #000;
}

a.black:hover {
	color: #a1a2a4;
}

a:hover {
	color: #cb3734;
}


    a.scroll{
    display: block;
}
    


.blue {
    color: #467097 !important;
}

.bold {
    font-weight: bold !important;
}

.project-text {
	color: #333;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .65em;
	line-height: 1.4em;
	clear: left;
	margin-top: 0;
}

h1 
{
    color: #cb3734;
    font-size: 1.15em;
    font-family: Rajdhani Bold;
    text-align: justify;
    line-height: 1.25em;
	font-weight: normal;
}

h1.special
{
    margin-top: 7%;
    margin-bottom: -3px;
}

@media (max-width: 690px) {

    h1 {
        margin-top: 0;
    }	
}

@media (max-width: 345px) {

    h1 {
        font-size: 1.05em;
        line-height: 1.45em; 
        margin-top: 5px;
    }	
}

h2 
{
    color: #467097;
    font-size: .90em;
    font-family: Rajdhani Bold;
    text-align: left;
	text-transform: uppercase;
    line-height: 1.2em;
	float: left;
	margin: 0px;
	font-weight: normal;
}


h2.drop-top
{
    border-top: 0px #d6e7f4 solid !important;
}

h3.short span {
    line-height: 1.60em !important;
}

h3 span
{
	display: block;
	font-family: Rajdhani Semi;
	text-align: center;
	font-weight: normal;
	font-size: .80em;
	line-height: 1.75em;
}

h3 span.space
{
    margin-top: 10px;
}

h3.top
{
	position: absolute;
	color: #467097;
}

h3.top.light
{
	position: absolute;
	color: #b3c9de;
}

h4 
{
    color: #467097;
    font-size: .85em;
    font-family: Rajdhani Semi;
    text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .50em;
	margin-top: 12px;
	margin-bottom: -12px;
	width: 100%;
	margin-left: 18px;
	display: none;
}

h4.alt
{
	margin-bottom: .70em;
    margin-top: 0;
	
}

/* @media (max-width: 1465px) {
	h4.archive {
		ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
        filter: alpha(opacity=25);
        opacity: .25;
	}
} */

@media (max-width: 1303px) {
	h4.archive {
		display: none;
	}
} 

@media (min-width: 1302px) and (max-width: 1675px) {
	h4 {
		display: block;
	}
}

@media (max-width: 1100px) {
	h4 {
		display: block;
	}
}

@media (max-width: 899px) {
	h4 {
		font-size: .85em;
	}
}

@media (max-width: 690px) {
	h4 {
		margin-bottom: -7px;
	}
}

@media (max-width: 580px) {
	h4 {
		margin-left: 4%;
		font-size: .75em;
		letter-spacing: .3em;
	}
	.content-holder-fill.switch-out-early {
		height: 0;
	}
}

@media (min-width: 1303px) {
	h4.display {
		display: block;
	}
}

div 
{
    font-family: Myriad Pro, Myriad Pro, Arial, Helvetica, Sans-Serif;
}

.hrdiv {
	border-bottom: #d3e5f3 solid 1px;
	margin: 15px 0px;
	height: 1px;
	position: relative;
	float: left;
	width: 100%;
}

.hrdiv-bottom {
	border-bottom: #d3e5f3 solid 1px;
	margin: 15px 0px 0px 18px;
	height: 1px;
	position: relative;
	float: left;
	width: 95.5%;
}

.hrdiv-last {
	border-bottom: #8f8f8f solid 0px;
	margin: 7px 0px;
	height: 1px;
}

.hrdiv-last-alt {
	border-bottom: #8f8f8f solid 0px;
	margin: 10px 0px;
	height: 1px;
}



/* EMBED FONTS */

@font-face {
	font-family: 'Rajdhani Bold'; 
    src: local(Rajdhani-Bold), url('../fonts/Rajdhani-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Rajdhani Semi'; 
    src: local(Rajdhani-SemiBold), url('../fonts/Rajdhani-SemiBold.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Rajdhani Regular'; 
    src: local(Rajdhani-Regular), url('../fonts/Rajdhani-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Rajdhani Semi'; 
    src: local(Rajdhani-SemiBold), url('../fonts/Rajdhani-SemiBold.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@-moz-document url-prefix() {
@font-face {
	font-family: 'Rajdhani Bold'; 
    src: local(Rajdhani-Bold), url('../fonts/Rajdhani-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

}

@-moz-document url-prefix() {
@font-face {
	font-family: 'Rajdhani Semi'; 
    src: local(Rajdhani-Semi), url('../fonts/Rajdhani-Semi.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

}

@-moz-document url-prefix() {
@font-face {
	font-family: 'Rajdhani Regular'; 
    src: local(Rajdhani-Regular), url('../fonts/Rajdhani-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

}



/* IMAGE STYLES */

img.master 
{
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
}

img.clear 
{
    float: left;
    clear: left;
}

.pad-top25
{
    margin-top: 22px;
}

.pad-top15
{
    margin-top: 15px;
}

.pad-top5
{
    margin-top: 5px;
}

.pad-bottom5
{
    padding-bottom: 4%;
}

.pad-left7 
{
    margin-left: 7px;
}

.pad-left12 
{
    margin-left: 12px;
}

.width {
	width: 93.25%;
}

.bold 
{
    font-weight: bold;
}

.justify
{
    text-align: justify;
}

.inner
{
    margin-top: 13px !important;
    margin-left: 18px;
    float: left;
}

/* GRAPHIC STYLES */

.clear
{
    clear: left;
}

@media (max-width: 848px) {
    .clear
{
    clear: none;
}
}

/* MASTER DIVS */

.master-container {
	width: 100%;
	position: relative;
	float: left;
	top: 0px;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	height: auto;
	z-index: 10;
}

.leftnav-container
{
    width: 115px;
    position: fixed;
    margin: 0px 0px 0px -112px;
    min-height: 100px;
    height: 65%;
    background-color: #fff;
    z-index: 20;
    padding: 15px 0 0 5px;
    overflow: visible;
    -webkit-backface-visibility: hidden;
}

@media (max-width: 899px) {
    .leftnav-container {
        display: none;
    }
}

@media (max-height: 525px) {

    .leftnav-container {
        position: absolute;
    }
}

.outer {
    float:left;
    background-color: #fff;
}

@media (min-width: 1302px) and (max-width: 1675px) {
	.outer {
		 margin-bottom: -50px;
	}
}

@media (max-width: 1302px) {

    .outer {
        width: 80%;
        margin-bottom: -975px;
    }
}

@media (max-width: 1040px) {

    .outer {
        width: 98%;
    }
}

@media (max-width: 899px) {

    .outer {
        width: 97%;
    }
}

@media (max-width: 799px) {

    .outer {
        width: auto;
    }
}

@media (max-width: 580px) {
    .outer {
        float: none;         
        margin-right: 26px;
    }
}

@media (max-width: 580px) {
    .outer {
        float: none;         
        margin-right: 26px;
    }
}

.body-container {
	margin-left: 0px;
	float: left;
	position: absolute;
	height: auto;
	width: 100%;
    max-width: 1684px;
}

@media (min-width: 1676px) {
    .body-container {
    background: url("../images/body_bg-short.gif");
    background-repeat: no-repeat;
    background-position: 744px 0;
    }
}

@media (min-width: 1622px) and (max-width: 1675px) {
    .body-container {
    background: url("../images/body_bg-mid.gif");
    background-repeat: no-repeat;
    background-position: 744px 0;
    }
}

@media (min-width: 1421px) and (max-width: 1621px) {
    .body-container {
    background: url("../images/body_bg.gif");
    background-repeat: no-repeat;
    background-position: 744px 0;
    }
}

@media (max-width: 899px) {
    .body-container {
        width: 116%;
    }
}

@media (max-width: 799px) {
    .body-container {
        width: 100%;
    }
}

.body-segment-container-first
{
    float: left;
    position: relative;
    height: auto;
    min-height: 200px;
    width: auto;
    background: url("../images/left-nav-bg.gif");
    margin-left: -170px;
    min-width: 570px;
    background-repeat: repeat-y;
	max-width: 913px;
	margin-right: 1px;
    /*z-index: 40;*/
}

@media (max-width: 1302px) {

    .body-segment-container-first {
        width: 100%;		
    }
}

@media (max-width: 799px) {

    .body-segment-container-first {
        width: auto;
    }
}

@media (max-width: 580px) {

    .body-segment-container-first {
		min-width: 100px !important;
        width: 100%;
    }
}

@media (max-width: 580px) {

    .body-segment-container-first {
        margin-left: -52px;
    }
}

.body-segment-container
{
    float: left;
    position: relative;
    height: auto;
    min-height: 200px;
    width: auto;
    background: url("../images/left-nav-bg.gif");
    margin-left: -170px;
    min-width: 570px;
    background-repeat: repeat-y;
    clear: left;
	max-width: 913px;
	margin-right: 1px;
    /*z-index: 40;*/
}

.body-segment-container.no-show
{
    background: none;
}

@media (max-width: 1302px) {

    .body-segment-container {
        width: 100%;
    }
}

@media (max-width: 799px) {

    .body-segment-container {
        width: auto;
    }
}

@media (max-width: 580px) {

    .body-segment-container {
        min-width: 100px !important;
        width: 100%;
    }
}

@media (max-width: 899px) {

    .body-segment-container {
        margin-top: 50px;
    }
}

@media (max-width: 580px) {

    .body-segment-container {
        margin-left: -52px;
    }
}

.body-segment-container.archive {
    margin-top: 20px;
}

@media (max-width: 1302px) {

    .body-segment-container.archive {
        margin-bottom: 20px;
		margin-top: 0;
		padding-top: 0;
    }
}

@media (min-width: 1303px) {

    .body-segment-container.archive {
        display: none;
    }
}

@media (max-width: 580px) {

    .body-segment-container.archive {
        display: none;
    }
}

.cta-container
{
    width: 170px;
    float: right;
    position: fixed;
    top: 0px;
    height: 100%;
    min-height: 500px;
    z-index: 29;
    margin-left: 100%;
    right: 0px;
    padding: 15px 0px 0px 0px;
    border-left: 15px solid #fff;
    border-right: 10px solid #fff;
    background-color: #fff;
    margin-right: 0px;
    -webkit-backface-visibility: hidden;
    padding-bottom: 125px;	
}


@media (min-width: 1900px) {

    .cta-container {
        position: absolute;
        height: 89%;
    }
}

@media (min-width: 800px) {

    .cta-container {
        display: none;
    }
}

@media (max-width: 1302px) {

    .cta-container {
        padding-bottom: 126px;
    }
}

@media (min-width: 1041px) {

    .cta-container {
        display: block;
		background: rgba(255,255,255,0.90);
		border-left: 15px solid rgba(255,255,255,0);
    }
}

@media (max-width: 580px) {

    .cta-container {
        display: none;
    }
}

@media (max-height: 795px) {

    .cta-container {
        position: absolute;
        height: 89%;
    }
}

.start-project-header {
	margin-top: 405px;
	display: none;
}

.start-project-container
{
	margin-top: -405px;
	position: relative;
	z-index: 100;
}

.why-choose-header
{
	margin-top: 208px;
	display: none;
}

.why-choose-container
{
	margin-top: -208px;
	position: relative;
	z-index: 0;
	background-image: url(../images/why-choose-box.gif);
	height: 208px;
	background-repeat: no-repeat;
	padding-left: 6px;
	padding-right: 5px;
}

.body-segment-left 
{
    margin-left: 0px;
	float: left;
	position: relative;
	width: 62px;	
	height: auto;
	min-height: 50px;
	z-index: 20;
	margin-right: 110px;	
}


@media (max-width: 899px) {
    .body-segment-left {
        display: none;
    }
}

.body-segment-left-last
{
    margin-left: 0px;
	float: left;
	position: relative;
	width: 62px;	
	height: auto;
	min-height: 30px;
	z-index: 20;
	margin-right: 110px;
	margin-top: -31px;	
}


@media (max-width: 899px) {
    .body-segment-left-last {
        display: none;
    }
}

.body-segment-right
{
    height: auto;
    min-height: 100px;
    overflow: hidden;
    /*background-color: #F2F1EC;*/
    z-index: 10;
    margin-top: -35px;
    float: left;
    position: relative;
    width: 744px;
    left: 171px;
    margin-right: 25px;
    margin-left: 0.1%;
    /*border: solid 1px #F2F1EC;*/
}

@media (max-width: 1302px) {

    .body-segment-right {
        margin-right: -4px;
        width: 100%;
    }
}

@media (max-width: 820px) {

    .body-segment-right {
        margin-right: 25px !important;
    }
}

@media (max-width: 899px) {

    .body-segment-right {
        left: 64px !important;
        margin-top: -28px;
    }
}

@media (max-width: 799px) {

    .body-segment-right {
        width: 93%;
    }
}

@media (max-width: 580px) {

    .body-segment-right {
        width: 100%;
    }
}

.body-segment-right-alt
{
    height: auto;
    min-height: 200px;
    overflow: hidden;
    /*border: solid 1px #F2F1EC;*/
    z-index: 10;
    margin-top: -35px;
    float: left;
    position: relative;
    width: 744px;
    left: 171px;
    margin-right: 25px;
    margin-left: 0.1%;
}

@media (min-width: 1101px) {

    .body-segment-right-alt {
        margin-right: -4px;
        width: 100%;
    }
}
 
@media (min-width: 1101px) and (max-width: 1302px) {

    .body-segment-right-alt {
		margin-top: -53px;
    }
}

@media (max-width: 1040px) {

    .body-segment-right-alt {
        margin-right: -4px !important;
        width: 100%;
    }
}


@media (max-width: 820px) {

    .body-segment-right-alt {
        margin-right: 25px !important;
    }
}

@media (max-width: 899px) {

    .body-segment-right-alt {
        left: 64px !important;
    }
}

@media (max-width: 799px) {

    .body-segment-right-alt {
        width: 93%;
    }
}

@media (max-width: 580px) {

    .body-segment-right-alt {
        width: 100%;
    }
}

@media (max-width: 1302px) and (min-width: 581px) {

    .body-segment-right-alt.archive {
        height: 975px;
    }
}

.content-holder-med
{
    width: 336px;
    height: 242px;
    float: left;
    position: relative;
    padding: 18px;
}

.content-holder-med-alt
{
    width: 336px;
    height: 242px;
    float: left;
    position: relative;
    padding: 18px;
}

@media (max-width: 1420px) and (min-width: 800px) {

    .content-holder-med:hover
    {
        background-color: #e6edf4;

    }
}

@media (min-width: 1421px) {

    .content-holder-med:hover
    {
        ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        opacity: .80;

    }
}

.content-holder-med.text:hover
{
    background: none;    
    ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1.0 !important;
}


.content-holder-med.first
{
    margin-bottom: -20px;
}

.content-holder-med.first.contact
{
    height: 100% !important;
	min-height: 285px;
}


@media (min-width: 1303px) {
    .content-holder-med.first
    {
        padding-top: 4.75%;
    }
}

@media (max-width: 799px) {
    .content-holder-med.first
    {
        margin-top: 5%;
        margin-bottom: -20px;
    }
}



@media (max-width: 1302px) {

    .content-holder-med {
        height: 105%;
        width: 45%;
    }
}

@media (max-width: 899px) {

    .content-holder-med {
        height: 105%;
        width: 45%;
    }
}

@media (max-width: 799px) {

    .content-holder-med {
        clear: both;
        width: auto !important;
        height: auto !important;
        margin-right: 218px;
        margin-bottom: -4.5%;
        padding-top: 40px;
    }
}

@media (max-width: 580px) {

    .content-holder-med {
        width: 92%;
        padding: 4%;
        margin-bottom: -6%;
		margin-right: 0;
    }
}

.project-header
{
    width: 336px;
    height: 188px;
    float: left;
    position: relative;
}

@media (max-width: 1302px) {

    .project-header {
        width: 100%;
        height: 100%;
    }
}


.project-header img
{
    width:100%;
}

.project-footer-container
{
    width: 100%;
    min-height: 55px;
    float: left;
    position: relative;
	background-image: url(../images/project-footer.png);
	clear: left;
	height: auto;
}

.project-footer-container-hide
{
    width: 100%;
    min-height: 55px;
    float: left;
    position: relative;
	background-image: url(../images/project-footer.png);
	clear: left;
	height: auto;
	display: none;
}

@media (max-width: 1302px) {

    .project-footer-container {
        height: auto;
        margin-top: -45px;
        font-size: 110%;
        min-height: 65px;
        max-height: 65px;
    }
}

@media (max-width: 799px) {

    .project-footer-container {
        max-height: 85px;
    }
}

@media (max-width: 650px) {

    .project-footer-container {
        font-size: 100%;
    }
}

@media (max-width: 580px) {

    .project-footer-container {
        font-size: 110%;
    }
}

@media (max-width: 460px) {

    .project-footer-container {
        font-size: 100%;
    }
}

.project-footer-section-left
{
    width: 47%;
    float: left;
    position: relative;
	padding: 3%;
}

.project-footer-section-right
{
    width: 41%;
    float: left;
    position: relative;
	padding: 3%;
}

.content-holder-fill
{
    width: 336px;
    height: 255px;
    float: left;
    position: relative;
    padding: 18px 18px 5px 18px;
    margin-top: 16px;
    z-index: 20;
    ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1.0;
}


/* START SPECIAL CSS FOR CTA BOX */


/* END SPECIAL CSS FOR CTA BOX */


@media (max-width: 1420px) and (min-width: 800px) {
    .content-holder-fill:hover
    {
        background-color: #e6edf4;
        ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1.0;
        -webkit-transition: opacity 0s !important; /* Safari */
        transition: opacity 0s !important;
    }
}

@media (min-width: 1421px) {
    .content-holder-fill:hover
    {
        ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
        filter: alpha(opacity=80) !important;
        opacity: .80 !important;
        -webkit-transition: opacity 0s !important; /* Safari */
        transition: opacity 0s !important;
    }
}

@media (min-width: 1421px) {
    .content-holder-fill
    {
        ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1.0;
        -webkit-transition: opacity .5s !important; /* Safari */
        transition: opacity .5s !important;
    }
}

.content-holder-fill.text:hover
{
    background: none;

}


@media (min-width: 1676px)
{
    .content-holder-fill
    {
    margin-bottom: -18px;
    }
}


@media (max-width: 1420px) and (min-width: 1303px)
{
    .content-holder-fill
    {
    ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    opacity: 0.25;
    -webkit-transition: opacity .5s !important; /* Safari */
    transition: opacity .5s !important;
    }

    .content-holder-fill:hover ~ .cta-container {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;        
        visibility: hidden;   
    }

     .content-holder-fill.opaque:hover ~ .cta-container {
        -webkit-opacity: 1.0 !important;
        -moz-opacity: 1.0 !important;
        opacity: 1.0 !important;        
        visibility: visible !important;   
    }

    .cta-container {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
}


@media (max-width: 1420px) and (min-width: 1302px)
{
    .content-holder-fill:hover
    {
    ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75;
    }
}

@media (min-width: 1420px)
{
    .content-holder-fill:hover
    {
    ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75;

    }
}

@media (min-width: 1302px) and (max-width: 1675px) {
	.content-holder-fill.opaque {
		ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1.0;
	}
}

@media (min-width: 1607px) and (max-width: 1675px) {
	.content-holder-fill.opaque:hover {
		ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        filter: alpha(opacity=75);
        opacity: .75;
	}
}

@media (min-width: 1607px) and (max-width: 1675px) {
	.content-holder-fill.opaque.last, .content-holder-fill.transparent.last {
		margin-top: 3px;
	}
}

@media (min-width: 1303px) and (max-width: 1621px) {
	.content-holder-fill.opaque.last, .content-holder-fill.transparent.last {
		margin-top: -13px;
	}
}

@media (min-width: 1303px) and (max-width: 1621px) {
	.content-holder-fill.next {
		margin-top: 5px;
        margin-bottom: 2px;
	}
}

@media (max-width: 1302px) {
	.content-holder-fill.next {
        margin-bottom: -20px;
	}
}

@media (min-width: 1303px) and (max-width: 1621px) {
	.content-holder-fill.nexttolast {
		margin-top: -11px;
	}
}

@media (max-width: 1302px)
{
    .content-holder-fill
    {
        width: 36%;
        height: 100%;
        padding-bottom: 18.5px;
        margin-top: 0;
    }
}

@media (max-width: 1040px)
{
    .content-holder-fill
    {
        width: 44%;
        height: 100%;
    }
}

@media (max-width: 899px)
{
    .content-holder-fill
    {
        margin-left: -100px;
        margin-right: 94px;
    }
}

@media (max-width: 799px)
{
    .content-holder-fill
    {
        clear: both;
        padding: 32px 126px 3px 18px;
        width: auto;
        height: 100%;

    }
}

@media (max-width: 580px)
{
    .content-holder-fill
    {
        margin-left: 2.5%;
        width: 88% !important;
        height: 100%;
        padding: 32px 18px 3px 18px !important;
    }
}

@media (max-width: 480px)
{
    .content-holder-fill
    {
        width: 85% !important;
    }
}

@media (min-width: 1624px) and (max-width: 1845px) {

    .content-holder-fill.transparent {
        ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
        filter: alpha(opacity=25);
        opacity: 0.25;
        -webkit-transition: opacity .5s !important; /* Safari */
        transition: opacity .5s !important;
    }

    .content-holder-fill.transparent:hover ~ .cta-container {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;        
        visibility: hidden;   
    }

    .cta-container {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
}

@media (min-width: 1624px) and (max-width: 1845px) {  

    .content-holder-fill.transparent:hover {
        ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        filter: alpha(opacity=75);
        opacity: 0.75;
        -webkit-transition: opacity 0s !important; /* Safari */
        transition: opacity 0s !important;
    }
}


/*LEFT NAVIGATION */


.left-arm 
{
    height: 32px;
    background-color: #c7d0cf;
    width: 47px;
}

.left-indicator
{	
	z-index: 30;
	margin-top: 27px;
	margin-left: 1.58em;
}	

@media (min-width: 1302px) and (max-width: 1675px) {
	.left-indicator {
		 display: none;
	}
}

@media (max-width: 1100px) {
    .left-indicator {
        display: none;
    }
}

.leftnav, .leftnav:visited
{
    margin-top: 20px;
    float: left;
}

.leftnav a
{    
    display: block; 
    font-family: Rajdhani Bold;
    color: #cb3734;
    padding: 5px 0px 5px 0px;
    border-bottom: #e2e7e7 solid 1px;
}

.leftnav a:hover
{    
    color: #467097; 
}

/*TOP NAVIGATION */

.topnav
{
    height: auto;
    min-height: 100px;
    z-index: 10;
    float: left;
    position: relative;
    width: 100%;
    margin-left: 76px;
    display: none;
    margin-top: 22px;
}

@media (max-width: 899px) {

    .topnav {
        display: block !important;
    }
}

.topnav-links, .topnav-links:visited, .topnav-links-last, .topnav-links-last:visited
{
    
    float: left;
}

.topnav-links a, .topnav-links-last a, .topnav-links-last span
{    
    display: block; 
    font-family: Rajdhani Bold;
    color: #cb3734;
    padding: 5px 0px 5px 0px;
    border-right: #e2e7e7 solid 1px;
    margin-right: 10px;
    padding-right: 10px;
    height: 7px;
    line-height: 7px;
    margin-top: 10px;
}

.topnav-links-last a, .topnav-links-last span
{
    border-right: 0 !important;
    margin-bottom: 45px;
    margin-right: 0;
}

.topnav-links a:hover, .topnav-links-last a:hover
{    
    color: #467097; 
}

.topnav-links-container
{
    float:left; 
    clear:left; 
    margin-left:3px; 
    width:100%;
}

@media (max-width: 800px) {

    .topnav-links-container {
        max-width: 55%;
    }
}

@media (max-width: 580px) {

    .topnav-links-container {
        max-width: 100%;
    }
}

.logo-container 
{
    width: 268px;
    float: left;
    position: relative;
    min-height: 222px;
    height: auto;    
}

.logo
{
    margin: 16px 0px 0px 27px;
    position: relative;
    float: left;
}

.footer-container
{
    height: 100px;
    width: 100%; 
    background-color: #e6edf4; 
    position: relative; 
    float: left; 
    padding: 22px 115px 18px 20px; 
    z-index: 40;
    margin: 75px -15px -5px -152px;
    max-width: 1685px;
	border-top: 22px solid #fff;
	border-bottom: 35px solid #fff;
	border-right: 15px solid #fff;
}

@media (min-width: 1302px) and (max-width: 1675px) {
	.footer-container {
		 margin-left: -102px;
         width: 96.5%;
	}
}


@media (max-width: 1100px) {
    .footer-container
    {
        padding: 22px 70px 18px 20px;
        margin-left: -105px;
    }
}

@media (max-width: 900px) {
    .footer-container
    {
        width: 86%;
    }
}

@media (max-width: 799px) {
    .footer-container
    {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .footer-container
    {        
        margin-bottom: 90px;
    }
}

@media (max-width: 580px) {
    .footer-container
    {
        margin-left: 4%;
        width: 87%;
        padding-right: 0;
        min-width: 250px;
    }
}

@media (max-width: 460px) {
    .footer-container
    {
        height: 200px;
    }
}


.footernav, .footernav2, .footernav:visited
{
    margin-top: -1px;
    float: left;
    margin-right: 30px;
    line-height: .95em;
}

.footernav a, .footernav2 a
{    
    display: block; 
    font-family: Rajdhani Semi;
    color: #467097;
    padding: 5px 0px 5px 0px;
    font-size: .9em;
    font-weight: normal;
}

.footernav a:hover, .footernav2 a:hover
{   
    color: #7190ac; 
}

@media (max-width: 460px) {
    .footernav2
    {
        clear: left;
        margin-left: 87px;
    }
}

.footercredit, .footercredit:visited
{
    margin-top: 48px;
    margin-right: -90px;
    float: right;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #7190ac;
    font-size: .7em;
    text-align: right;
    clear: right;
    margin-bottom: -38px;
}

.footercredit a
{    
    
    font-family: Rajdhani Semi;  
    color: #467097;
    padding: 5px 0px 5px 0px;
    font-size: 1.2em;
}

.footercredit a:hover
{  
    color: #7190ac; 
}

@media (max-width: 1100px) {
    .footercredit
    {
        margin-right: -46px;
    }
}

@media (max-width: 680px) {
    .footercredit
    {
        margin-top: 30px;
        margin-bottom: -20px;
        clear: both;
    }
}

@media (max-width: 580px) {
    .footercredit
    {
        margin-right: 15px;
    }
}

/* .footer
{
    width: 990px;
    float: left;
    left: 50%;
    margin-left: -495px;
    position: relative;
    height: auto;
    min-height: 80px;
    font-size: .95em;
    padding: .85em 0px 0px 12px;
} */

.credit 
{
    color: #b5b5b6;
    margin-top: 21px;
    font-size: .95em;
}

.credit a
{
    color: #b5b5b6;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: .90em;
    }

.credit a:hover
{
    color: #4f96d0;
}
    

.white 
{
    color: #fff;
}

.article-image 
{
    margin: 0px 0px 0px 0px;
    float: left;
    position: relative;
    background-color: #fff;
    padding: 0px 20px 25px 0px;
}

.event-details
{
    color: #6f6f6f !important;
    padding-bottom: 10px !important;
}

.input-box-text {
clear: left;
font-size: .9em;
-webkit-appearance: none;
}

input {
	-webkit-appearance: none;
}

.form-text-input {
border: 1px solid #BDBDBD;
padding: 2px;
width: 289px;
}

.contact-form {
	width: 351px;
	float: left;
position: relative;
}

.form-submit {
background-color: #F6F4F4;
border: 1px solid #BDBDBD;
cursor: pointer;
margin-top: 10px;
padding: 0px;
width: 295px;
font-family: Myriad Pro, Myriad, Arial, Helvetica, Sans-Serif;
font-size: .9em;
height: 1.7em;
line-height: 1.7em;
}

.contact-form-container
{
	float: left;
	position: relative;
	width: 300px;
	height:auto;
	clear: left;
	margin-right: 20px;
}

.contact-form-container2
{
	float: left;
	position: relative;
	width: 300px;
	height:auto;
}

/*IMAGE SPRITES */

a.low-logo-sprite img
{
    height: 92px;
    width: 62px;
    background: url("../images/LOW-logo-sprite.png") 0 -92px;
    padding-right: 25px;
    border-right: 1px solid #ccd9e7;
    background-repeat: no-repeat;
    margin-right: 28px;
}

a.low-logo-sprite img:hover
{    
    background: url("../images/LOW-logo-sprite.png") 0 0;
    background-repeat: no-repeat;
}

@media (max-width: 480px) {
    a.low-logo-sprite img
    {
        margin-right: 0;
        border-right: 0;
    }
}

a.uparrow-sprite img
{
    height: 25px;
    width: 27px;
    background: url("../images/up-arrow-sprite.png") 0 -25px;
    background-repeat: no-repeat;
}

a.uparrow-sprite img:hover
{    
    background: url("../images/up-arrow-sprite.png") 0 0;
    background-repeat: no-repeat;
}
