/*
	Theme Name: TB
	Theme URI: http://emtwowebstudios.com
	Description: Custom WP Theme for Team Boomer
	Version: 1.0
	Author: Emtwo
	Author URI: http://emtwowebstudios.com
	Tags: Responsive, HTML5, CSS3

*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */

*,
*:after,r
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

html {
    font-size: 62.5%;
}
body {
    font-family: "Open Sans", sans-serif;
    color: #444;
}
/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
a {
    color: #444;
    text-decoration: none;
}
a:hover {
    color: #444;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}
iframe{
border: none;
}
iframe #ucScoreBoard_divIndividualHeader{
display: none;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.sticky {} .bypostauthor {}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
#header .social-list,
#nav ul,
#footer .link-list,
.features-block .features-list,
.two-columns .events-list,
.sponsors-block .logo-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.ellipsis {
    white-space: nowrap;
    /* 1 */
    
    text-overflow: ellipsis;
    /* 2 */
    
    overflow: hidden;
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
* {
    max-height: 1000000px;
}
body {
    color: #333;
    background: #fff;
    font: 16px / 1.2 "Open Sans", "Helvetica Neue", "Helvetica", sans-serifsans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.gm-style img {
    max-width: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}
h1,
.h1 {
    font-size: 24px;
}
h2,
.h2 {
    font-size: 22px;
}
h3,
.h3 {
    font-size: 20px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 16px;
}
h6,
.h6 {
    font-size: 15px;
}
p {
    margin: 0 0 1em;
}
a {
    color: #26409f;
    font-weight: bold;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #012B55;
}
form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: .4em .7em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #333;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #999;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #999;
}
select {
    -webkit-border-radius: 0;
}
textarea {
    resize: vertical;
    vertical-align: top;
}
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none;
    background: #fff;
    font-weight: normal;
    color: #555555;
}
.ui-selectmenu-button {
    width: 80% !important;
}
.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0.2em 2.1em 0.2em .5em;
    font-size: 14px;
}
.ui-menu {
    border: none;
}
.ui-menu .ui-menu-item {
    font-size: 14px;
    line-height: 1.5em;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
    background-color: #e5e5e5e;
    background-image: none;
}
/* header styles */

#header {
    background: #012b55;
    position: relative;
    padding: 11px 0 0;
    /* styles for screens 1024px wide and larger */
    /* page logo styles */
    /*social links styles*/
}
#header .holder {
    padding: 0;
}
#header .logo {
    float: left;
    width: 185px;
    margin: 0 0 11px;
    padding: 0 10px;
    /* styles for screens768px wide and larger */
}
#header .social-list {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
}
#header .social-list li {
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    margin: 0 0 5px;
}
#header .social-list li a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s;
}
#header .social-list li a:hover {
    color: #fdb813;
}
#header .donate-btn {
    font-size: 14px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    background: #fdb813;
    color: #27272c;
    padding: 0 11px;
    min-height: 30px;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 0 9px 0 15px;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    /* styles for screens 1024px wide and larger */
}
#header .donate-btn:hover {
    opacity: .7;
}
.right-block {
    width: 100%;
    overflow: hidden;
    padding: 7px 10px;
    text-align: center;
    background: #0e3386;
    /* styles for screens 768px wide to 1024px*/
    /* styles for screens 1024px wide and larger */
}
/*main navigation style*/

#nav {
    float: right;
    /* styles for screens 768px wide to 1024px*/
    /* styles for screens 1024px wide and larger */
}
#nav ul li {
    font-size: 16px;
    line-height: 21px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 10px 22px;
    /* styles for screens 768px wide to 1024px*/
    /* styles for screens 1024px wide to 1200px*/
    /* styles for screens 1200px wide and larger*/
}
#nav ul li.active a {
    color: #fdb813;
}
#nav ul li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: color .3s;
    transition: color .3s;
    display: block;
}
#nav ul li a:hover {
    color: #fdb813;
}
/* menu styles */

.drop {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    z-index: 999;
    background: #0e3386;
    /* styles for screens 1024px wide and larger*/
}
/* fade animation */

