html, body {
    width: 100%;
    height: 100%;
    background-color: white;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

div#main_content {
    height: auto;
    width: 95%;
    max-width: 1096px;
    margin: 0 auto;
}

div.center {
    width: 95%;
    max-width: 1096px;
    margin: 0 auto;
}

div#main_content h1 { font-family: 'Raleway', sans-serif; font-size: 38px; color: #3771bd; padding-bottom: 10px; text-transform: none; font-weight: 400; text-align: left; }
div.h1_underline { width: 40%; border-bottom: 1px solid lightgray; margin-top: 5px; }
div#main_content h2 { font-family: 'Raleway', sans-serif; font-size: 22px; color: #333; margin-top: 50px; font-weight: 500; }
div#main_content h3 { font-family: 'Raleway', sans-serif; font-size: 18px; margin-top: 25px; color: #333; font-weight: 500; }
div#main_content h4 { font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 500; }
div#main_content p, div#main_content li { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.6em; margin: 2em 0; font-weight: 400; color: #222; line-height: 1.7em; }
div#main_content li { margin: 1em 0; }
a { color: dodgerblue; text-decoration: none; }
a:hover { color: lightskyblue; text-decoration: underline; cursor: pointer; }
.right-pointer { opacity: 0.5; }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

img { image-rendering: auto; }

div#website_snippet {
    margin: 50px auto;
    margin-bottom: 80px;
    width: 80%;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding: 0 30px;
}

div#website_snippet p {
    margin: 2em 0;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

div#website_snippet h2 {
    margin-top: 35px;
}

div#website_snippet a.largeButton {
    float: right;
    margin-top: 50px;
}

ol li {
    padding-left: 20px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

img.inline {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

/* For placeholder text */
p.tentative {
    /*background-color: yellow;*/
    text-transform: uppercase;
    font-weight: bold;
    color: firebrick;
}

img.inline:hover {
    border: 3px solid lightgray;
    margin-left: 17px;
    margin-bottom: 17px;
    margin-top: -3px;
    margin-right: -3px;
    cursor: pointer;
}

p.blog_entry_date {
    font-size: 11px;
    color: #555;
    margin-bottom: 30px;
}

/*header {
    width: 100%;
    background-color: lightgray;
    margin-bottom: 50px;
}*/

#header_margin {
    margin-top: 120px;
}

header {
    width: 100%;
    background-color: #22436e;
    height: 70px;
    position: fixed;
    z-index: 100;
    opacity: 0.95;
}

.website_logo {
    font-family: 'PT Serif', Arial;
    font-size: 40px;
    color: white;
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
    padding: 20px 0 30px;
    text-shadow: 0 0 2px black;
    white-space: nowrap;
}

.website_logo:hover {
    text-decoration: none;
	color: white;
}

div#header_center {
    width: 95%;
    max-width: 1096px;
    margin: 0 auto;
}

div#header_top {
    height: 100px;
    background-color: #efefef;
}

div.header_float {
    float: left;
    margin-left: 30px;
}

p#top_header_font {
    font-size: 30px;
    font-weight: bold;
    color: black;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    margin-top: 14px;
}

p#sub_header_font {
    font-size: 20px;
    color: black;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

header img {
    margin-right: 10px;
    vertical-align: top;
    margin-top: -5px;
}

/* NAVIGATION BAR */

nav {
    width: 100%;
    float: right;
    height: 70px;
    background-color: #22436e; /* #3771bd */
    padding-top: 0;
    box-shadow: 1px 1px 2px #999;
    /*border-bottom: 2px solid #0c507d;*/
}

nav ul {
    list-style: none;
    margin: 0;
    margin-left: 260px;
    padding-left: 0;
    height: 32px;
}

nav li {
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    padding-bottom: 13px;
    padding-top: 25px;
    margin: 0 !important;
    font-weight: normal;
    height: 100%;
    font-size: 16px;
}

nav li:last-child {
    margin-right: 10px;
}

nav li:hover {
    cursor: pointer;
    background-color: #223557;
    border-bottom: 3px solid #3771bd;
    padding-bottom: 10px;
}

