* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.place_text {
    color: #002B54;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
}

#secondary_top_container_outer, #secondary_bottom_container_outer, #footer_container_outer {
    /*width:1280px;*/
    width: 100%;
    margin: 0 auto;
}

html, body {
    border: medium none;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    -webkit-print-color-adjust: exact;
    background-color: #fff;
    color: #002B54;
    font-family: "Open Sans",sans-serif; /* to be replaced by TypeKit */
    font-weight: 400;
    font-size: 13px;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #288dc1;
}

p.adminlink {
    width: 100%;
    text-align: center !important;
    padding-top: 30px;
}

img {
    border: none;
}

#site_container {
    background-color: #fff;
    max-width: 1280px;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
}

#home_feature_container,
#home_feature,
#secondary_img_container,
#secondary_img,
#home_feature_img_test,
#home_feature_text_test {
    max-width: 1120px;
    width: 100%;
	max-height: 584px;
	
}

#home_feature_container, #secondary_img_container {
    background-color: #e0d8ce;
    margin: 0 auto 0px auto;
    position: relative;
}

.home_feature_container{
	margin-bottom:-40px !important;
	margin-bottom:0px\9 !important;
}

#secondary_img, #secondary_video {
}

#home_feature, #home_feature_img_test, #home_feature_text_test {
    z-index: 7;
    opacity: 0.0;
    filter: alpha(opacity=0);
    display: none;
}

    #home_feature.active, #home_feature_img_test.active, #home_feature_text_test.active {
        opacity: 1.0;
        filter: alpha(opacity=100);
        display: block;
    }

    #home_feature.active {
        z-index: 10;
    }

    #home_feature_img_test.active {
        z-index: 8;
    }

    #home_feature_text_test.active {
        z-index: 9;
    }

    #home_feature.last-active, #home_feature_img_test.last-active, #home_feature_text_test.last-active {
        z-index: 7;
        display: none;
    }

#feature_logo, #secondary_logo {
    background-image: url(/img/home_ribbon.png);
    background-repeat: no-repeat;
    width: 220px;
    height: 65px;
    margin: 20px 0 0 -8px;
    top: 10px;
    position: absolute;
    z-index: 8;
}

    #feature_logo img, #secondary_logo img {
        margin: 15px 0 0 28px;
        border: none;
    }

#feature_text, #home_feature_text_test {
    /* background-color: #002b54; */
    font-family: serif;
    font-style: italic;
    color: #fff;
    width: 360px;
    font-size: 28px;
    line-height: 160%;
    position: relative;
    margin: 38px 0 38px 0;
    padding: 0;
    top: -60px;
}

    #feature_text p, #home_feature_text_test p {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0 0 0 38px;
    }

    #feature_text span.ethmoc, #home_feature_text_test span.ethmoc {
        font-weight: bold;
        font-style: normal;
        font-family: "Open Sans", serif;
    }

#home_feature_text_test {
    width: 1120px;
    position: absolute;
    margin: 0;
    padding: 0;
}

    #home_feature_text_test p {
        padding-right: 760px;
        padding-bottom: 38px;
    }

#nav_container_outer {
    width: 100%;
    height: auto;
    overflow: auto;
}

#nav_container_inner, #nav_heading, #nav_menu {
    height: 38px;
}

#nav_container_inner {
    max-width: 1120px;
    overflow: auto;
    margin: 0 auto;
    z-index: 1;
}

#nav_menu {
    background-color: #E0D8CE;
    width: 100%;
    float: left;
    overflow: hidden;
}

    #nav_menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #nav_menu ul li {
            display: inline;
            float: left;
            width: 20%;
            height: 38px;
            text-align: center;
        }

    #nav_menu.secondary ul li {
        width: 186px;
        position: relative;
    }

        #nav_menu.secondary ul li.logo {
            width: 182px;
        }

        #nav_menu.secondary ul li.first {
            width: 194px;
            margin-left: -10px;
        }

        #nav_menu.secondary ul li.ribbon_slant {
            width: 20px;
            margin-left: -10px;
        }
    /*
#nav_menu.secondary ul li{	
	width:184px;	
}
#nav_menu.secondary ul li.logo{	
	width:180px;
}
#nav_menu.secondary ul li.ribbon_slant{	
	background-image:url(/img/secondary_ribbon_slant.png);
	background-repeat:no-repeat;
	width:20px;	
}
*/
    #nav_menu ul li a {
        display: block;
        color: #8d847a;
        text-decoration: none;
        line-height: 38px;
    }

        #nav_menu ul li a:hover, #nav_menu ul li a.active {
            color: #fff;
            font-weight: bold;
        }

        #nav_menu ul li a.about:hover, #nav_menu ul li a.about.active {
            background-color: #f7a800;
        }

        #nav_menu ul li a.locations:hover, #nav_menu ul li a.locations.active {
            background-color: #FF4338;
        }

        #nav_menu ul li a.community:hover, #nav_menu ul li a.community.active {
            background-color: #614776;
        }

        #nav_menu ul li a.careers:hover, #nav_menu ul li a.careers.active {
            background-color: #002B54;
        }

        #nav_menu ul li a.news:hover, #nav_menu ul li a.news.active {
            background-color: #288DC1;
        }

    #nav_menu ul li.logo a {
        color: #fff;
        background-color: #002B54;
    }

        #nav_menu ul li.logo a:hover {
            font-weight: normal;
        }


