﻿@font-face {
    font-family:'Bitter Bold';
    src: url('Fonts/Bitter-Bold.ttf');
}
@font-face {
    font-family:'Proxima Nova Cond';
    src:url('Fonts/proximanovacond-semibold-webfont.ttf');
}
@font-face {
    font-family:'Proxima Nova Semibold';
    src:url('Fonts/proximanova-semibold-webfont.ttf');
}
@font-face {
    font-family:'Proxima Nova';
    src:url('Fonts/proximanova-regular-webfont.ttf');
}

body {
    padding-bottom:30px;
}

.outsideSection {
    width:0%
}
table, td, div {
    box-sizing:border-box;
}
.HomeHeaderText {
    /*text-shadow:   1px 0px #555, 0px 1px #0083c4,
               2px 1px #555, 1px 2px #0083c4,
               3px 2px #555, 2px 3px #0083c4,
               4px 3px #555, 3px 4px #0083c4,
               5px 4px #555, 4px 5px #0083c4,
               6px 5px #555, 5px 6px #0083c4,
               7px 6px #555, 6px 7px #0083c4,
               8px 7px #555, 7px 8px #0083c4,
               5px 5px #555;*/
}

.contentSection {
    width:100%;
    vertical-align:top;
    min-height:500px;
   
}
.ProfileImageLink:hover {
    cursor:pointer;
    font-size:24px;
    color:#ffffff;
    text-decoration-color:#ffffff;
}
.ProfileImageLink, .ProfileImageLink:link, .ProfileImageLink:visited {
    font-size:24px;
    color:white;
}
.ProfileImageLinkTeam, .ProfileImageLinkTeam:link, .ProfileImageLinkTeam:visited {
    font-size:24px;
    color:#0a0f22;
}
.ProfileImageLinkTeam:hover {
    cursor:pointer;
    font-size:24px;
    color:#0a0f22;
    text-decoration-color:#0a0f22;
}
.LinkButton, .LinkButton:link, .LinkButton:visited {
    background-color:#282d40;
    padding:12px 20px;
    font-size:18px;
    color:white;

}
    .LinkButton:link {
        color:white;
        font-size:18px;
    }

@media (max-width:44.00em) {
    .outsideSection {
        width:1%;
    }
    .contentSection {
        width:98%;
    }
    .HeaderText {
        font-size:26px !important;
    }
    .WrapTable td {
        display:block !important;
        width:100% !important;
        box-sizing:border-box !important;
    }
    .NoWrap td {
        display:initial !important;
        width:initial !important;
    }
}
/*Header*/

 /*   
.example-header {
  width: 100%;
  background-color: #e68a4b;
  border-bottom: 1px solid #ccc;
  z-index: 99;
  position: relative; }
.cf:before, .cf:after, .row:before, .row:after {
  content: "";
  display: table; }

.cf:after, .row:after {
  clear: both; }

.cf, .row {
  zoom: 1; }
.Title {
    font-size:32px;
}
.nav { width:100%; background-color: #0083c4; border-top: 5px solid #ecf0f9; }
ul.simple-toggle { list-style: none; padding: 0px; margin: 0px; font-weight: bold; text-align: center; max-width:1200px;margin-right:auto;margin-left:auto }
ul.simple-toggle li { display: inline-block; text-align: center; width:19%; margin-bottom:0; }
ul.simple-toggle li a { display: block; padding: 15px 10px; text-decoration: none; color: #ecf0f9;font-size:18px;font-weight:normal; }
ul.simple-toggle li a:hover { background-color: #ecf0f9; color:black; }

.anchor-link { display: none; text-align: right; text-align: center; padding: 5px 10px; color: #000;  text-decoration: none; margin: 3px; float: right; }
#mobile-nav { display:none; }

@media (max-width:44.000em){
    .Title {
        font-size:24px;
    }
	ul.simple-toggle { display: none; }
	.anchor-link, #mobile-nav { display: block; }

  ul.open { 
    background-color: #0083c4;
    box-shadow: 2px 2px 3px #444444;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 100%;
    width: 50%;
    z-index: 500; 
    color:#ecf0f9;
	}
	ul.open li { display: block; list-style: none; text-align: center; width:100%;font-size:16px; }
	ul.open li a { display: block; padding: 15px 5px; border-bottom: 1px solid #ccc; text-decoration: none; }
	ul.open li a:hover { background-color: #ecf0f9; color: #000000; }
	
}*/





