@import url(typography.css);


@font-face {
	font-family: "GothamBook";
	src: url("../fonts/gotham-book-webfont.eot");
	src: local("O"), url("../fonts/gotham-book-webfont.woff") format("woff"), url("../fonts/gotham-book-webfont.ttf") format("truetype"), url("../fonts/gotham-book-webfont.svg#webfonts841BcgB") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "GothamLight";
	src: url("../fonts/gotham-light-webfont.eot");
	src: local("O"), url("../fonts/gotham-light-webfont.woff") format("woff"), url("../fonts/gotham-light-webfont.ttf") format("truetype"), url("../fonts/gotham-light-webfont.svg#webfonts841BcgB") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "GothamMedium";
	src: url("../fonts/gotham-medium-webfont.eot");
	src: local("O"), url("../fonts/gotham-medium-webfont.woff") format("woff"), url("../fonts/gotham-medium-webfont.ttf") format("truetype"), url("../fonts/gotham-medium-webfont.svg#webfonts841BcgB") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "KievitBold";
	src: url("../fonts/kievit-bold-webfont.eot");
	src: local("O"), url("../fonts/kievit-bold-webfont.woff") format("woff"), url("../fonts/kievit-bold-webfont.ttf") format("truetype"), url("../fonts/kievit-bold-webfont.svg#webfonts841BcgB") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "KievitLight";
	src: url("../fonts/kievit-light-webfont.eot");
	src: local("O"), url("../fonts/kievit-light-webfont.woff") format("woff"), url("../fonts/kievit-light-webfont.ttf") format("truetype"), url("../fonts/kievit-light-webfont.svg#webfonts841BcgB") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "KievitMedium";
	src: url("../fonts/kievit-medium-webfont.eot");
	src: local("O"), url("../fonts/kievit-medium-webfont.woff") format("woff"), url("../fonts/kievit-medium-webfont.ttf") format("truetype"), url("../fonts/kievit-medium-webfont.svg#webfonts841BcgB") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "KievitRegular";
	src: url("../fonts/kievit-regular-webfont.eot");
	src: local("O"), url("../fonts/kievit-regular-webfont.woff") format("woff"), url("../fonts/kievit-regular-webfont.ttf") format("truetype"), url("../fonts/kievit-regular-webfont.svg#webfonts841BcgB") format("svg");
	font-weight: normal;
	font-style: normal;
}


.wrapper { 
    width: 1045px;
    margin: 0 auto;
}
.popup_bg {
    background: #000;
    opacity: 0.9;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    display: none;
}

/* =============================================================================
   Header
   ========================================================================== */