.module_left, .module_right {
    float: left;
    position: relative;
    overflow: hidden;
}

    .module_left.half, .module_right.half {
        height: 78px;
    }

    .module_left.double, .module_right.double {
        height: 391px;
    }

.module_left {
    margin: 0 10px 20px 0;
}

.module_right {
    margin: 0 0 20px 10px;
}

#home_tile_wrapper {
    max-width: 465px;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#home_container, #secondary_container {
    max-width: 1120px;
    /*overflow: hidden;*/
    margin: 0 auto;
    padding-bottom: 55px;
}

#home_container {
    margin: 20px auto 0 auto;
}

p.home_text {
    color: #333;
    font-size: 1.6em;
    line-height: 180%;
    padding: 20px 20px;
}

    p.home_text.small {
        width: 100%;
    }

    p.home_text.large {
        width: 95%;
    }

    p.home_text a {
        text-decoration: none;
        font-style: italic;
        height: 100%;
        width: 100%;
    }

#home_about {
    background-image: url(/img/home_about.png);
    background-repeat: no-repeat;
    background-position: left top;
    max-width: 645px;
    width: 100%;
    border-bottom: 3px solid #f7a800;
}

    #home_about:hover {
        background-color: #FDE5B2;
        background-position: left -195px;
    }

#home_locations {
    background-image: url(/img/home_locations.png);
    background-repeat: no-repeat;
    background-position: left top;
	max-width: 455px;
    width: 100%;
    border-bottom: 3px solid #FF4338;
    height: 192px;
}

    #home_locations:hover {
        background-position: left -195px;
    }
	
	@media only screen and (min-width: 601px) {
		#home_locations {
			/*max-width: 455px;*/
		}	
	}

#home_careers {
    background-image: url(/img/home_careers.png);
    background-repeat: no-repeat;
    background-position: left top;
    max-width: 455px;
    border-bottom: 3px solid #002B54;
    width: 100%;
    padding: 20px 0px;
}

    #home_careers:hover {
        background-position: left -196px; /*HAD TO CHEAT HERE, SHOULD BE 195px. NEED NEW IMAGE FROM KH */
    }

#home_news {
    background-color: #D4E8F3;
    background-image: url(/img/home_news.png);
    background-repeat: no-repeat;
    background-position: left top;
	background-size: cover;
    max-width: 645px;
    border-bottom: 3px solid #288DC1;
    width: 100%;
    overflow: hidden;
}
    /*
#home_news:hover{
	background-position:left -195px;
}
*/
    #home_news #col_wrapper {
        
        padding: 20px 20px 4px 20px;
        overflow: hidden;
		margin-bottom: 0;
    }
	
	#home_news .news_column {
		padding: 13px 20px;
	}

    #home_news .cols {
        padding-bottom: 10px;
        /*border-bottom: 3px solid #288dc1;*/
		position: relative;
		overflow: hidden;
    }
	
	@media only screen and (min-width: 1121px) {
		#home_news .cols {
			/*margin: 0 0 20px 0;*/
			height: 300px;
		}
	}
	
	@media only screen and (max-width: 1120px) {
		#home_news .cols {
			margin: 0px 0 20px 0;
		}
	}

        #home_news .cols img {
            width: 100%;
        }

#home_videos {
    background-image: url(/img/home_videos.png);
    background-repeat: no-repeat;
    background-position: left top;
    max-width: 455px;
    width: 100%;
    border-bottom: 3px solid #002B54;
}

    #home_videos:hover {
        background-position: left -78px;
    }

#home_suppliers {
    background-image: url(/img/home_suppliers.png);
    background-repeat: no-repeat;
    background-position: left top;
    max-width: 455px;
    width: 100%;
    border-bottom: 3px solid #40693b;
}

    #home_suppliers:hover {
        background-position: left -78px;
    }