#nav .drop {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
    height: 0;
    /* styles for screens 768px wide and larger*/
}
.active .opener {
    background: #0e3386;
}
.active #nav .drop {
    opacity: 1;
    visibility: visible;
    height: auto;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
/* burger menu style */

.opener {
    width: 56px;
    height: 79px;
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    right: 0;
    top: 0;
    -webkit-transition: background .3s;
    transition: background .3s;
    /* styles for screens 768px wide and larger*/
}
.opener:hover {
    background: #0e3386;
}
.opener:before,
.opener:after,
.opener span {
    background: #fff;
    position: absolute;
    top: 34px;
    left: 22%;
    right: 22%;
    height: 4px;
    margin-top: 2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.opener:before,
.opener:after {
    content: "";
    top: 26px;
}
.opener:after {
    top: 43px;
}
/*footer styles*/

#footer {
    background: #dadada;
    /*styles for links*/
}
#footer .link-list {
    font-size: 0;
    line-height: 0;
    max-width: 210px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    /* styles for screens 769px wide to 1024px*/
    /* styles for screens 1024px wide and larger */
}
#footer .link-list li {
    font-size: 12px;
    line-height: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #012b55;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 5px;
    /* styles for screens 1200px wide and larger */
}
#footer .link-list li:after {
    content: "/";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2px;
}
#footer .link-list li:nth-child(2):after {
    content: "";
}
#footer .link-list li:last-child:after {
    content: "";
}
#footer .link-list li a {
    text-decoration: none;
    color: #012b55;
    -webkit-transition: color .3s;
    transition: color .3s;
}
#footer .link-list li a:hover {
    color: #fdb813;
}
/* main informative part styles */

#main {
    background: #f3f3f3;
}
/*banner styles*/

.banner {
    position: relative;
}
.banner img {
    width: 100%;
    min-height: 164px;
}
.banner .text-holder {
    font-size: 16px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    background: #27272c;
    text-align: center;
    color: #fff;
    padding: 9px 6px;
    /* styles for screens 768px wide to 1024px*/
    /* styles for screens 1024px wide and larger*/
}
.banner .text-holder p {
    margin: 0 0 3px;
}
/*styles for features block*/