nav > a {
    text-decoration: none;
    color: white;
}

nav > a:hover {
    text-decoration: none;
    color: white;
}

nav .contact_us {
    float: right;
    height: 100%;
}

img#tracyLogo {
    margin-top: 12px;
    float: left;
}

.dropdownContainer {
    position: relative;
    display: block;
}

.dropdownContainer:hover .collapsibleDropdownMenu {
    display: inline-block;
}

li.collapsibleDropdown {
    position: relative;
    height: 33px;
}

li.collapsibleDropdown > a {
    color: white;
}

li.collapsibleDropdown > a:hover {
    text-decoration: none;
}

ul.collapsibleDropdownMenu {
    display: none;
    position: absolute;
    z-index: 100;
    min-width: 300px;
    margin-left: 0;
    top: 70px;
    left: 0;
    width: auto;
}

ul.collapsibleDropdownMenu li {
    background-color: #222;
    float: none;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    text-transform: none;
    padding: 0 !important;
    height: auto;
}

ul.collapsibleDropdownMenu li:hover {
    background-color: rgb(34, 67, 110);
    border-bottom: none;
}

ul.collapsibleDropdownMenu a {
    display: block;
    color: white;
    padding: 12px 10px !important;
    width: 100%;
    height: 100%;
}

ul.collapsibleDropdownMenu a:hover {
    text-decoration: none;
}

.pageControls {
    text-align: right !important;
    margin-top: -55px !important;
}

nav .headerAddon {
    width: 100%;
    height: 40px;
    background-color: white;
}

nav .headerAddon p {
    margin: 0;
    padding: 10px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.07em;
    color: #111;
}

.wide {
    width: 100%;
    min-height: 200px;
    height: auto;
    background-color: aqua;
    padding: 10px 0;
    box-sizing: border-box;
}

.wide h2 {
    margin: 0;
}

.dark h2 {
    color: white !important;
}

.dark p {
    color: white;
}

/* CALL TO ACTION SIDEBAR */
.main_container_inner {
    box-sizing: border-box;
    width: 69%;
}

aside#cta_container {
    float: right;
    width: 28%;
    background-color: #eee;
    margin-left: 30px;
    padding: 20px;
    box-sizing: border-box;
}

aside#cta_container h2 {
    color: #333;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    font-size: 24px;
}

aside#cta_container p {
	margin: 0;
}

aside#cta_container .phone {
    float: none;
    text-align: center;
    margin-bottom: 20px !important;
    margin-left: -10px !important;
}

aside#cta_container .phoneIcon {
	width: 20px;
    margin-bottom: -4px;
}

aside#cta_container .slideshowButton {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 0;
}

aside#cta_container .phone_item {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    margin: 20px 0 !important;
    margin-left: -10px !important;
}

aside#cta_container .phone_item img {
    margin-bottom: -5px;
    margin-right: 10px;
    width: 20px;
}

/* SLIDESHOW */

div#slideshow {
    position: relative;
    margin-top: -50px;
    margin-bottom: 30px;
    height: 400px;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background-color: white;
}

img.slideshowArrow {
    position: absolute;
    transition: 0.3s ease;
    opacity: 0.8;
    top: 35%;
    bottom: 0;
    height: 25%;
    max-height: 100px;
    user-select: none;
}

a.slideshowItem {
    height: 400px;
    display: block;
    margin: 0 auto !important;
    position: absolute;
    width: 100%;
    background-color: #22436e;
}

a.slideshowItem img {
    padding: 0;
    min-width: 100%;
    opacity: 0.8;
}

.slideshowItemDetails {
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    font-family: 'Open Sans', sans-serif;
    color: white;
    box-sizing: border-box;
    line-height: 100%;
    text-shadow: 0px 0px 3px #222;
    text-align: center;
}

.slideshowItemDetails h2 {
    line-height: 1.3em;
    font-size: 28px;
}

.slideshowItemDetails p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.3em;
}

.slideshowItemDetails p:first-of-type {
    display: none;
}