span#home_icon {
    font-weight: bold;
    display: block;
    background-repeat: no-repeat;
    background-position: right top;
    height: 38px;
}

    span#home_icon:hover {
        background-position: right bottom;
    }

    span#home_icon.search {
        background-image: url(/img/home_icons_search.png);
    }

    span#home_icon.scroll {
        background-image: url(/img/home_icons_scroll.png);
    }

    span#home_icon.about {
        background-image: url(/img/home_icons_about.png);
        color: #f7a800;
    }

    span#home_icon.locations {
        background-image: url(/img/home_icons_locations.png);
        color: #FF4338;
    }

    span#home_icon.careers {
        background-image: url(/img/home_icons_careers.png);
        color: #002b54;
    }

    span#home_icon.news {
        background-image: url(/img/home_icons_news.png);
        color: #288dc1;
    }



    span#home_icon.videos {
        background-image: url(/img/home_icons_videos.png);
        color: #002b54;
    }

    span#home_icon.suppliers {
        background-image: url(/img/home_icons_suppliers.png);
        color: #40693b;
    }

#footer_container_outer {
    background-image: url(/img/footer_linen.png);
    background-repeat: repeat-x;
    background-color: #288CC0;
    padding: 0;
    min-height: 345px;
    height: auto;
    clear: both;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
	#footer_container_outer {
		min-height: 200px;
		background-image: none;
		background-color: #e8e5e2;
	}
}

.footer_img_container {
	padding-top: 25% !important;
	padding-left: 28% !important;
}

#footer_container_inner {
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}

#footer_columns {
    color: #fff;
    height: auto;
    float: left;
    display: block;
    margin: 0 0 0 20px;
}

    #footer_columns.footer_column1 {
        margin: 0;
        text-align: center;
    }

    #footer_columns, #footer_columns h3 a, #footer_columns li a {
        color: #fff;
        /*width:170px;*/
        width: 203px;
        text-decoration: none;
    }

        #footer_columns a:hover {
            color: #FFCF00;
        }

        #footer_columns h3, #footer_columns img {
            margin: 38px 0 0 0;
            padding: 0;
            border: none;
        }

        #footer_columns h3 {
            border-bottom: 2px solid #fff;
        }

        #footer_columns ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #footer_columns li {
            margin: 6px 0 0 0;
        }

#footer_boilerplate {
    background-color: #002b54;
    width: 284px;
    height: 164px;
    margin: 0 0 0 80px;
    float: left;
    font-size: 1em;
    line-height: 180%;
    padding: 38px;
}

#footer_links {
    width: 840px;
    height: 240px;
    float: left;
}

/*////SECONDARY PAGE STYLES////*/


#secondary_breadcrumb a {
    text-decoration: none;
}

#secondary_main_content {
    /*width: 740px;	*/
    color: #002B54;
    float: left;
    margin: 0;
}

@media only screen and (max-width: 1119px) {
    #secondary_main_text_container {
        margin: 38px 0 0 0;
    }
	
	#nav_menu.secondary ul li.logo {
	  width: 28%;
	}
	
	#nav_menu.secondary ul li.first {
	  width: 16%;
	  margin-left: -10px;
	}
	
	#nav_menu.secondary ul li {
	  width: 14%;
	  position: relative;
	}
}

@media only screen and (min-width: 1120px) {
    #secondary_main_text_container {
        margin: 38px 75px 0 75px;
    }
}

@media only screen and (max-width: 600px) {
    #secondary_main_content h1 {
        margin: 0;
        padding: 0;
        font-size: 3.015em;
        line-height: 110%;
        font-weight: 400;
    }
	
	#secondary_main_content iframe, #secondary_main_content iframe div{
		width:100%;
		height:100%;
	}
}

@media only screen and (min-width: 601px) {
    #secondary_main_content h1 {
        margin: 0;
        padding: 0;
        font-size: 4.015em;
        line-height: 110%;
        font-weight: 400;
    }
}

@media only screen and (max-width: 750px) {
	#feature_text, #home_feature_text_test {
	  font-size: 150%;
	}
}

#secondary_breadcrumb {
    background-color: rgba(255,255,254,0.5);
    max-width:1120px;
    height: 28px;
    margin: 10px auto 0px auto;
    color: #002B54;
}

#secondary_main_content h3 {
    margin: 20px 0 20px 0;
    padding: 0;
    font-size: 1.673em;
    color: #288DC1;
    font-weight: 400;
}

#secondary_main_content h4 {
    margin: 0 0 38px 0;
    padding: 0;
    font-size: 1.338em;
    color: #8D847A;
    font-weight: 400;
}

#secondary_main_content ul {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}

#secondary_main_content p, #secondary_main_content li {
    text-align: justify;
    line-height: 140%;
    font-size: 1.338em;
}

#secondary_main_content p {
    margin: 0 0 38px 0;
}

#secondary_main_content li {
    margin: 0 0 10px 0;
	list-style-type: disc;
}

#secondary_infobox_topbar {
    text-align: center;
}

    #secondary_infobox_topbar h2 {
        margin: 0;
        padding: 0;
    }

#secondary_infobox_content {
    background-color: #C8DBEC;
}

    #secondary_infobox_content ul {
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px;
    }

        #secondary_infobox_content ul li {
            margin: 0 0 10px 20px;
        }