.features-block {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    background: #fdb813;
    overflow: hidden;
}
.features-block .features-list {
    max-width: 1170px;
    margin: 0 auto;
}
.features-block .features-list li {
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    /* styles for screens 768px wide to 1024px*/
    /* styles for screens 1024px wide and larger*/
}
.archive .features-block .features-list li,
.page .features-block .features-list li,
.single .features-block .features-list li,
.features-block.blog .features-list li {
    text-align: left;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
}
.features-block .features-list li.blue {
    background: #26409f;
}
.features-block .features-list li.gray {
    background: #27272c;
}
.features-block .features-list li.dark-blue {
    background: #012b55;
}
.features-block .features-list li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 36px;
    -webkit-transition: color .3s;
    transition: color .3s;
    /* styles for screens 768px wide to 1200px*/
    /* styles for screens 1200px wide and larger*/
}
.features-block .features-list li a strong {
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    display: block;
    /* styles for screens 768px wide to 1200px*/
    /* styles for screens 1200px wide and larger*/
}
.features-block .features-list li a:hover {
    color: #fdb813;
}
.two-columns {
    text-align: center;
    /* styles for screens 768px wide to 1024px*/
    /* styles for screens 1024px wide and larger*/
    /*event list styles*/
    
    clear: left;
}
.two-columns .col {
    padding: 19px 25px 0;
    margin: 0 -10px 14px;
    background: #fff;
}
.two-columns .col.whitish {
    background: #f8f8f8;
    padding: 13px 12px 6px;
}
.two-columns .col.whitish h1 {
    color: #26409f;
    margin: 0 0 11px;
}
.two-columns .read-btn {
    font-size: 14px;
    line-height: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fff;
    background: #002f71;
    padding: 0 10px;
    -webkit-transition: color .3s;
    transition: color .3s;
    border-radius: 3px;
    margin: 0 0 16px;
    min-height: 38px;
    box-shadow: 0 3px 0 0 #00275e;
    /* styles for screens 1200px wide and larger*/
}
.two-columns .read-btn:hover {
    color: #fdb813;
}
.two-columns h1 {
    font-size: 18px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    color: #27272c;
    margin: 0;
    text-transform: uppercase;
    /* styles for screens 768px wide to 1200px*/
    /* styles for screens 1200px wide and larger*/
}
.two-columns .winner {
    font-size: 20px;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    display: inline-block;
    vertical-align: top;
    color: #fdb813;
    margin: 0 0 7px;
    /* styles for screens 768px wide to 1200px*/
    /* styles for screens 1200px wide and larger*/
}
.two-columns .image-block {
    margin: 0 0 12px;
    /* styles for screens 1200px wide and larger*/
}
.two-columns .events-list {
    margin: 0 0 7px;
}
.two-columns .events-list li {
    font-size: 15px;
    line-height: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: left;
    display: table;
    margin: 0 0 17px;
    /* styles for screens 1024px wide and larger*/
}
.two-columns .events-list li .icon {
    width: 45px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 19px 0 0;
    box-sizing: content-box;
    /* styles for screens 1024px wide to 1200px*/
}
.two-columns .events-list li .icon img {
    width: 100%;
}
.two-columns .events-list li .text {
    display: table-cell;
    vertical-align: middle;
}
.two-columns .events-list li a {
    color: #262223;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}
.two-columns .events-list li a:hover {
    color: #fdb813;
}
.blog .two-columns .col {
    background: transparent;
}
.blog .two-columns .col .blog-thumb img {
    width: 100%;
    max-width: 100%;
}
.blog .two-columns .col h2 {
    margin: 10px 0;
}
.blog .two-columns .col h2 a {
    font-size: 24px;
    color: #012b55;
    font-weight: normal;
}
.blog .two-columns .col p {
    color: #7f8c8c;
    font-size: 14px;
    line-height: 20px;
}
.blog .two-columns .col.blog-sidebar {
    text-align: left;
}
.blog .two-columns .col.blog-sidebar h3 {
    font-size: 16px;
    color: #fdb813;
    font-weight: 900;
    text-transform: uppercase;
    margin: 10px 0;
}
.blog .two-columns .col.blog-sidebar .screen-reader-text {
    display: none;
}

.blog .two-columns .col.blog-sidebar select {
    margin: 0 0 20px 0;
    padding: 0;
}
#archives-dropdown-2-button {
    margin-bottom: 10px;
}
#cat-button {
    margin-bottom: 20px;
}
.blog .two-columns .col.blog-sidebar ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}
.blog .two-columns .col.blog-sidebar li {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    line-height: 18px;
    border-bottom: 1px solid #e5e6e6;
}
.blog .two-columns .col.blog-sidebar li a {
    color: #012b55;
    font-weight: normal;
}
.blog .two-columns .col.blog-sidebar li a:hover {
    color: #26409f;
}
.blog .two-columns .col .post{
    text-align: left;
}
.blog .two-columns .col .post .date {
    color: inherit;
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0;
    display: block;
}
.blog .two-columns .col .post p {
    color: inherit;
    margin-bottom: 20px;
}
.blog .two-columns .col .post h2,
.blog .two-columns .col .post h3,
.blog .two-columns .col .post h4 {
    color: #012b55;
    margin-bottom: 10px;
}
.blog .two-columns .col .post li {
    font-size: 15px;
    line-height: 24px;
}
/*styles for sponsor block*/

