

/*======================================================
  sitecontent.CSS
  ======================================================
    1.  TEXT STYLES
    2.  TABLES
    3.  FORMS
    4.  BUTTONS
    5.  HELPER CLASSES
    6.  AccordionS
    7.  MEDIA QUERIES

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

/*
font-family:'Univers W01';
font-family:'UniversLTW01-47LightCn';
font-family:'UniversLTW01-57Condense_723821';
font-family:'UniversLTW01-67BoldCn';
*/


/*======================================================
  1. TEXT STYLES
  ===================================================== */

body {
    font: 15px/24px 'Univers W01', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'UniversLTW01-57Condense_723821', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.2em;
    color: #000;
    font-weight: normal;
}

h1 {
    font-size: 2.467em; /* 37pt */
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: left;
}

    h1.hidden {
        height: 1px;
        width: 1px;
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 0;
    }

h2 {
    font-size: 1.800em; /* 27pt */
    margin: 15px 0;
	font-weight: normal;
    padding: 0;
}

h3 {
    font-size: 1.467em; /* 20pt */
    font-weight: normal;
    margin: 10px 0;
    padding: 0;
}

h4,
h5,
h6 {
    font-size: 1em; /* 16pt */
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
}

#printArea .intro {
    font-size: 1.125em;
    color: #000;
}

#printArea .caption {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
}


.eSolutionsGroupPhotoGalleryV2PlaceholderDiv .ad-image-description {
    margin: 0px !important;
}

/* Blockquotes */

blockquote {
}

    blockquote .quoteText {
        font-size: 1.25em;
        line-height: 1.25em;
        margin-bottom: 20px;
    }

/* Link Colors */

a, a:link, a:visited, a[href^=tel] {
    color: #003d79;
	font-weight: bold;
    text-decoration: none;
}

footer a[href^=tel] {
	color: #fff;
}

    a:hover, a:active, a:focus {
        text-decoration: underline;
    }

#footerText a{
    color: #fff !important;
}

/* Ensuring content-related lists display properly in content areas */
/* list-style-position:inside; for IE */
#printArea ul {
    margin: 10px 0px 10px 30px;
    padding: 0;
}

#printArea ol {
    margin: 10px 0px 10px 30px;
    padding: 0;
}

#printArea li {
    margin: 5px 0px 5px 0px;
}


/* fix for showing bullets on photo gallery images */
#contentInt .ad-nav ul li {
    list-style: none !important;
}



/*======================================================
  2. TABLE STYLES
  ===================================================== */

.datatable {
    margin: 0px 0px 15px 0px;
    padding: 0;
    width: 100%;
}

    .datatable td {
        padding: 7px 10px;
        color: #333;
    }

   

    .datatable .titlerow {
        background: #003d79;
        text-align: left;
        font-size: 1em;
        color: #FFF;
        font-weight: bold;
    }

        .datatable .titlerow td { 
            color: #FFF;
        }

        .datatable .titlerow h2 {
            color: #FFF !important;
        }

    .datatable caption {
        text-align: left;
    }

.datatable .altrow { background: #fff;  }

    .datatable .row {
        background: #e5edf4;
    }



    .datatable td p, #printArea .datatable td p, td p, #printArea td p {
        margin: 7px 0 0 0;
    }

        .datatable td p:first-child, #printArea .datatable td p:first-child {
            margin: 0 !important;
        }

        td p:first-child, #printArea td p:first-child {
            margin: 0 !important;
        }

sub {
    font-size: 80%;
}

sup {
    font-size: 80%;
}

hr {
    display: block;
    border: none;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    margin: 20px 0;
}

/*======================================================
  3. FORM STYLES (DEFAULT STYLES IN BASE.CSS)
  ===================================================== */

::-webkit-input-placeholder {
    color: #000;
	opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
	opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
	opacity: 1;
}

.formField {
    width: 100%;
    margin: 6px 0;
}

input[type="text"], input[type="date"], select {
    width: 100%;
    height: 30px;
    padding: 3px 7px;
    -webkit-appearance: none;
    border: solid 1px #ccc;
}

textarea {
    width: 100% !important;
    min-height: 144px;
    padding: 7px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    border: solid 1px #ccc;
}

input[type="button"] {
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
}

select[multiple] {
    min-height: 185px;
}


/*======================================================
  4. BUTTONS
  ===================================================== */