#secondary_right_column {
    margin: 0 0 75px 0;
    /*width:360px;*/
    float: left;
}

#secondary_right_section {
    overflow: hidden;
    margin-bottom: 38px;
}

.secondary_top_bar {
    background-color: #288DC1;
    width: 100%;
    height: 38px;
}

    .secondary_top_bar h2 {
        vertical-align: middle;
        color: #fff;
        font-size: 2.007em;
        font-weight: 400;
        padding: 0;
        margin: 0 0 0 20px;
    }

.secondary_bottom_bar {
    background-color: #288DC1;
    width: 100%;
    height: 3px;
    overflow: hidden;
}

#secondary_right_nav ul {
    margin: 0;
    padding: 20px 0 20px 20px;
}

    #secondary_right_nav ul.sub {
        padding: 0 0 0 20px;
    }

#secondary_right_nav li {
    list-style: none;
}

.map {
    background-color: #83282D;
}

.leadership {
    background-color: #FFD100;
}

.annualreport {
    background-color: #FFBD4F;
    margin-bottom: 20px;
}

.leadershipdev {
    background-color: #002B54;
}

#secondary_right_section.news img {
    width: 100%;
    /*max-width:360px;*/
}

#secondary_right_section.news h4 {
    margin: 10px 0 0 0;
    padding: 0;
}

#secondary_right_section.news a {
    color: #002B54;
    text-decoration: none;
}

#secondary_right_section.news p {
    margin-bottom: 10px;
}

#secondary_map_canvas_ind {
    /*width: 360px;*/
    height: 225px;
    background-color: #ccc;
}

ul#share {
    margin: 0;
    padding: 0;
}

    ul#share li {
        float: left;
        list-style: none;
    }

        ul#share li a {
            display: block;
            width: 38px;
            height: 75px;
            background: url(/img/social_icons.png) 0 0;
            background-repeat: no-repeat;
            text-indent: -9999px;
            margin: 0 20px 0 20px;
        }

        ul#share li.facebook a {
            background-position: 0 18px;
        }

        ul#share li.twitter a {
            background-position: -38px 18px;
        }

        ul#share li.pinterest a {
            background-position: -76px 18px;
        }

        ul#share li.email a {
            background-position: -114px 18px;
        }

        ul#share li.facebook a:hover {
            background-position: 0 13px;
        }

        ul#share li.twitter a:hover {
            background-position: -38px 13px;
        }

        ul#share li.pinterest a:hover {
            background-position: -76px 13px;
        }

        ul#share li.email a:hover {
            background-position: -114px 13px;
        }

        ul#share li.facebook a:active {
            background-position: 0 20px;
        }

        ul#share li.twitter a:active {
            background-position: -38px 20px;
        }

        ul#share li.pinterest a:active {
            background-position: -76px 20px;
        }

        ul#share li.email a:active {
            background-position: -114px 20px;
        }

/*////LOCATIONS PAGE STYLES////*/
#filter_cols {
    width: 360px;
    height: auto;
    float: left;
    margin: 8px 20px 0 0;
}

    #secondary_top_container_inner form fieldset#state, #filter_cols.service {
        overflow-y: scroll;
        overflow-x: hidden;
    }

#secondary_top_container_inner form fieldset#state {
    height: 80px;
}

#filter_cols.service {
    height: 202px;
}

#filter_cols.type {
    margin: 8px 0 0 0;
}

.placeholder {
    color: #aaa;
}

#secondary_top_container_inner form input, #secondary_top_container_inner form select, #secondary_top_container_inner form 

fieldset {
    width: 360px;
    margin-bottom: 20px;
    background-color: #FCEAE8;
    border: 0;
    outline: none;
}

#secondary_top_container_inner form input {
}

    #secondary_top_container_inner form input#name {
        height: 30px;
    }

    #secondary_top_container_inner form input#zip {
        height: 30px;
        margin-bottom: 0;
    }

#secondary_top_container_inner form label#radius {
}

#secondary_top_container_inner form select#radius {
    width: 320px;
    margin-bottom: 0;
}

#secondary_top_container_inner form select#state {
    height: 67px;
}

#secondary_top_container_inner form input.checkbox, #secondary_top_container_inner form label.checkbox {
    margin-bottom: 0;
    vertical-align: top;
}

#secondary_top_container_inner form input.checkbox {
    width: 10px;
}

#secondary_top_container_inner form fieldset#type, #secondary_top_container_inner form fieldset#service {
}