.sponsors-block {
    max-width: 1175px;
    margin: 0 auto;
    padding: 18px 10px 25px;
    text-align: center;
    /* styles for screens 768px wide to 1200px*/
    /* styles for screens 1200px wide and larger*/
}
.sponsors-block .logo-list {
    text-align: center;
}
.sponsors-block .logo-list li {
    padding: 15px;
    margin: 0 0 10px;
    /* styles for screens 768px wide to 1200px*/
    /* styles for screens 1200px wide and larger*/
}
.sponsors-block .logo-list li img {
    /* styles for screens 768px wide to 1024px*/
    /* styles for screens 1200px wide and larger*/
}
.sponsors-block .logo-list li a {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.sponsors-block .logo-list li a:hover {
    opacity: .7;
}
.sponsors-block h2 {
    font-size: 16px;
    line-height: 19px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    overflow: hidden;
    margin: 0 0 25px;
    text-transform: capitalize;
    /* styles for screens 1200px wide and larger*/
}
.sponsors-block h2 .title {
    display: inline-block;
    vertical-align: top;
    color: #a7a7a7;
    /* styles for screens 768px wide and larger*/
}
.sponsors-block h2 .title:after,
.sponsors-block h2 .title:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sponsors-block h2 .title:after {
    right: -9999px;
    height: 1px;
    left: 100%;
    background: #e1e2e2;
}
.sponsors-block h2 .title:before {
    width: 7px;
    height: 7px;
    background: #e1e2e2;
    border-radius: 50%;
    right: 0;
}
body {
    background: #dadada;
}
#wrapper {
    position: relative;
    overflow: hidden;
}
.holder {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 10px;
    /* styles for screens 1024px wide and larger */
}
.holder:after {
    display: block;
    clear: both;
    content: "";
}
@font-face {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/icomoon.eot?-ivl4xi") format("eot"), url("./fonts/icomoon.eot?#iefix-ivl4xi") format("embedded-opentype"), url("./fonts/icomoon.woff?-ivl4xi") format("woff"), url("./fonts/icomoon.ttf?-ivl4xi") format("truetype"), url("./fonts/icomoon.svg?-ivl4xi") format("svg");
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Enable Ligatures ================ */
    
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* Better Font Rendering =========== */
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
    font-size: 20px;
    line-height: 20px;
    content: "\e900";
}
.icon-youtube3:before {
    content: "\e901";
}
.icon-flickr:before {
    content: "\e913";
}
.icon-directions_run:before {
    content: "\e903";
}
.icon-facebook:before {
    content: "\e902";
}
/*styles for single column -----------------*/