.slideshowItemDetails hr {
    border: none;
    text-align: center;
    margin: 0 auto;
    width: 40%;
}

.slideshowItemDetails > span {
    width: 100%;
}

.slideshowItemDetails > span > span {
    padding: 0 50px;
}

.slideshowButton {
    background-color: rgb(181, 154, 103);
    padding: 5px 10px;
    transition: 0.1s ease;
    display: inline-block;
    text-shadow: none;
    box-shadow: 0px 0px 2px black;
    color: white;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    border-radius: 2px;
}

.slideshowButton:hover {
    transition: 0.1s ease;
    background-color: rgb(188, 162, 111);
    text-decoration: none;
    color: white;
}

p.slideshowButton {
    padding: 5px 30px;
}

img.slideshowArrow:hover {
    cursor: pointer;
    filter: brightness(150%);
    transition: 0.3s ease;
    opacity: 1.0;
}

img#slideshowLeft {
    left: 0;
}

img#slideshowRight {
    right: 0;
}

div#slideshowLeftContainer, div#slideshowRightContainer {
    position: absolute;
    width: 3.5%;
    min-width: 60px;
    transition: 0.3s ease width;
    background-color: black;
    opacity: 0.3;
    z-index: 1;
    top: 0;
    bottom: 0;
    height: 99%;
}

div#slideshowLeftContainer {
    left: 0;
}

div#slideshowRightContainer {
    right: 0;
}

div#slideshowLeftContainer:hover, div#slideshowRightContainer:hover {
    width: 70px;
    transition: 0.3s ease;
    opacity: 0.5;
    cursor: pointer;
}

div#slideshowTracker {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    margin-left: -25px;
    bottom: 5px;
    opacity: 0.5;
    width: auto;
    z-index: 5;
    transition: 0.3s ease;
    text-align: center;
    display: none !important;
}

div#slideshowTracker:hover {
    opacity: 0.7;
    transition: 0.3s ease;
}

div#slideshowTracker .slideshowNode {
    width: 15px;
}

a.slider_buttons {
    position: absolute;
}

a.slideshowLinks {
    position: absolute;
    z-index: 1;
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0px 0px 4px black;
    font-size: 20px;
    bottom: 30%;
    transition: 0.2s ease;
}

a.slideshowLinks:hover {
    text-decoration: underline;
    cursor: pointer;
    transition: 0.2s ease;
}

.slideshowBar {
    background-color: #22436e;
    border-bottom: 1px solid lightgray;
    padding: 24px 0 15px 0;
    width: 100%;
    margin-top: -38px;
    text-align: center;
    /*margin-bottom: 40px;*/
    color: white;
}

.slideshowBarLink {
    color: white;
}

.slideshowBarLink:hover {
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.slideshowBar p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
}

sidebar {
    float: right;
    margin-left: 50px;
    width: 260px;
    height: auto;
    background-color: whitesmoke;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}

sidebar a {
    text-decoration: none;
}

sidebar a:hover li {
    text-decoration: none;
    color: white;
}

sidebar p {
    text-align: left;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

sidebar ul {
    list-style: circle;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-align: left;
}

a.smallButton {
    background-color: #3771bd;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 5px 10px;
    max-width: 280px;
    transition: 0.1s ease;
    margin-left: 20px;
    display: inline;
    text-align: center;
    white-space: nowrap;
}

a.smallButton:hover {
    background-color: dodgerblue;
    border: 1px solid ##3771bd;
    cursor: pointer;
    transition: 0.1s ease;
    text-decoration: none;
}

a.largeButton {
    display: block;
    background-color: #3771bd;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 12px 0px;
    padding-left: 20px;
    width: 280px;
    height: auto;
    margin-bottom: 5px;
    transition: 0.1s ease;
}

a.disabled {
    background-color: #bbb;
}

a.disabled:hover {
    cursor: default !important;
    background-color: #bbb !important;
}

a.largeButton:hover {
    background-color: dodgerblue;
    cursor:pointer;
    transition: 0.1s ease;
    text-decoration: none;
}

a.largeButton img.arrow_icon {
    float: right;
    width: 24px;
    margin-right: 10px;
}

footer {
    width: 100%;
    height: auto;
    /*border-top: 1px solid #888;*/
    background-color: #22436e;
    margin-top: 40px;
}

footer hr {
    background-color: #ccc;
}

footer img {
    margin: 10px 0;
    margin-right: 30px;
    height: 50px;
}

footer #footer_map {
    float: right;
    max-width: none;
    height: 128px !important;
    width: auto !important;
    margin-right: 0;
    margin-left: 20px;
    margin-top: -10px;
}