#secondary_tile_grid {
    margin: 38px 0 0 0;
}

    #secondary_tile_grid.page div#row {
        /*width:1120px;*/
        height: auto;
        overflow: hidden;
    }

    #secondary_tile_grid.page div#row {
        /*width:590px;	*/
    }

    #secondary_tile_grid div#row .cell {
        /*margin:0 0 20px 20px;*/
        float: left;
    }

        #secondary_tile_grid div#row .cell.threecol {
            width: 360px;
            height: 380px;
        }

            #secondary_tile_grid div#row .cell.threecol.nodesc {
                height: 250px;
            }

        #secondary_tile_grid div#row .cell.fourcol {
            width: 265px;
            height: 295px;
        }

            #secondary_tile_grid div#row .cell.fourcol.nodesc {
                height: 200px;
            }

        #secondary_tile_grid div#row .cell.first {
            margin-left: 0;
        }

    #secondary_tile_grid.page div#row .cell.twocol {
        width: 285px;
        height: 301px;
    }

    #secondary_tile_grid.page div#row .cell.threecol {
        width: 183px;
        height: 193px;
    }

    #secondary_tile_grid.page div#row .cell.twocol.nodesc {
        height: 220px;
    }

    #secondary_tile_grid.page div#row .cell.threecol.nodesc {
        height: 165px;
    }

    #secondary_tile_grid.page div#row .cell h3 {
        font-size: 15px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 3px 0;
    }

    #secondary_tile_grid.page div#row .cell p {
        font-size: 13px;
    }

    #secondary_tile_grid div#row .cell.default {
        border-bottom: 2px solid #002b54;
        margin-bottom: 20px;
    }
	
	.about_us_cell {
		margin-bottom: 20px;
	}
	
	.about_us_cell h3 {
		border-bottom: 2px solid #002b54;
		padding-bottom: 10px;
	}

	.career_cell {
		position: relative;
		margin-bottom: 10px;
	}
	.internship_cell {
		position: relative;
		min-height: 350px;
		margin-bottom: 10px;
	}
@media only screen and (min-width: 601px) {
    #secondary_tile_grid div#row .cell.default {
        min-height: 350px;
    }
	
	.career_cell {
		min-height: 190px;
	}
}

#secondary_tile_grid div#row .cell.take_action {
    position: relative;
    min-height: 205px;
    margin-bottom: 20px;
}

#secondary_tile_grid div#row .cell.centralflorida,
#secondary_tile_grid div#row .cell.cmc {
    border-bottom: 2px solid #FFD100;
}

#secondary_tile_grid div#row .cell.eastflorida,
#secondary_tile_grid div#row .cell.seniorleader {
    border-bottom: 2px solid #BB7726;
}

#secondary_tile_grid div#row .cell.mid-america {
    border-bottom: 2px solid #614776;
}

#secondary_tile_grid div#row .cell.midwest {
    border-bottom: 2px solid #085156;
}

#secondary_tile_grid div#row .cell.rockymountain {
    border-bottom: 2px solid #002B54;
}

#secondary_tile_grid div#row .cell.southeast {
    border-bottom: 2px solid #42683C;
}

#secondary_tile_grid div#row .cell.southwest {
    border-bottom: 2px solid #83282D;
}

#secondary_tile_grid div#row .cell.westflorida {
    border-bottom: 2px solid #F7A800;
}

#secondary_tile_grid div#row .cell.other {
    border-bottom: 2px solid #288DC1;
}

/*////NEWS PAGE STYLES////*/
#secondary_top_container_outer {
    height: auto;
    margin: 20px auto 0 auto;
    overflow: visible;
}

    #secondary_top_container_outer.about {
        background-color: #ffdba2;
    }

    #secondary_top_container_outer.locations {
        background-color: #F7D5D0;
    }

    #secondary_top_container_outer.community {
        /*min-height:200px;*/
        background-color: #A091AD;
        color: #fff;
    }

    #secondary_top_container_outer.careers, #secondary_bottom_container_outer.careers {
        background-color: #59799D;
        color: #fff;
    }

    #secondary_top_container_outer.news, #secondary_bottom_container_outer.news {
        background-color: #C8DBEC;
    }

#secondary_top_container_inner {
    max-width: 1120px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 38px;
}

    #secondary_top_container_inner h2, #secondary_middle_column h2, #secondary_bottom_container_inner h2 {
        color: #288dc1;
        font-weight: normal;
        margin: 0;
        padding: 38px 0 20px 0;
    }

    #secondary_top_container_inner h3 {
        font-weight: normal;
        margin: 0;
        padding: 20px 0 0 0;
    }

    #secondary_top_container_inner p {
        font-size: 16px;
        line-height: 160%;
        padding: 0 0 38px 0;
    }

#secondary_middle_column h3 {
    padding: 0;
    margin: 0;
}

#news_recent_item {
    width: 265px;
    height: 375px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 3px solid #288dc1;
}

    #news_recent_item.first {
        margin-left: 0;
    }

.thumbnail {
    width: 100%;
}

.recent_headline {
	margin-bottom: 10px;
	position: relative;
	min-height: 420px;
}