header {
    padding: 20px 0;
}
.overheader {
    border-bottom: 2px solid #f8f8f7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}
.intranet_title {
    font: 35px "GothamLight";
}
.top_links li {
    float: left;
    padding: 0 40px;
}
.top_links li a {
    color: #0066cc;
    font: 16px "KievitLight";
}
nav.nav {
    margin-top: 15px;
}
nav.nav ul li {    
    padding: 0 20px;
    float: left;
}
nav.nav ul li:last-child, .top_links li {
    padding-right: 0;
}
nav.nav ul li a {
    color: #1d1d1d;
    display: block;
    font: 16px 'KievitRegular';
    text-align: right;
}
nav.nav ul li.current-menu-item a, .sidebar_nav li.current_page_item a, nav.nav ul li.current-page-ancestor a {
    text-decoration: underline;
}
.search-input {
    background: url('../img/icons/search_icon.png') no-repeat right center;
    background-size: 9% 58%;
    border: 1px solid #000;
    width: 200px;
    height: 22px;
    padding-left: 10px;
}
.search button {
    display: none;
}
.breadcrumbs {
    color: #000;
    font-size: 14px;
    padding-top: 10px;   
}
.breadcrumbs br {
    display: none;
}
.breadcrumbs a {
    font-weight: 700;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.sidebar_nav {
    padding: 10px 0;
}
.sidebar_nav li {
     padding: 3px 0;
 }
.sidebar_nav li a {
    color: #000;
    font-size: 14px;
}
h3 a, .contactSubmit {
     color: #fff;
     font: 20px 'KievitLight' !important;
     background: #DD3300;
     padding: 10px 14px;
     display: block;
     width: 140px;
     text-align: center;
}
.contactSubmit {
     background: #0066cc;
     border: none;
}
.linkedin h3 a {
    background: url('../img/linkedin-btn.jpg') no-repeat;
    font-size: 0;
    text-indent: -999px;
    width: 130px;
    height: 27px;
}
h4 a {
    color: #DD3300;
    font: 20px 'KievitLight';
    display: block;
}
.history_item {
    display: none;
}
.history_item:first-child {
    display: block;
}
.image {
    position: relative;
}
.post.type-post {
    padding-bottom: 3%;
}
.post.type-post ul li {
    list-style-type: disc;
    padding: 8px 0;
    margin-left: 20px;
}
.newsroom .image {
    height: 416px;
}
.newsroom .image img {
    height: 100%;
}
.history_item .bluebg {
    position: absolute;
    right: 0;
    top: 0;
    height: 99%;
    color: #fff;
    width: 300px;
    background: rgba(0,102,204,0.85);
}
.bluebg .inner {
    padding: 35px 20px 0 20px;
}
.bluebg_bottom .inner {
    padding: 15px 20px;
}
.bluebg_bottom.bigger_height .inner {
    padding: 20px;
}
.bluebg h2, .bluebg_bottom h2 {
    color: #fff;
    font-size: 36px;
    padding-bottom: 10px; 
}
.bluebg_bottom {
    position: absolute;
    bottom: 0;
    height: 120px;
    color: #fff;
    width: 100%;
    background: rgba(0,102,204,0.85);
}
.bluebg_bottom p, .sidebar_nav + div p {
    font-size: 18px;
}
.bluebg_bottom.bigger_height p {
    font-size: 22px;
}
.sidebar_nav + div p {
    font-family: 'KievitLight';
}
.program .bluebg_bottom {
    height: 70px;
}
.event .bluebg_bottom {
    height: 105px;
}
.event .bluebg_bottom h3 {
    padding-top: 0;
    color: #fff;
}
.event .bluebg_bottom.bigger_height p {
    font-size: 15px;
}
.bluebg_bottom.orange {
    background: rgba(0,102,204,0.85);
}
.bluebg_bottom.green {
    background: rgba(0,102,204,0.85);
}
.milestones {
    position: relative;
}
.horizontal {
    position: absolute;
    top: 5px;
    border-top: 1px solid #3366CC;
    width: 100%;
}
.year {
    margin-left: 10px;
    display: block;
    width: 17px;
    height: 17px;
}
.year:first-child {
    margin-left: 0;
}
.year .square {
    width: 10px;
    height: 10px;
    background: #3366CC;
    position: relative;
}
.year .square:after {
    border-left: 1px solid #3366CC;
    position: absolute;
    top: -7px;
    left: 4px;
    content: "";
    height: 7px;
}
.year:nth-child(2n+1) .square {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.year .name {
    color: #333;
    font-size: 10px;
    padding-top: 7px;
    margin-left: -7px;
}
.year:nth-child(2n) .name {
    margin-top: -38px;
}
.year.active {
    position: relative;
    margin-top: -12px;
    margin-left: 0;
    width: 35px;
}
.year.active .square {
    width: 35px;
    height: 35px;
}
.year.active .square:after {
    display: none;
}
.year.active .name {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 25%;
}
.year.active:nth-child(2n) .name {
    top: 40px;
}



.program {
    padding: 20px 0;
}
.side_tab {
    position: fixed;
    left: -40px;
    top: 174px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    color: #fff;
    background: #0066cc;
    padding: 7px 15px;
}
.program:nth-child(2n), .program:nth-child(2n) .wrapper {
    background: #e7f4fb;
}
.news_item {
    padding: 20px 0;
    border-top: 1px solid #f00;
}
.news_item:first-child {
    border: none;
}
.clippings_item {
    padding: 20px 0;
    border-top: 1px solid #f00;
}
.clippings_item:first-child {
    border: none;
}
.alumni {
    display: none;
}
.alumni:first-child {
    display: block;
}
.tile {
    width: 112px;
    height: 45px;
    color: #fff;
    padding: 34px 40px 7px 10px;
    display: block;
    font: 20px 'GothamLight'; 
}
.tile_name {
    font-size: 27px;
    line-height: 25px;
}
.tile:nth-child(2n) {
    margin-left: 15px;
}
.tile:nth-child(n+3) {
    margin-top: 25px;
}
.tile1 {
    background: #1294D7;
}
.tile2 {
    background: #DD3300;
}
.tile3 {
    background: #006600;
}
.tile4 {
    background: #CC0099;
}
.tile5 {
    background: #8E8783;
}
.tile6 {
     background: #008599;
}
.tile7 {
    background: #18A2AB;
}
.tile8 {
    background: #B4965A;
}
.image img {
    width: 100%;
    display: block;
}
.program .tile {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    padding: 0;
}
.events .tile {    
    margin: 15px 0 0 0;   
}
.program .tile div {
    padding: 20px 120px 0px 20px;
    font: 26px "GothamLight"; 
}
.events .tile div {
    padding: 25px 20px;
    font: 19px "GothamLight"; 
}
.communication_hidden, .program_hidden {
    display: none;
    background: #006600;
    padding: 0 20px; 
    margin-top: -30px;
}
.events .program_hidden {
    margin-top: -20px;
}
.hidden {display: none !important}
.program_hidden {    
    background: #DD3300;    
}
.communication_hidden a, .program_hidden a {
    display: block;
    color: #fff;
    padding: 13px 0;
    border-top: 1px solid #fff;      
}
.communication_hidden a:first-child, .program_hidden a:first-child {
    border-top: none;    
}
.communication_hidden a:last-child, .program_hidden a:last-child {
    padding-bottom: 30px;    
}
.communication_hidden a.active, .program_hidden a.active {
    text-decoration: underline;    
}

.program .tile1 {
    background: #DD3300;
    margin-top: 0;
}
.program .tile2 {
    background: #3366CC;
}
.program .tile3 {
    background: #006600;
}
.events .tile1 + .program_hidden {
    background: #dd3300;
}
.events .tile2 + .program_hidden {
    background: #3366cc;
}
.events .tile3, .events .tile3 + .program_hidden {
    background: #cc0099;
}
.events .tile4, .events .tile4 + .program_hidden {
    background: #006600;
}
.events .tile5, .events .tile5 + .program_hidden {
    background: #24a2ab;
}
.program_content h4 {
    width: 33%;
}
.event_content h4, .event h4 {
    width: 100%;
    font-size: 20px;
    color: #0066cc;
    padding-top: 20px;
}
.event_content table tr td {
    border: 1px solid #333;
    padding: 5px 10px;
}
.program_content .orange p {
    color: #58595b;
}
.program_content div h4 a {
    color: #58595b;
    padding: 8px 0 8px 35px;
    margin: 20px 0;
}
.program_content div table {
    width: 100%;
}
.program_content div table tr td {
    /*width: 48%;
    display: inline-block;*/
}
.program_content div table tr td a {
    color: #58595b;
    padding: 8px 0 8px 35px;    
    display: block;
}
.login-resource_development h4 a, .login-resource_development table tr td a {
    background: url("../img/blue_doc_icon.png") no-repeat left center;     
}
.program_content div.orange h4 a, .program_content div.orange table tr td a {
    background: url("../img/orange_doc_icon.png") no-repeat left center;     
}
.login-program h3 {
    color: #DD3300; 
}
.program_content div.green h3 {
    color: #006600;    
}
.program_content div.green p {
    color: #58595b;    
}
.program_content div.green h4 a, .program_content div.green table tr td a {
    background: url("../img/green_doc_icon.png") no-repeat left center;     
}
.event_content {
    display: none;
}


.newsroom .tile {
    padding-top: 65px;
    padding-bottom: 12px;
}
.newsroom .tile5 {
    background: #18A2AB;
    width: 85%;
}
.content h3 {
     padding-top: 20px;
}
.content p {
    padding-top: 10px;
    line-height: 22px;
}
.location-finder .content p {
    font: 15px "KievitRegular";
    padding-top: 25px;    
}
.location-finder .content p:nth-of-type(1) {
    padding-left: 0; 
}


.content p:first-child {
    padding-top: 0;
}
.content ul {
    padding-top: 10px;
}
.content ul li {
    list-style-type: disc;
    margin-left: 15px;
    padding: 3px 0 3px 10px;
}
.location-finder .content ul li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.content ul.year_release, .content ul.year_release:first-child {
    display: none;
}
.content ul.year_release:nth-child(2) {
    display: block;
}
.content ul.year_release li.green, .content ul.year_release li.pink {
    list-style-type: none;
    margin-left: 0;
    padding: 3px 0 10px 0;
}
.release_archive:first-child a {
    color: #006600;
}
.content a {
    font-size: 16px;
}
.content .newsroom a {
    font-size: 20px;
}
.contact table {
    width: 100%;
}
.contact table tr td {
    padding: 7px 10px 7px 20px;
    border-left: 20px solid #fff;    
}
.contact table tr td:first-child {
    border: none;
}
.contact table tr:nth-child(2n+1) {
    background: #f8f8f7;
}
.contact table tr:first-child {
    background: #006600;
    color: #fff;
}
.schedule table {
    width: 100%;
}
.schedule table tr td {
    padding: 7px 10px 7px 20px;
    border-left: 20px solid #fff;    
}
.schedule table tr td:first-child {
    border: none;
}
.schedule table tr:nth-child(2n+1) {
    background: #f8f8f7;
}
.schedule table tr:first-child {
    background: #006600;
    color: #fff;
}

.home_banner {
    position: relative;   
}

.home_banner h1 {
    color: #000;   
}
.home_banner .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_banner img {
    display: block;
}
.home_banner .text p {
    color: #000;
}
.home_banner .text .rightbg p {
    color: #fff;
}
.home_banner .text .wrapper {    
    height: 100%;
}
.rightside_text {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background: rgba(0,102,204,0.85);
    z-index: 9;
    color: #fff;
}
.rightside_text .inner {
    padding: 60px 15px 20px;
}
.home_banner .text .rightside_text p, .home_banner .text .rightside_text h2 {
    color: #fff;
}
.rightside_text .inner a {
    font: 16px "KievitBold";
}

.col3 .col .home_btn {
    background: #3366CC;
    padding: 46px 20px 15px;        
}
.col3 .col:nth-child(2) .home_btn {
    padding-top: 96px;
}
.col3 .col:nth-child(2) .home_btn {
    background: #006600;
}
.col3 .col:nth-child(3) .home_btn {
    background: #DD3300;
}
.col3 .col p {
    padding: 15px 0 0 10px;
    font-family: "KievitLight";
    line-height: 20px;
}
.rightbg {
    color: #fff;
    background: rgba(0,102,204,0.85);
    height: 100%;
}
.rightbg div {
    padding: 50px 10px 0 15px;
}
.rightbg a {
    text-decoration: underline;
    color: #fff;
}
.sponsor_item {
    width: 120px;
    margin: 0 auto;
}
.Hp {
    height: 75px;
    width: 75px;
}
.home_video {
    background: url('../img/videobg.jpg') no-repeat;
    width: 100%;
    height: 400px;
    position: relative;
}
.btn {
    color: #fff;
    padding: 55px 20px 10px 20px;
    font: 24px 'GothamBook';
}
.green_btn {
    background: #006600;
}
.orange_btn {
    background: #DD3300;
}
.video_html {
    display: none;
}
.play_btn {
    background: url('../img/play-btn.png') no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 95px;
    left: 320px;
    cursor: pointer;
}
.bottombg {
    color: #fff;
    background: rgba(0,102,204,0.85);
    height: 135px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.bottombg > div {
    padding: 55px 15px 15px 15px;
}
.overnumbers {
    background: #e7f4fb;
    padding: 20px 0;
}
.numbers .home_btn, .numbers h4 {
    display: inline-block;
    color: #3366CC;
}
.numbers h4 {
    font: 14px 'GothamLight';
}
.numbers p {
    padding-top: 10px;
    font-family: 'KievitMedium';
    color: #000;
}
.numbers .width25:first-child > div {
    padding-left: 0;
}
.numbers .width25:nth-child(2) .home_btn, .numbers .width25:nth-child(2) h4 {
    color: #CC0099;
}
.numbers .width25:nth-child(3) .home_btn, .numbers .width25:nth-child(3) h4 {
    color: #006600;
}
.numbers .width25:nth-child(4) .home_btn, .numbers .width25:nth-child(4) h4 {
    color: #dd3300;
}
.single_doc {
    display: block;
}


.grey_square {
    width: 100%;
    height: 120px;
    background: #cdcdcd;
}
.getinvolved_numbers {
    padding: 35px 0;
    margin-top: 50px;
    border-top: 3px solid #f4878b;
    border-bottom: 3px solid #f4878b;
}
.partners div p:last-child {
    display: none;  
}
.partners div p:nth-child(2) {
    padding-top: 3px;
}
.single-program .content div a {
    color: #DD3300;
}



/*LOGIN*/



.login_btn a {
    background: #3366CC;
    padding: 8px 12px;
    color: #fff;
    display: block;
    text-align: center;
    width: 100px;
}
.login_input input {
    width: 180px;
    height: 40px;   
    background: #fff;
    border: none;
    padding-left: 10px;
}
.submit_btn {
    background: #DD3300;
    border: none;
    width: 110px;
    height: 42px;
    text-align: center;
    margin: 18px 0 0 15px;
    color: #fff;   
}
.login_checkbox {
    margin-left: 105px;
}
.login_checkbox label {    
    padding-left: 7px;
}
.privacy {
    margin-left: 70px;
}
.login_slider .privacy {
    margin-left: 80px;
}
/*.privacy a {*/
    /*display: block;*/
    /*background: url('../img/lock-black.png') no-repeat left center;    */
    /*height: 24px;*/
    /*padding: 5px 0 0 20px;*/
/*}*/
/*.login_slider .privacy a {*/
    /*background: url('../img/lock-white.png') no-repeat left center;*/
    /*color: #fff;*/
/*}*/
.login_slider {
    background: #3366CC;
    color: #fff;
    display: none;
    padding: 40px 40px 30px 40px;
    position: fixed;
    top: 39.5%;
    width: 380px;
    z-index: 990;
}
.login_slider h2 {
    color: #fff;
}
div.close {
    position: absolute;
    right: 8px;
    top: 0;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}
.login_error {
    border: 1px solid #a80533;
    padding: 10px;
    margin-top: 20px;
    font-size: 13px;
}
.login-program, .login-resource_development, .login-communications, .login-handouts, .login-guides,
 .login-templates, .login-logo, .login-advocasy, .login-deliverables, .login-program_mesa_day, .login-schedules, .login-database, .login-videos,
.login-communication-mesa-day {
    display: none
}
.staff .home_btn strong {
    font-size: 21px;
    line-height: 30px;
}
.staff .col3 .col .home_btn {
    padding-top: 46px;
}


.login-videos .video_iframe iframe {
    width: 100%;
    height: 40%;
}
.login-videos .width30 {
    margin-left: 4%;
    position: relative;
}
.login-videos .width30:nth-child(3n-2) {
    margin-left: 0;
}
.login-videos .width30:nth-child(n+4) {
    margin-top: 4%;
}
.login-videos .video_title {
    padding-bottom: 12px;
}
.login-videos .open_video {
    width: 100%;
    height: 98%;
    position: absolute;
    top: 0;
    background: #ccc;
    opacity: 0;
}

.short_footer {
    margin-top: 50px;
    padding: 15px 0;
    border-top: 1px solid #f4878b;
}


/*Nominate*/

.form_field {
    padding-top: 10px;
}
.form_field label {
    font-size: 14px;
    padding-top: 5px;
}
.form_field.big label {
    padding-top: 15px;
}
.form_field.big div.left label {
    padding: 0 0 0 15px;
    display: inline-block;
    width: 25%;
}
.form_field.big div.left div.left input[type="checkbox"] {
    float: left;
}
.form_field input[type="text"] {
    width: 60%;
    height: 25px;
    border: 1px solid #ccc;
    padding-left: 5px;
}
.form_field.big div.left {
    width: 46%;
}
.form_field.big div.left div.clear {
    padding-top: 10px;
}
.form_field.big div.left div.left {
    width: 38%;
    padding-top: 5px;
}
.form_field.big div.left div.right {
    width: 60%;
}
.form_field.big div.left div.right input[type="text"] {
    width: 96%;
    font-size: 14px;
}
.form_field input[type="submit"] {
    background: #dd3300;
    color: #fff;
    padding: 7px 18px;
    border: none;
    font-size: 18px;
}
.thanks {
    display: none;
    font-size: 18px;
}


.short_footer {
    margin-top: 50px;
}

footer.wrapper {
    border-top: 1px solid #f4878b;
    margin: 50px auto 30px;
}
.get-involved footer, .home footer {
    border-top: none;
}
footer ul {
    padding-left: 20px;
}
footer ul:first-child {
    padding-left: 0;
}
footer > div > ul > li:first-child a, footer strong a {
    font-weight: bold;
}
footer ul li {
    padding: 3px 0;
}
footer a {
    font-size: 13px;
    font-family: "KievitLight";
}
footer strong {
    padding-top: 10px;
    display: block;
}



.schoolLink body {
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 20px 50px 150px;
  font-size: 13px;
  text-align: center;
  background: #E3CAA1;
}

.schoolLink ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.schoolLink ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.schoolLink ul li:hover {
  background: #555;
  color: #fff;
}
.schoolLink ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.schoolLink ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.schoolLink ul li ul li:hover { background: #666; }
.schoolLink ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}






div.wpcf7
{
        color: #58595b;
        margin: 0px;
        padding: 30px 0 30px 0;
}
fieldset.wpcf7 {
	width: 45%;
}
fieldset legend {
	padding: 0 4px;
       margin-left: 5px;
}
.wpcf7 textarea {
	resize: none;
       width: 44.5%;
}

.wpcf7
{
        color: #58595b;
        margin: 0px;
        padding: 5px 0 5px 0;
        font: 16px 'KievitRegular';
}

.wpcf7h
{
        color: #99FF33;
        margin: 10px;
        padding: 10px 0 10px 0;
}

input[type="text"],
input[type="email"],
input[type="text*"],
input[type="email*"],
textarea
{
	background-color: #fff;
	color: #000;
	padding: 5px;
}

.wpcf7 div {
        padding: 15px 0 15px 0;
}


.wpcf7 p {
         color: #58595b;
        margin: 0px;
        padding: 10px 0 10px 0;
        font: 16px 'KievitRegular';
}

.wpcf7 div p {
         color: #58595b;
        margin: 0px;
        padding: 10px 0 10px 0;
        font: 16px 'KievitRegular';
}
span.wpcf7-list-item {
	margin: 10px 0 0 15px;
	display: inline-block;
}
.wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}


.donateSubmit { background: url(http://dev-mesa.com/wp-content/plugins/contact-form-7/images/donate_now_button_small.png) top left no-repeat transparent; 
border: none; padding: 0px; margin: 0px; text-indent: -50000px; width: 150px; height: 43px; }

#submtbttn { background: url(http://dev-mesa.com/wp-content/plugins/contact-form-7/images/donate_now_button_small.png) top left no-repeat transparent; border: none; padding: 0px; margin: 0px; text-indent: -50000px; width: 150px; height: 43px; }

.pagination {
    margin-top: 20px;
}
.error-message-holder {
    border: 2px solid #f00;
    padding: 5px;
    margin-top: 10px;
}
.loop-archive > div {
    display: none;
}
.scroll_indicator {
    position: fixed;
    left: 50%;
    bottom: 10px;
    z-index: 5;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(0,0,0,0.7);
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 55px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

#map-canvas {
    height: 575px;
    margin-top: 20px;
}
.layer-wizard-search-label {
    font-family: sans-serif;
}