div#footer_center {
    margin: 0 auto;
    margin-top: -2px;
    max-width: 1096px;
    width: 95%;
    position: relative;
    /*border-top: 3px solid #3771bd;*/
}

div#footer_top {
    width: 100%;
    height: 110px;
}

div#footer_top ul {
    list-style: none;
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    color: white;
    padding-left: 0;
    margin-bottom: 10px;
    float: left;
    margin-right: 100px;
    padding-top: 5px;
}

div#footer_top li {
    padding-bottom: 5px;
}

div#footer_top li:hover {
    cursor: pointer;
    color: white;
}

div#footer_top a {
    color: white;
}

div#footer_top a:hover {
    color: darkgray;
    text-decoration: none;
}

div#footer_bottom {
    background-color: #153154;
    width: 100%;
    margin-top: 10px;
}

div#contact_info {
    float: right;
    margin-top: 0;
    padding-top: 5px;
}

div#contact_info p {
    text-align: right;
    margin: 3px;
    color: white;
    font-size: 14px;
}

div#contact_info p:first-child {
    font-size: 18px;
}

div#blogFeed {
    float: right;
    width: 45%;
    margin-top: 10px;
    padding: 0;
}

div#blogFeed h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
}

div#blogFeedInside {
    width: 98%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 400px;
    overflow-y: scroll;
}

div#blogFeedInside p {
    margin: 15px;
    margin-left: 20px;
}

div#blogFeedInside hr {
    margin: 0;
    width: 100%;
}

div.blogFeedItem {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

div.blogFeedItem:hover {
    background-color: #f9f9f9;
}

div.blogFeedItem h5, div.blogFeedItem p {
    font-weight: 100;
    font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
    margin: 0;
}

div.blogFeedItem h5 {
    font-size: 18px;
    font-weight: 400;
    white-space: pre-wrap;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0;
    color: black;
}

div.blogFeedItem h5:hover {
    color: dodgerblue;
}

p.blogFeedDate {
    color: #999;
    font-size: 10px;
    padding: 0;
    margin: 5px 0 0 0 !important;
}

footer p {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #8899ad;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table thead {
    background-color: #ddd;
    font-weight: bold;
}

table td {
    border-bottom: 1px solid lightgray;
    font-family: 'Open Sans', sans-serif;
    font-weight: 14px;
    padding: 5px 20px;
}

table#team img {
    margin: 20px 0;
}

iframe#map {
    margin-top: 10px;
}

hr {
    width: 90%;
    color: darkgray;
    margin: 15px auto;
    height: 1px;
    background-color: #ddd;
    border: 0;
}

ol {
    padding: 0;
    margin: 0;
}

ol h2 {
    margin: 0;
    padding: 0;
}

ol p {
    margin-bottom: 0;
}

div.warningBox {
    border-radius: 5px;
    border: 1px solid #2e7ac0;
    background-color: #c1d7ec;
    padding: 0 30px;
    margin: 20px auto;
    color: #2e7ac0;
}