@media only screen and (max-width: 1119px) {
    .recent_headline {
        min-height: 450px;
    }
	
	#home_feature_container,
#home_feature,
#secondary_img_container,
#secondary_img,
#home_feature_img_test,
#home_feature_text_test {
    margin-bottom:-4px;
}
}

@media only screen and (max-width: 600px) {
	.recent_headline {
		min-height: 0;
	}
}

#news_more_btn {
    width: 100%;
    clear: both;
    text-align: center;
}

#secondary_middle_container {
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 38px 0;
}

#secondary_middle_aboutonly {
    background: url(/img/aboutlocations.jpg) 0 0;
    background-repeat: no-repeat;
    height: 362px;
    margin: 20px 0 20px 0;
}

#secondary_middle_aboutonly_text {
    /*width: 450px;*/
    padding: 20px 20px 0 20px;
}

#secondary_middle_aboutonly p {
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}

#secondary_middle_column {
    float: left;
    overflow: hidden;
}

    #secondary_top_container_inner a h3, #secondary_middle_column a h3 {
        font-weight: bold;
        color: #002b54;
    }

    #secondary_middle_column.left {
        margin-right: 10px;
    }

    #secondary_middle_column.right {
        margin-left: 10px;
    }

#news_other_item {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #288dc1;
    overflow: hidden;
}

    #news_other_item h3 {
        margin: 0;
        padding: 0;
        font-weight: bold;
        color: #002b54;
        font-size: 1.17em;
    }

    #news_other_item p {
        margin: 0;
        padding: 0;
        font-size: 13px;
    }

    #news_other_item img {
        margin: 0;
        padding: 5px;
        width: 60px;
        height: 60px;
    }

    #news_other_item .container {
        clear: both;
    }

    #news_other_item .thumbnail {
        height: auto;
        width: 60px;
        float: left;
    }

    #news_other_item .article_link {
        width: 85%;
        height: auto;
        float: left;
        margin-left: 20px;
    }
    /*
#news_other_item:hover{
	border-bottom:3px solid #ffcf00;
}
*/
    #secondary_top_container_inner a h2:hover,
    #secondary_top_container_inner a h3:hover,
    #secondary_middle_container a h2:hover,
    #secondary_middle_container a h3:hover,
    #news_recent_item a:hover,
    #news_other_item a:hover,
    #news_more_btn a:hover {
        color: #ffcf00;
    }
	
	@media only screen and (max-width: 600px) {
		#secondary_middle_container h1 {
			padding: 0 15px;
		}
	}

    #news_other_item p.source {
        font-size: 0.9em;
        font-weight: bold;
    }
	

	.location_cell,
	.video_cell{
		min-height: 320px;
		margin-bottom: 10px;
		position: relative;
	}
	
	.location_cell hr,
	.recent_headline hr,
	.career_cell hr,
	.internship_cell hr,
	.community_cell hr,
	.video_cell hr,
	#home_news hr,
	#secondary_tile_grid div#row .cell.take_action hr{
		position: absolute;
		bottom: -6px;
		left: 11px;
		width: 94%;
		height: 2px;
		color: #002b54;
		background-color: #002b54;
		border: 0;
	}
	
	@media only screen and (max-width: 600px) {
		#secondary_tile_grid div#row .cell.take_action hr {
			width: 85%;
		}
	}
	
	#home_news hr {
		background-color: #288dc1;
		color: #288dc1;
		height: 3px;
	}
	
	.recent_headline hr {
		color: #288dc1;
		background-color: #288dc1;
		height: 3px;
	}


#secondary_bottom_container_outer {
    height: auto;
    min-height: 250px;
    overflow: hidden;
}

    #secondary_bottom_container_outer.careers {
        height: auto;
        min-height: 0px;
        overflow: hidden;
    }

#secondary_bottom_container_inner {
    max-width: 1120px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 75px;
}

    #secondary_bottom_container_inner ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #secondary_bottom_container_inner li {
        float: left;
        width: 360px;
        height: 75px;
        margin-left: 20px;
        background-color: #fff;
    }

        #secondary_bottom_container_inner li.first {
            margin-left: 0;
        }

.community_cell {
	min-height: 405px;
	position: relative;
	margin-bottom: 10px;
}
/*//////////ANNUAL REPORT STYLES///////////*/
#ar_wrapper {
    width: 100%;
    height: 100%;
    
    margin: 0 0 75px 0;
}

#ar_divider {
    background-color: #FFE4B9;
    width: 100%;
    height: 144px;
    margin-bottom: 20px;
    display: table;
}

#ar_divider_textwrap {
    display: table-cell;
    vertical-align: middle;
}

#ar_divider h3 {
    color: #002B54;
    text-align: center;
    margin: 0;
    padding: 0;
}

#ar_divider h4 {
    color: #288DC1;
    text-align: center;
    margin: 0;
    padding: 0;
    font-style: italic;
}

#ar_table {
    font-size: 14px;
	min-width: 500px;
	overflow-x: scroll;
}