.single-column {
    margin: 2% 0;
}
.single-column .col.whiteish {
    background: #f8f8f8;
    padding: 40px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.single-column .col.whiteish p {
    line-height: 22px;
}
.single-column .col.whiteish p.call-out {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}
/*styles for four columns -----------------*/

.four-columns {
    margin: 5% 0;
}
.four-columns .col {
    width: 100%;
    text-align: center;
}
.four-columns .col .icon-block {
    margin-bottom: 20px;
}
.four-columns .col h3 {
    margin-bottom: 20px;
}
.four-columns .col p {
    font-size: 14px;
}
.two-columns .tips-list li {
    font-size: 15px;
    line-height: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: left;
    display: table;
    margin: 0 0 17px;
    /* styles for screens 1024px wide and larger*/
}
/*styles for events -----------------*/

.post-type-archive-events .events-list li.event-heading {
    display: none;
}
.post-type-archive-events .events-list {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.post-type-archive-events .events-list li {
    zoom: 1;
    font-weight: bold;
    clear: left;
    list-style: none;
    margin-bottom: 30px;
}
.post-type-archive-events .events-list li .type {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}
.post-type-archive-events .events-list li h3 {
    text-transform: none;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.post-type-archive-events .events-list li h3:hover {
    cursor: pointer;
}
.post-type-archive-events .events-list li .location {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}
.post-type-archive-events .events-list li time {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}
.post-type-archive-events .events-list li .action {
    margin: 0;
    padding: 0;
    text-align: center;
}
.post-type-archive-events .events-list li .action a {
    display: inline-block;
    background: #fdb813;
    text-decoration: none;
    width: 120px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    min-height: 40px;
    box-shadow: 0 4px 0 0 #eca704;
}
.post-type-archive-events .events-list li .action a:hover {
    background: #002B54;
    box-shadow: 0 4px 0 0 #012b55;
    color: #fff;
    text-decoration: none;
}
.post-type-archive-events .events-list li.expanded .details {
    display: block;
}
.post-type-archive-events .events-list li .details {
    position: relative;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.post-type-archive-events .events-list li .details p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.post-type-archive-events .events-list li .details hr {
    outline: none;
    border: none;
    margin: 0px;
    padding: 0 0 20px 0;
}
.post-type-archive-events .events-list li .details .more-link {
    font-size: 14px;
    display: block;
    margin-top: -10px;
}
.single-event h1{
    text-align: center;
    margin-bottom: 20px;
}
.single-event .event-image{
    text-align: center;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.single-event .location{
    font-weight: bold;
}
.single-event time{
    font-weight: bold;
    display: block;
    margin-bottom:10px;
}
.single-event form ul{
    margin: 0;
    padding: 0;
}
.single-event form li{
    margin-bottom: 20px;
}
.single-event form ul td{
    display: block;
}
.single-event form ul label{
    display: block;
    margin-bottom: 5px;
}
.single-event form .submit {
    float: none;
    border: none;
    display: inline-block;
    background: #fdb813;
    text-decoration: none;
    width: 120px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    min-height: 40px;
    box-shadow: 0 4px 0 0 #eca704;
}
.single-event form .submit:hover {
    background: #002B54;
    box-shadow: 0 4px 0 0 #012b55;
    color: #fff;
    text-decoration: none;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (min-width: 768px) {
    #header {
        padding: 6px 0 0;
    }
    #header .holder {
        padding: 0 10px;
    }
    #header .logo {
        padding: 0 5px;
        width: auto;
        margin: 0 0 8px;
    }
    .right-block {
        text-align: right;
        overflow: hidden;
        padding: 16px 0;
        background: none;
        width: auto;
    }
    #nav {
        text-align: center;
        margin: 0 -10px;
        float: none;
    }
    #nav ul li {
        display: inline-block;
        vertical-align: top;
        padding: 22px 21px;
    }
    #nav .drop {
        visibility: visible;
        opacity: 1;
        height: auto;
    }
    .opener {
        display: none;
    }
    #footer {
        overflow: hidden;
        /*for FF on Windows 7*/
        
        display: table-footer-group;
        height: 1%;
    }
    #footer .link-list {
        max-width: 768px;
        padding: 15px 10px;
    }
    #footer .link-list li {
        padding: 0 5px;
    }
    #footer .link-list li:after {
        right: -2px;
    }
    #footer .link-list li:nth-child(2):after {
        content: "/";
    }
    .banner .text-holder {
        font-size: 18px;
        line-height: 27px;
        position: absolute;
        top: 62%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        background: rgba(0, 0, 0, .65);
        color: #fff;
        border-radius: 7px/10px;
        max-width: 570px;
        padding: 25px 15px;
        width: 100%;
    }
    .home .features-block .features-list li {
        font-size: 24px;
        line-height: 28px;
        float: left;
        width: 33.33%;
        text-align: center;
        text-transform: none;
    }
    .features-block .features-list li a {
        padding: 26px;
    }
    .features-block .features-list li a strong {
        font-size: 24px;
        line-height: 28px;
    }
    .two-columns {
        overflow: hidden;
        margin: 0 -1.5%;
        padding: 25px 0;
    }
    .two-columns .col {
        width: 47%;
        float: left;
        text-align: center;
        padding: 15px 22px 50px;
        margin: 0 1.5%;
        border-radius: 5px;
        position: relative;
    }
    .two-columns .col.whitish {
        padding: 15px 24px 50px;
    }
    .two-columns .read-btn {
        font-size: 12px;
        line-height: 32px;
        content: "";
        /*position: absolute;*/
        bottom: 20px;
        min-height: 31px;
        left: 0;
        right: 0;
        width: 128px;
        margin: 0 auto;
        box-shadow: 0 2px 0 0 #00275e;
    }
    .two-columns h1 {
        font-size: 15px;
        line-height: 19px;
    }
    .two-columns .winner {
        font-size: 19px;
        line-height: 24px;
        margin: 0 0 14px;
    }
    .two-columns .image-block {
        margin: 0 0 22px;
    }
    .two-columns .events-list li .icon {
        width: 43px;
    }
    .sponsors-block {
        text-align: left;
        padding: 7px 15px 50px;
    }
    .sponsors-block .logo-list li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 15px;
    }
    .sponsors-block .logo-list li img {
        width: 125px;
        height: auto;
    }
    .sponsors-block h2 .title {
        position: relative;
        padding: 0 36px 0 0;
    }
    html {
        height: 100%;
    }
    body {
        margin: 0;
        height: 100%;
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    #wrapper {
        display: table-cell;
        margin: 0 auto;
    }
    /*styles for four columns -----------------*/
    
    .four-columns {
        margin: 5% 0;
    }
    .four-columns .col {
        width: 22%;
        float: left;
        text-align: center;
        margin: 0 2%;
        border-radius: 5px;
    }
    .four-columns .col:first-child {
        margin-left: 0;
    }
    .four-columns .col:last-child {
        margin-right: 0;
    }
    /*styles for blog-----------------*/
    
    .blog .two-columns .col.blog-content {
        width: 70%;
        padding: 0;
        text-align: left;
    }
    .blog .two-columns .col.blog-sidebar {
        width: 24%;
        padding: 0;
    }
    .blog .two-columns article {
        clear: left;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 3px solid #eee;
    }
    .blog .two-columns .col .blog-thumb {
        width: 30%;
        float: left;
        margin-right: 20px;
    }
    .blog .two-columns .col .blog-thumb img {
        width: auto;
        max-width: 100%;
    }
    .blog .two-columns .col h2 {
        text-align: left;
    }
    .blog .two-columns .col p {
        text-align: left;
    }
    .blog .two-columns .col h2 {
        font-size: 15px;
        line-height: 19px;
    }
    .blog .two-columns .col h3 {
        font-size: 14px;
        line-height: 19px;
    }
    /*Events Page-------------------------------------------------------- */
    
    .events-info {
        margin: 0 20px;
    }
    .post-type-archive-events .events-list {
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .post-type-archive-events .events-list li.event-heading {
        padding: 0;
        margin: 0;
        color: #26409f;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
    }
    .post-type-archive-events .events-list li.event-heading h3 {
        text-transform: uppercase;
    }
    .post-type-archive-events .events-list li {
        zoom: 1;
        font-weight: bold;
        clear: left;
        list-style: none;
        margin-bottom: 30px;
    }
    .post-type-archive-events .events-list li:before,
    .post-type-archive-events .events-list li:after {
        content: "";
        display: table;
    }
    .post-type-archive-events .events-list li:after {
        clear: both;
    }
    .post-type-archive-events .events-list li .type {
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        width: 8%;
        text-align: left;
    }
    .post-type-archive-events .events-list li.event-heading h3 {
        width: 48%;
    }
    .post-type-archive-events .events-list li h3 {
        text-transform: none;
        font-weight: bold;
        float: left;
        position: relative;
        text-align: left;
        margin: 0;
        padding: 0;
        width: 40%;
        height: 64px;
        display: table;
        font-size: 16px;
        clear: none;
    }
    .post-type-archive-events .events-list li h3:hover {
        cursor: pointer;
    }
    .post-type-archive-events .events-list li h3 span.vertical-align {
        display: table-cell;
        vertical-align: middle;
        line-height: 21px;
    }
    .post-type-archive-events .events-list li .location {
        float: left;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        width: 20%;
        height: 65px;
        display: table;
        margin-bottom: 0;
        text-align: left;
    }
    .post-type-archive-events .events-list li .location span.vertical-align {
        display: table-cell;
        vertical-align: middle;
    }
    .post-type-archive-events .events-list li time {
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        width: 15%;
        height: 64px;
        display: table;
        text-align: left;
    }
    .post-type-archive-events .events-list li time span.vertical-align {
        display: table-cell;
        vertical-align: middle;
        font-size: 14px;
    }
    .post-type-archive-events .events-list li .action {
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        width: 10%;
        text-align: left;
    }
    .post-type-archive-events .events-list li:nth-child(2n+1) {} .post-type-archive-events .events-list li.expanded .details {
        display: block;
    }
    .post-type-archive-events .events-list li .details {
        clear: both;
        display: none;
        padding-bottom: 20px;
        width: 100%;
        border: none;
    }
    .post-type-archive-events .events-list li .details p {
        text-align: left;
    }
    .post-type-archive-events .events-list li .details hr {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
}
@media (min-width: 1024px) {
    #header {
        padding: 14px 0 0;
    }
    #header .logo {
        padding: 0;
        margin: 0 0 14px;
    }
    #header .donate-btn {
        margin: 0 0 0 17px;
    }
    .right-block {
        float: right;
        padding: 20px 0;
        max-width: 250px;
    }
    #nav {
        overflow: hidden;
        padding: 15px 0;
        background: none;
        text-align: right;
        margin: 0;
    }
    #nav ul li {
        padding: 6px 10px;
    }
    .drop {
        background: none;
        position: static;
    }
    #footer .link-list {
        max-width: 1170px;
    }
    .banner img{
         max-height: 487px;
    }
    .banner .text-holder {
        font-size: 24px;
        line-height: 30px;
        max-width: 620px;
        padding: 30px 15px;
    }
    .features-block .features-list li {
        font-size: 30px;
        line-height: 35px;
    }
    .features-block .features-list li a strong {
        font-size: 36px;
        line-height: 42px;
    }
    .two-columns {
        padding: 35px 10px;
    }
    .two-columns .col {
        padding: 26px 26px 60px;
    }
    .two-columns .col.whitish {
        padding: 26px 32px 50px;
    }
    .two-columns .col.whitish h1 {
        margin: 0 0 20px;
    }
    .two-columns h1 {
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 3px;
    }
    .two-columns .events-list {
        padding: 25px 0 0;
        margin: 0;
    }
    .two-columns .events-list li {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 10px;
    }
    .two-columns .events-list li .icon {
        width: 60px;
        padding: 0 32px 0 0;
    }
    .two-columns .tips-list li {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 10px;
    }
    .holder {
        padding: 0;
    }
    /*Events Page-------------------------------------------------------- */
    
    .events-info {
        margin: 0px;
    }
}
}
@media only screen and (min-width: 1025px) {
    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}