img.wideImage {
    width: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

img.collapsibleArrow {
    margin-bottom: 0px;
    margin-right: 10px;
}

div.collapsible {
    transition: 0.3s ease;
    height: auto;
}

div.collapsible:hover {
    cursor: pointer;
    transition: 0.3s ease;
    background-color: #eef6fe;
}

img.inline_icon {
    margin-right: 10px;
    margin-left: 5px;
    margin-bottom: -5px;
}

div.eventWidget {
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: 30px;
    float: right;
    width: 300px;
}

div.eventWidgetMobile { display: none; }

.boxedDropdown {
    border: 2px solid #3771bd;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.boxedDropdown h3 {
    display: block;
    margin: 0 !important;
    padding: 10px 15px;
    background-color: #3771bd;
    color: white;
    width: auto;
}
.boxedDropdown h3:hover {
    cursor: pointer;
}

.boxedDropdown h3 > img{
    float: right;
    width: 20px;
    user-select: none;
}

.boxedDropdown p {
    margin: 15px 20px !important;
}

#focusCover {
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 50;
    display: none;
}

.responsiveImage {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
    height: 200px;
}

#legal_links {
    position: absolute;
    right: 0;
    bottom: 0;
}

#legal_links a {
	color: #ddd;
	font-size: 14px;
}

#logos {
    background-color: #eee;
    padding: 10px 30px;
    width: min-content;
    white-space: nowrap;
    float: left;
}

/* MOBILE MEDIA CSS */

@media only screen and (max-width: 1060px) {
    footer #footer_map {
        display: none;
    }
	
	nav a.desktopOnly {
        display: none;
    }
    
    nav li.collapsibleDropdownCombined {
        display: block;
    }
    
    div#website_snippet {
        display: none;
    }
    
    nav ul.collapsibleDropdownMenu li {
        text-align: left;
    }
    
    nav li.collapsibleDropdownCombined {
        float: right;
    }
    
    nav li, li.collapsibleDropdownSeparate {
        display: none !important;
    }
    
    nav li.collapsibleDropdownCombined {
        display: block !important;
    }
    
    nav li.collapsibleDropdownCombined li {
        display: block !important;
    }
    
    ul.collapsibleDropdownMenu {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 970px) {
    
    header p#dynamicHeaderMessage span {
        display: none;
    }
    
    .slideshowItem {
        background-color: #22436e;
    }
    
    .slideshowItem img {
        opacity: 0.4;
    }
    
    .slideshowItemDetails hr {
        margin: 0 auto;
    }
    
    div.main_container_inner {
        width: 100%;
        max-width: none;
    }
    
    aside#cta_container {
        display: none;
    }
    
    h1 {
        text-align: center !important;
    }
    
    div.h1_underline {
        margin: 0 auto;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 820px) {
    footer ul {
        display: none;
    }
    
    div#contact_info {
        float: none;
    }
    
    div#contact_info p {
        text-align: center;
    }
    
}

@media only screen and (max-width: 750px) {    
    
    .pageControls {
        margin: 20px 0 !important;
        text-align: left !important;
    }
}

@media only screen and (max-width: 701px) {
    .largeButton {
        display: none !important;
        user-select: none;
    }
    
    .smallButton {
        display: block !important;
        margin: 20px auto !important;
        user-select: none;
    }
    
    .twitter-timeline, #blogFeed {
        float: left !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    #blogFeed {
        margin-left: 1% !important;
        margin-top: 40px !important;
    }
    
    footer img {
        height: 40px;
    }
    
    #slideshow {
        height: 200px !important;
    }
    
    #slideshowLeftContainer, #slideshowRightContainer {
        display: none !important;
    }
    
    div.eventWidget {
        display: none;
    }
    
    div.eventWidgetMobile {
        display: block;
    }
    
    table#team { width: 100%; border: none; }
    table#team td {
        float: left;
        width: 90%;
    }
    
    .slideshowItemDetails > span > span {
        padding: 10px;
    }
	
	.website_logo, .website_logo span {
        top: 15%;
		font-size: 18px !important;
	}

    #footer_center {
        margin: 0 !important;
    }
	
	#logos {
		margin: 0 auto;
		text-align: center;
        width: 100%;
        float: none;
        margin-bottom: 50px;
	}
	
	#legal_links {
		text-align: center;
	}
	
	ol {
		list-style-position: inside;
	}
    
    .slideshowItemDetails {
        bottom: 45%;
    }
    
    .slideshowItemDetails h2 {
        font-size: 10px !important;
    }
}