#ar_community_table {
	font-size: 14px;
	overflow: hidden;
}

.ar_table_wrapper {
	overflow-x: scroll;
}

#ar_row {
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
    color: #8D847A;
    line-height: 150%;
}

    #ar_row.header {
        font-weight: bold;
        color: #002B54;
    }

    #ar_row.pad {
        padding-top: 15px;
    }

    #ar_row p {
        color: #002b54;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    #ar_row.footnote p {
        color: #8D847A;
        font-size: 80%;
        /*font-style:italic;*/
    }

#ar_cell {
    position: relative;
    width: 15%;
    float: left;
    text-align: right;
    /*border:1px dashed red; */
}

    #ar_cell.first {
        text-align: left;
        width: 40%;
    }

    #ar_cell.twocol {
        width: 30%;
        font-weight: bold;
        color: #002b54;
    }

    #ar_cell.first.twocol {
        width: 70%;
        font-weight: normal;
    }

        #ar_cell.first.twocol.indent {
            padding-left: 5%;
        }

    #ar_cell span.footnote {
        color: #002b54;
        font-weight: strong;
        vertical-align: super;
        font-size: 9px;
    }

    #ar_cell.bottom {
        display: table-cell;
        vertical-align: bottom;
        height: 84px;
        border: 1px dashed red;
    }

#secondary_graphs {
}

    #secondary_graphs img.graph {
        width: 265px;
        height: 149px;
        border: 3px solid #e7e7e7;
        margin: 0 26px 40px 0;
        padding: 0;
        float: left;
    }

    #secondary_graphs a {
        width: 271px;
        height: 155px;
        border: 3px solid #e7e7e7;
        margin: 0 6px 20px 6px;
        padding: 0;
        float: left;
        text-indent: -9999px;
    }

        #secondary_graphs a.operating {
            background: url(/img/graphs/totaloperating.jpg);
        }

        #secondary_graphs a.income {
            background: url(/img/graphs/netincome.jpg);
        }

        #secondary_graphs a.dayscash {
            background: url(/img/graphs/dayscash.jpg);
        }

        #secondary_graphs a.assets {
            background: url(/img/graphs/totalassets.jpg);
        }

        #secondary_graphs a.debtcap {
            background: url(/img/graphs/debtcapitalization.jpg);
        }

        #secondary_graphs a.hospadm {
            background: url(/img/graphs/hospitaladmissions.jpg);
        }

        #secondary_graphs a:hover {
            background-position: 0 149px;
        }

/*////////END ANNUAL REPORT STYLES/////////*/

/*//////////CAREERS STYLES///////////*/
#req_row {
    display: block;
    width: 100%;
    overflow: auto;
}

    #req_row.full {
        margin: 20px 0 20px 0;
    }

    #req_row.half {
        margin: 15px 0 15px 0;
    }

    #req_row.none {
        margin: 0;
    }

#req_cell.left {
    width: 160px;
    text-align: right;
    font-weight: bold;
    float: left;
    padding-right: 20px;
}

#req_cell.right {
    width: 200px;
    text-align: left;
    font-weight: normal;
    float: left;
}
#req_cell.centre {
    width: 100%;
    text-align: center!important;
    font-weight: bold;
    float: left;
}
h2.infobox {
    margin-top: -65px;
}

#infobox {
    width:106%;
    height: 100%;
    background-color: #C8DBEC;
}

#ld_contact_info {
    margin: 20px;
}

    #ld_contact_info h3 {
        margin: 0;
        padding: 0;
    }
/*////////END CAREERS STYLES/////////*/

/*//////////FORM STYLES///////////*/
#form_row {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#form_cell {
    height: 100%;
    float: left;
    padding: 10px 36px 10px 0;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    #form_cell.onecol {
        width: 33.3%;
    }

    #form_cell.twocol {
        width: 66.6%;
    }

    #form_cell.threecol {
        width: 99.9%;
    }

    #form_cell.sect_head {
        padding-right: 0px;
    }

form input.date {
    -webkit-appearance: none;
}

form input.text, form textarea, form select,
form input.number,
form input.email,
form input.date,
form input.tel,
::-webkit-datetime-edit-text {
    width: 100%;
    padding: 5px;
}

::-webkit-inner-spin-button {
    display: none;
}

form input.text,
form input.number,
form input.email,
form input.date,
form input.tel {
    height: 30px;
}

form textarea {
    height: 80px;
}

label {
    font-weight: bold;
}

form h2 {
    margin: 0;
    padding: 0;
}

#form_cell .vertical-top {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*##################### Added By Web Team for responsive design ######################*/

.banner_image {
    width: 100%;
    max-height:584px;
}



#home_news img {
	width: 100%;
}