@media (min-width: 1200px) {
    #header .holder {
        padding: 0;
    }
    #nav ul li {
        padding: 6px 21px;
    }
    #footer .link-list li {
        font-size: 13px;
        line-height: 17px;
        padding: 0 6px;
    }
    .features-block .features-list li a {
        padding: 30px;
    }
    .two-columns {
        padding: 35px 0;
    }
    .two-columns .col {
        padding: 26px 32px 87px;
    }
    .two-columns .col.whitish {
        padding: 26px 32px 87px;
    }
    .two-columns .read-btn {
        font-size: 14px;
        line-height: 50px;
        min-height: 50px;
        padding: 0 37px;
        width: 245px;
        border-radius: 5px;
        bottom: 32px;
        box-shadow: 0 4px 0 0 #00275e;
    }
    .two-columns .winner {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 24px;
    }
    .two-columns .image-block {
        margin: 0 0 34px;
    }
    .two-columns .events-list {
        margin: 0 0 17px;
        padding: 0;
    }
    .two-columns .events-list li {
        font-size: 24px;
        line-height: 25px;
        margin: 0 0 28px;
    }
    .two-columns .events-list li .icon {
        width: 70px;
    }
    .sponsors-block {
        padding: 23px 0 30px;
    }
    .sponsors-block .logo-list li {
        padding: 0 24px;
    }
    .sponsors-block .logo-list li img {
        width: 100%;
        height: auto;
    }
    .sponsors-block h2 {
        margin: 0 0 40px;
    }
}
@media (min-width: 767px) and (max-width: 1020px) {
    .archive .features-block .features-list li,
    .page .features-block .features-list li,
    .single .features-block .features-list li {
        margin-top: 0px;
    }
.home .features-block .features-list li{
       margin-top: 0;
}
#nav{
    height: 65px;
}

}
@media (max-width: 767px) {
    .two-columns .col {
        min-height: 0 !important;
    }
}
@media (max-width: 450px) {
    .alignright {
        float: none;
        max-width: 100%;
        width: 100%;
        margin: 5px 0 20px 0px;
    }
    .alignleft {
        float: none;
        max-width: 100%;
        width: 100%;
        margin: 5px 0px 20px 0;
    }
    a img.alignright {
        float: none;
        margin: 5px 0 20px 0px;
    }
    a img.alignleft {
        float: none;
        margin: 5px 0px 20px 0;
    }
    .banner img{
        min-height: auto;
    }
}