.button, a.button, button {
    cursor: pointer;
    border: none;
    display: inline-block;
    padding: 10px;
    margin: 3px 3px 3px 0;
    color: #fff;
    text-align: center;
    font-size: .9em;
    font-weight: 700;
    background: #005696;
    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -ms-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.myZone .button.arrowButton {
    clear: both;
    text-align: left;
    background-image: url(../images/structure/chevron-right-white.png); 
    background-position: 95% center;
    background-repeat: no-repeat;
    display: block;
    margin: 5px 0;
    padding-right: 40px;
}

    .button:hover, .button:active, a.button:hover, a.button:active, button:hover, button:active {
        text-decoration: none;
    }


/*======================================================
  5. HELPER CLASSES
  ===================================================== */

/*======required (MUST SUPPORT WHITE TEXT) ======= */

.headingBackgroundColour { background-color: #003d79 !important; }

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

#printAreaContent img {
    max-width: 100%;
    height:auto;
}

img.ImageLeft, img.Left, .Left iframe {
    float: left;
    margin: 0 20px 20px 0;
    padding: 1px;
}

img.ImageRight, img.Right, .Right iframe {
    float: right;
    margin: 0 0 20px 20px;
    padding: 1px;
}

img.Center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.Center, .alignCenter {
    text-align: center;
}

.Left, .alignLeft {
    text-align: left;
}

.Right, .alignRight {
    text-align: right;
}

.inline {
    display: inline;
}

.inlineBlock {
    display: inline-block;
}

.noMarginTop {
    margin-top: 0;
}

.noMarginBottom {
    margin-bottom: 0;
}

.noMarginLeft {
    margin-left: 0;
}

.noMarginRight {
    margin-right: 0;
}

.width100 {
    width: 100%;
}

.RedText {
	color: #BD1B3E;
}

.BlueText {
	color: #003d79;
}

.sectionHeading{
	height: 1px;
	width: 100%;
	background: #bbb;
	position: relative;
}

.sectionHeadingContent{
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -168px;
	width: 336px;
	height: 50px;
	background: #003d79;
	border: 3px solid #003d79;
	overflow: hidden;
}

.sectionHeadingContent h2{
	margin: 0 !important;
	height: 44px;
	width: 100%;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #FFF;
	font-size: 1.467em;
	line-height: 44px;
	font-family:'UniversLTW01-57Condense_723821', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}


/*======================================================
  6. ACCORDIONS
  ===================================================== */

.Accordion {
    margin-bottom: 5px;
}

.AccordionTrigger {
    display: block;
    padding: 8px;
    overflow:hidden;
    padding-right: 60px;
    position: relative;
    border: solid 1px #999;
    background: #fff url(../images/structure/Accordion-open.png) 99% center no-repeat;
    -webkit-box-shadow: 0 3px 3px #999; 
    -moz-box-shadow: 0 3px 3px #999;
    box-shadow: 0 2px 3px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .AccordionTrigger:hover,
    .AccordionTrigger:focus
    {
        background-color: #f7f7f7;   
        text-decoration: none;
        cursor: pointer;
    }

    .AccordionTrigger:active {
        background-color: #f7f7f7;   
        text-decoration: none;
        cursor: pointer;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;   
    }
    .AccordionTrigger.open {
        border: solid 1px #ccc;
        background: #fff url(../images/structure/Accordion-close.png) 99% center no-repeat;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0; 
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;   
    }
.AccordionContent {
    padding: 10px;
    border: solid 1px #ccc;
    border-top: none;
    overflow:hidden;
    display: none;
    background: #efefef;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}


/* Nested Accordion */

.AccordionContent .AccordionContent {
    background: #fff !important;
}


p.ic-EmptyContent { 
    display:none;
}


 


/*======================================================
  7. MEDIA QUERIES
  ===================================================== */

@media only screen and (max-width : 991PX) {
    select[multiple] {
        min-height: 0;
    }
}

@media only screen and (max-width : 767px) {
	.sectionHeadingContent{
		width: 220px;
		margin-left: -110px;
	}
	
	.sectionHeadingContent h2{
		width: 212px;
		font-size: 1.2em;
	}
	
	.contentLeft .col-header h3{
		background-size: 30px auto !important;
		line-height: 1.429em;
		margin: 6px 0 !important;
	}
	
    .ic-form-group {
        text-align: left;
    }

    .xsPadding40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .xsPadding20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .xsNoGutter {
        padding-left: 0;
        padding-right: 0;
    }

    #footerWrapper a[href^=tel] {
        color: #c1e0ff;
    }

    .hideXs {
        display: none;
    }
}