@media only screen and (max-width: 601px) {
    #feature_logo, #secondary_logo {
        top: -20px;
    }
	
	#secondary_video>div{
		height:200px !important;
	}
	

    #feature_text, #home_feature_text_test {
        width: 100%;
        height: 220px;
		padding-right:15px;
    }

    #feature_text, #home_feature_text_test {
        position: inherit;
        font-size: 1.2rem;
        font-family: inherit;
        font-style: normal;
        background-color: #fff;
        color: #000;
        line-height: 2rem;
        margin: 0px auto;

		font-style: italic;
		font-family: serif;
    }
	
	#feature_text p {
		position: relative;
		padding:0 0 0 12%;
		margin-bottom:10px;
	}
  
	
  p.home_text {
	  font-size: 1.3em;
	}
	
	#home_locations p{
		font-size: 1.5em !important;
	}
	/***Changes the color of the font color on careers CTA on homepage**/
	#home_careers p {
		color:#fff;
	}
	/**END**/
	/**span#home_icon.suppliers, span#home_icon.news {
		line-height: 1.2em;
	}
	**/
	span#home_icon.news {
		font-size: .9em;
	}
	span#home_icon.videos {
	  font-size: .95em;
	}
	#home_about {
		background-image:none;
		background: #fdf6e5; /* Old browsers */
		background: -moz-linear-gradient(top,  #fdf6e5 0%, #fcfcfc 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf6e5), color-stop

(100%,#fcfcfc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fdf6e5 0%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fdf6e5 0%,#fcfcfc 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fdf6e5 0%,#fcfcfc 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fdf6e5 0%,#fcfcfc 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf6e5', 

endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	}
    #home_feature_container, #secondary_img_container {
        margin: 0px auto;
    }

    #home_locations {
        background-position: right top;
    }
	
	#home_locations:hover {
        background-position: right -195px;
    }

    #home_careers {
        background-position: right top;
        padding: 0px 0px;
    }
	
	#home_careers:hover {
		background-position: right -196px;
	}

    #home_videos {
        background-position: right top;
    }
	
	#home_videos:hover {
	  background-position: right -78px;
	}

    #home_suppliers {
        background-position: right top;
    }
	
	#home_videos:hover {
	  background-position: right -78px;
	}
	/**Middle text area on interior pages**/
	#secondary_top_container_inner h2, #secondary_middle_column h2, #secondary_bottom_container_inner h2, 

#secondary_top_container_inner p {
	  font-size: 1.1em;
	}
	/**END**/
}

.mobile_menu_column {
    font-size: 1.2rem;
    background-color: #FDF3EB;
}

    .mobile_menu_column ul {
        margin: 0px;
    }

        .mobile_menu_column ul li {
            font-size: 1rem;
            padding: 10px 15px;
        }

            .mobile_menu_column ul li a {
                color: #000;
            }

    .mobile_menu_column > span {
        padding: 15px;
        width: 100%;
        display: block;
    }

    .mobile_menu_column a {
        color: #FFF;
    }

.column_2 {
    background-color: #F7AE3E;
}

#list_2 li {
    border-bottom: 1px #F7AE3E solid;
    color: #F7AE3E;
}

.column_3 {
    background-color: #FF5F58;
}

#list_3 li {
    border-bottom: 1px #FF5F58 solid;
    color: #FF5F58;
}

.column_4 {
    background-color: #754FA6;
}

#list_4 li {
    border-bottom: 1px #754FA6 solid;
    color: #754FA6;
}

.column_5 {
    background-color: #288DC1;
}

#list_5 li {
    border-bottom: 1px #288DC1 solid;
    color: #288DC1;
}

.column_6 {
    background-color: #5197C5;
}

#list_6 li {
    border-bottom: 1px #5197C5 solid;
    color: #5197C5;
}

.mobile_menu_expand {
    float: right;
    font-size: 2rem;
    line-height: 1rem;
    color: #fff;
}

.mobile_to_page {
    float: right;
    font-size: 1rem;
    line-height: 1rem;
}

.mobile_menu_icon {
    float: right;
    padding: 8px 15px;
}

.mobile_header {
    font-size: 1rem;
	height: 38px;
	background-color: #D8D7D5;
}

.mobile_logo{
	width: 230px;
	padding: 8px 15px;
	float: left;
	background-color:#002B54;
}

.mobile_logo a{
	color:#fff;
}

.angle_bg{
  float: left;
  width: 20px;
  height: 38px;
  background-image: url('/img/secondary_ribbon_slant.png');
  background-repeat: no-repeat;
}

#secondary_video>div, #secondary_main_text_container>div{
	max-width:1120px !important;
	width:100% !important;
}

.mobile-footer{
  width: 100%;
  /* margin: 20px auto; */
  display: block;
  text-align: center;
  margin-top: 70px;}


/*////////END FORM STYLES/////////*/


.container #mobile_menu_container_outer{
margin-left:-1.5rem;
margin-right:-1.5rem;
}
