/* CSS Document */
/* Colors */
/* Header */
/* Slider */
/* Content */
/* Span */
/* Course Tour */
/*Testimonials and Sponsor */
/* Footer */
/* Fonts */
/* Transitions */
a {
    transition: all 0.3s ease; }
a:hover {
    color: #446bb4; }

html {
    box-sizing: border-box; }
*,
*::after,
*::before {
    box-sizing: inherit; }

/* Mixins */
@font-face {
    font-family: 'icomoon';
    src: url("/style/fonts/icomoon.eot");
    src: url("/style/fonts/icomoon.eot") format("embedded-opentype"), url("/style/fonts/icomoon.ttf") format("truetype"), url("/style/fonts/icomoon.woff") format("woff"), url("/style/fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-catering:before {
    content: "\e600"; }

.icon-cup:before {
    content: "\e601"; }

.icon-flag:before {
    content: "\e602"; }

.icon-clubs:before {
    content: "\e603"; }

.icon-heart:before {
    content: "\e604"; }

.icon-world2:before {
    content: "\e606"; }

.icon-file-pdf:before {
    content: "\e608"; }

.icon-file-word:before {
    content: "\e609"; }

.icon-file-excel:before {
    content: "\e60a"; }

.icon-email:before {
    content: "\f003"; }

.icon-map:before {
    content: "\f041"; }

.icon-phone:before {
    content: "\f095"; }

.icon-twitter:before {
    content: "\f099"; }

.icon-facebook:before {
    content: "\f09a"; }

.icon-google-plus:before {
    content: "\f0d5"; }

.icon-left:before {
    content: "\f104"; }

.icon-right:before {
    content: "\f105"; }

.icon-instagram:before {
    content: "\f16d"; }

.icon-menu:before {
    content: "\f0c9"; }

.icon-world:before {
    content: "\e605"; }

.slider {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    position: relative; }
.slider:last-child {
    margin-right: 0; }
.slider .arrow-down {
    border-top: 3px solid white;
    border-right: 3px solid white;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 4%;
    left: 50%;
    width: 40px;
    height: 40px; }
.slider .arrow-down:hover {
    cursor: pointer;
    border-top: 3px solid #446bb4;
    border-right: 3px solid #446bb4; }
	#teenet img {margin: 8px;}
@media screen and (max-width: 480px) {
    .slider .arrow-down {
        display: none; } }
.slider .slider-overlay {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    z-index: 50; }
.slider .slider-content {
    position: absolute;
    bottom: 10%;
    left: 50px;
    margin: 30px; }
@media screen and (max-width: 480px) {
    .slider .slider-content {
        bottom: 30%; } }
.slider .slider-content h1, .slider .slider-content span, .slider .slider-content a {
    color: white !important;
    display: block; }
.slider .slider-content h1 {
    text-transform: uppercase;
    text-shadow: 1px 1px black;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 8px;
    margin-bottom: 0px; }
@media screen and (max-width: 1200px) {
    .slider .slider-content h1 {
        letter-spacing: 6px;
        font-size: 40px; } }
@media screen and (max-width: 768px) {
    .slider .slider-content h1 {
        letter-spacing: 4px; } }
@media screen and (max-width: 480px) {
    .slider .slider-content h1 {
        letter-spacing: 2px; } }
.slider .slider-content span {
    max-width: 500px;
    margin: 10px 0 20px; }
.slider .slider-content a {
    border: 2px solid #ffffff;
    padding: 7px 40px;
    display: table; }
.slider .slider-content a:hover {
    color: #446bb4;
    border: 2px solid #446bb4;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); }
@media screen and (max-width: 480px) {
    .slider .slider-content {
        text-align: center;
        left: 15px;
        bottom: 10px; }
    .slider .slider-content h1 {
        font-size: 30px; }
    .slider .slider-content a {
        margin: 0 auto; } }
.slider .royalSlider .rsNav {
    padding: 0;
    margin: 0;
    height: 7px; }
.slider .royalSlider .rsNav .rsNavItem {
    width: 100%;
    height: 7px;
    margin: 0;
    padding: 0; }
.slider .royalSlider .rsNav .rsNavItem span {
    height: 7px;
    width: 100%;
    border-radius: 0;
    background-color: #707070; }
.slider .royalSlider .rsNav .rsNavSelected span {
    background-color: #363636; }
.slider .royalSlider .rsArrowIcn {
    background: none !important;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transition: all 0.3s ease; }
.slider .royalSlider .rsArrowIcn:hover {
    border-top: 3px solid #446bb4;
    border-right: 3px solid #446bb4; }
@media screen and (max-width: 480px) {
    .slider .royalSlider .rsArrowIcn {
        display: none; } }
.slider .royalSlider .rsArrowLeft {
    -ms-transform: rotate(225deg);
    /* IE 9 */
    -webkit-transform: rotate(225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(225deg);
    left: 20px !important; }
@media screen and (max-width: 480px) {
    .slider .royalSlider .rsArrowLeft {
        left: 0 !important;
        top: -20px !important; } }
.slider .royalSlider .rsArrowRight {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    right: 20px !important; }
@media screen and (max-width: 480px) {
    .slider .royalSlider .rsArrowRight {
        right: 0 !important; } }

.shift .arrow-down {
    bottom: 7%; }

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }


.visible, .show {
    opacity: 1; }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0; }
    100% {
        opacity: 1; } }

@keyframes fadeIn {
    from {
        opacity: 0; }
    100% {
        opacity: 1; } }

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    50% {
        opacity: 1; } }

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3); }
    50% {
        opacity: 1; } }

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn; }

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0); }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0); }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none; } }

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; }

/* General */
html, body {
    margin: 0;
    position: relative;
    height: 100%;
    width: 100%; }

a {
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer; }

body, html, table, th, td {
    font-size: 16px !important; }
@media screen and (max-width: 1200px) {
    body, html, table, th, td {
        font-size: 15px !important; } }

h1, h2, h3, h4, h5, span, a, p, b, div, td {
    font-family: "Century Gothic", "Apple Gothic", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important; }

ul {
    padding-left: 20px;
    box-sizing: border-box; }

.content p {
    line-height: 140%; }

.acf-map {
    overflow-x: hidden;
    overflow-y: hidden; }

/* IE fix */
img {
    text-decoration: none;
    border: 0px; }

/* Default Wordpress Styling */
img.alignright {
    float: right;
    margin: 0 0 1em 1em; }

img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.alignright {
    float: right; }

.alignleft {
    float: left; }

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

/* Default SASS Styling */
.left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
.left:last-child {
    margin-right: 0; }
@media screen and (max-width: 480px) {
    .left {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0; }
    .left:last-child {
        margin-right: 0; } }

.right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-right: 0; }
.right:last-child {
    margin-right: 0; }
@media screen and (max-width: 480px) {
    .right {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
    .right:last-child {
        margin-right: 0; } }

.one_half {
    width: 50%;
    position: relative;
    float: left;
    display: block;
    padding-right: 10px; }

.one_third {
    margin-right: 1.6949152542%;
    width: 32.2033898305%;
    display: block;
    float: left;
    position: relative; }
.one_third:nth-of-type(3) {
    margin-right: 0; }
@media screen and (max-width: 768px) {
    .one_third {
        width: 50%;
        padding: 0; } }
@media screen and (max-width: 480px) {
    .one_third {
        width: 100%; } }

.two_third {
    width: 64.83%;
    position: relative;
    float: left;
    display: block;
    padding-right: 1.5%; }
@media screen and (max-width: 768px) {
    .two_third {
        width: 50%;
        padding: 0; } }
@media screen and (max-width: 480px) {
    .two_third {
        width: 100%; } }

.nav.logged-in {
    width: 100%;
    max-width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 45, 89, 1);
    transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
    .nav {
        text-align: center; } }
@media screen and (max-width: 480px) {
    .nav {
        -webkit-box-shadow: 0px 10px 50px 15px rgba(0, 45, 89, 0.7);
        -moz-box-shadow: 0px 10px 50px 15px rgba(0, 45, 89, 0.7);
        box-shadow: 0px 10px 50px 15px rgba(0, 45, 89, 0.7); } }
.nav img {
    margin: 12px 50px;
    height: 70px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; }
@media screen and (max-width: 768px) {
    .nav img {
        height: 70px;
        position: relative;
        margin: 15px auto; } }
@media screen and (max-width: 480px) {
    .nav img {
        height: 40px;
        margin: 30px auto;
        left: -5px;
        position: relative; } }
.nav .social {
    position: absolute;
    right: 165px;
    top: 40px;
    float: right;
    transition: all 0.3s ease; }
@media screen and (max-width: 768px) {
    .nav .social {
        right: 135px;
        top: 37px; } }
.nav .social a i {
    color: #ffffff;
    margin-left: 10px;
    font-size: 25px;
    transition: all 0.3s ease; }
.nav .social a:hover i {
    color: #446bb4; }
@media screen and (max-width: 480px) {
    .nav .social {
        display: none; } }
.nav .menu .menu-toggle {
    display: none;
    color: #ffffff;
    position: absolute;
    top: 20px;
    left: 45%;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 2px; }
.nav .menu .menu-toggle i {
    color: #ffffff;
    position: relative;
    top: 1px;
    left: -1px; }
@media screen and (max-width: 768px) {
    .nav .menu .menu-toggle {
        display: block;
        left: 20px;
        top: 30px; } }
@media screen and (max-width: 480px) {
    .nav .menu .menu-toggle {
        padding: 7px;
        left: 10px;
        font-size: 15px; } }
.nav .menu .guests-menu, .nav .menu .members-menu {
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: -5px;
    left: 18%;
    margin-bottom: 5px;
    width: 65%; }
@media screen and (max-width: 1200px) {
    .nav .menu .guests-menu, .nav .menu .members-menu {
        left: 22%; } }
.nav .menu .guests-menu li, .nav .menu .members-menu li {
    display: inline-block;
    padding: 10px 2% 15px;
    text-transform: uppercase;
    margin-left: -4px;
    transition: all 0.3s ease;
    position: relative;
    font-size: 14px; }
@media screen and (max-width: 1200px) {
    .nav .menu .guests-menu li, .nav .menu .members-menu li {
        padding: 10px 1% 15px; } }
.nav .menu .guests-menu li a, .nav .menu .members-menu li a {
    color: #ffffff;
    font-size: 16px; }
.nav .menu .guests-menu li a span, .nav .menu .members-menu li a span {
    font-style: normal; }
.nav .menu .guests-menu li a:hover, .nav .menu .members-menu li a:hover {
    color: #ffffff; }
.nav .menu .guests-menu li .sub-menu, .nav .menu .members-menu li .sub-menu {
    display: none;
    position: absolute;
    padding: 0;
    z-index: 100;
    top: 35px;
    left: 4px;
    margin-top: 7px;
    min-width: 200px; }
.nav .menu .guests-menu li .sub-menu li, .nav .menu .members-menu li .sub-menu li {
    display: block;
    background-color: #002D59;
    padding: 10px 20px; }
.nav .menu .guests-menu li .sub-menu li a, .nav .menu .members-menu li .sub-menu li a {
    display: block;
    color: #ffffff;
    white-space: nowrap;
    font-size: 14px; }
.nav .menu .guests-menu li .sub-menu li .sub-menu, .nav .menu .members-menu li .sub-menu li .sub-menu {
    display: none;
    position: absolute;
    top: -10px;
    left: 102%; }
.nav .menu .guests-menu li .sub-menu li .sub-menu a, .nav .menu .members-menu li .sub-menu li .sub-menu a {
    color: #ffffff !important; }
.nav .menu .guests-menu li .sub-menu li .sub-menu a:hover, .nav .menu .members-menu li .sub-menu li .sub-menu a:hover {
    font-weight: bold; }
.nav .menu .guests-menu li .sub-menu li:hover .sub-menu, .nav .menu .members-menu li .sub-menu li:hover .sub-menu {
    display: block; }
.nav .menu .guests-menu li .sub-menu li:first-child, .nav .menu .members-menu li .sub-menu li:first-child {
    padding-top: 20px; }
.nav .menu .guests-menu li:hover, .nav .menu .members-menu li:hover {
    background-color: #002D59; }
.nav .menu .guests-menu li:hover li, .nav .menu .members-menu li:hover li {
    background-color: #002D59; }
.nav .menu .guests-menu li:hover li a, .nav .menu .members-menu li:hover li a {
    color: #ffffff; }
.nav .menu .guests-menu li:hover li a:hover, .nav .menu .members-menu li:hover li a:hover {
    font-weight: bold; }
.nav .menu .guests-menu li:hover .sub-menu, .nav .menu .members-menu li:hover .sub-menu {
    display: block; }
@media screen and (max-width: 768px) {
    .nav .menu .guests-menu, .nav .menu .members-menu {
        display: none; } }
.nav .menu .members-menu .sub-menu {
    top: 81px; }
.nav .menu .current-menu-ancestor a, .nav .menu .current-menu-parent a, .nav .menu .current-menu-item a {
    font-weight: bold; }
.nav .members-dropdown {
    position: absolute;
    top: 40px;
    right: 50px;
    text-align: right;
    transition: all 0.3s ease; }
@media screen and (max-width: 768px) {
    .nav .members-dropdown {
        right: 20px;
        top: 30px; } }
@media screen and (max-width: 480px) {
    .nav .members-dropdown {
        right: 20px;
        top: 32px; } }
.nav .members-dropdown .members-link {
    margin-top: 0;
    text-transform: uppercase;
    color: #ffffff; }
@media screen and (max-width: 768px) {
    .nav .members-dropdown .members-link {
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 10px;
        border-radius: 2px; } }
.nav .members-dropdown .members-link i {
    color: #ffffff;
    position: relative;
    top: 1px;
    left: 1px; }
@media screen and (max-width: 480px) {
    .nav .members-dropdown .members-link {
        padding: 7px; } }
.nav .members-dropdown .dropdown {
    display: none;
    position: absolute;
    top: 60px;
    text-align: left;
    background-color: rgba(0, 45, 89, 0.8);
    padding: 20px 20px 10px;
    right: 0;
    width: 350px; }
@media screen and (max-width: 768px) {
    .nav .members-dropdown .dropdown {
        right: -10px;
        width: 100vw;
        top: 58px;
        text-align: center;
        background-color: #002D59 !important;
        padding-bottom: 40px; }
    .nav .members-dropdown .dropdown label {
        margin-top: 5px; }
    .nav .members-dropdown .dropdown input[type=submit] {
        margin-bottom: 10px !important;
        display: block; } }
.nav .members-dropdown .dropdown input {
    display: inline; }
.nav .members-dropdown .dropdown label {
    min-width: 150px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 7px; }
.nav .members-dropdown .dropdown input[type=text], .nav .members-dropdown .dropdown input[type=password] {
    min-width: 150px;
    height: 23px; }
.nav .members-dropdown .dropdown input[type=submit] {
    text-transform: uppercase;
    width: 100%;
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 10px;
    color: #ffffff;
    margin: 5px 0;
    transition: all 0.3s ease; }
.nav .members-dropdown .dropdown input[type=submit]:hover {
    color: #446bb4;
    border: 2px solid #446bb4;
    cursor: pointer; }
.nav .members-dropdown .dropdown a {
    margin-top: 5px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: none;
    color: #ffffff; }
.nav .members-dropdown .dropdown a:hover {
    color: #446bb4; }
.nav .members-dropdown .dropdown:hover {
    display: block; }
.nav .members-dropdown:hover .members-link {
    cursor: pointer;
    color: #446bb4; }
.nav .members-dropdown .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background-color: #002D59;
    float: right;
    top: 15px;
    position: relative; }
.nav .members-dropdown .menu li a {
    color: #ffffff;
    display: block;
    padding: 10px 20px 10px 30px; }
.nav .members-dropdown .menu li a:hover {
    color: #446bb4; }
.nav .members-dropdown .menu li ul {
    display: none;
    position: relative;
    top: 15px;
    background-color: rgba(0, 45, 89, 0.8);
    list-style: none;
    padding: 15px 0; }
.nav .members-dropdown .menu li ul li {
    padding: 3px 20px; }
.nav .members-dropdown .menu li ul li a {
    border-bottom: 0; }
.nav .members-dropdown .menu li:hover ul {
    display: block;
    float: none; }

@media screen and (max-width: 768px) {
    .logged-in .social {
        right: 145px; } }

.shrink .nav {
    height: 70px;
    background-color: rgba(0, 45, 89, 0.9);
    -webkit-box-shadow: 0px 0 50px 15px rgba(0, 45, 89, 0.7);
    -moz-box-shadow: 0px 0 50px 15px rgba(0, 45, 89, 0.7);
    box-shadow: 0px 0 50px 15px rgba(0, 45, 89, 0.7); }
.shrink .nav img {
    margin: 10px 20px;
    height: 55px; }
@media screen and (max-width: 768px) {
    .shrink .nav img {
        margin: 10px auto;
        height: 50px; } }
@media screen and (max-width: 480px) {
    .shrink .nav img {
        margin: 15px auto;
        height: 40px; } }
.shrink .nav #nav {
    top: 3px; }
.shrink .nav .social {
    top: 25px;
    right: 140px; }
@media screen and (max-width: 768px) {
    .shrink .nav .social {
        top: 23px;
        right: 130px; } }
.shrink .nav .menu-toggle {
    top: 14px !important; }
@media screen and (max-width: 480px) {
    .shrink .nav .menu-toggle {
        top: 17px !important; } }
.shrink .nav .members-menu li, .shrink .nav .guests-menu li {
    padding: 10px 30px 25px; }
.shrink .nav .members-menu li:hover, .shrink .nav .guests-menu li:hover {
    background-color: transparent; }
.shrink .nav .members-menu .sub-menu, .shrink .nav .guests-menu .sub-menu {
    top: 40px; }
.shrink .nav .members-menu .sub-menu li, .shrink .nav .guests-menu .sub-menu li {
    background-color: rgba(0, 45, 89, 0.9); }
.shrink .nav .members-dropdown {
    top: 30px; }
@media screen and (max-width: 768px) {
    .shrink .nav .members-dropdown {
        top: 14px; } }
@media screen and (max-width: 480px) {
    .shrink .nav .members-dropdown {
        top: 17px; } }
.shrink .nav .members-dropdown .dropdown {
    top: 40px;
    background-color: rgba(0, 45, 89, 0.9); }
.shrink .nav .members-dropdown .menu {
    top: 4px; }
.shrink .nav .members-dropdown .menu a {
    padding-bottom: 16px; }
.shrink .nav .members-dropdown .menu .sub-menu {
    top: 25px;
    background-color: rgba(0, 45, 89, 0.9); }

.main {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    position: relative;
    border-top: 5px solid #363636;
    padding: 30px 0;
    box-sizing: content-box; }
.main:last-child {
    margin-right: 0; }
.main .content {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
.main .content::after {
    clear: both;
    content: "";
    display: table; }
@media screen and (max-width: 1200px) {
    .main .content {
        padding: 0 20px !important;
        width: 100%;
        float: left;
        box-sizing: border-box; } }
@media screen and (max-width: 480px) {
    .main .content {
        padding: 0 10px !important; } }
.main .content img {
    max-width: 100%; }
.main .content .heading {
    display: block;
    position: absolute;
    width: 100%;
    top: -160px;
    left: 0;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(0, 0, 0, 0.2), 1px 1px 8px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 45px; }
@media screen and (max-width: 768px) {
    .main .content .heading {
        font-size: 35px; } }
@media screen and (max-width: 480px) {
    .main .content .heading {
        position: relative;
        top: 0;
        font-size: 25px;
        margin: 10px 0; } }
.main .content hr {
    display: block;
    width: 100%;
    float: left;
    border: 2px solid #d4d4d4;
    margin: 20px 0; }

.gform_wrapper {
    max-width: 100% !important; }

.gform_heading {
    margin: 0px !important; }

.gform_footer {
    margin-top: 0px !important; }

.gform_title {
    display: none !important; }

.gform_body ul {
    float: none; }
.gform_body ul li {
    margin-bottom: 20px; }
.gform_body ul li label {
    display: none !important; }
.gform_body ul li input, .gform_body ul li textarea {
    padding: 10px !important;
    font-size: 13px !important;
    border: 2px solid #d4d4d4;
    width: 100% !important;
    box-sizing: border-box; }
.gform_body ul li .textarea {
    width: 100% !important;
    border: 2px solid #d4d4d4;
    box-sizing: border-box; }
.gform_body ul li .name_first {
    margin-right: 20px !important;
    width: calc(50% - 12px) !important;
    box-sizing: border-box; }
@media screen and (max-width: 480px) {
    .gform_body ul li .name_first {
        width: 100% !important;
        margin-bottom: 20px; } }
.gform_body ul li .name_last {
    width: calc(50% - 14px) !important;
    box-sizing: border-box; }
@media screen and (max-width: 480px) {
    .gform_body ul li .name_last {
        width: 100% !important; } }
.gform_body ul #field_2_2 {
    width: calc(50% - 12px) !important;
    margin-right: 24px !important;
    display: inline-block !important;
    box-sizing: border-box; }
@media screen and (max-width: 480px) {
    .gform_body ul #field_2_2 {
        width: 100% !important; } }
.gform_body ul #field_2_3 {
    width: calc(50% - 12px) !important;
    display: inline-block !important;
    box-sizing: border-box; }
@media screen and (max-width: 480px) {
    .gform_body ul #field_2_3 {
        width: 100% !important; } }

.gform_button {
    font-style: normal;
    font-size: 13px !important;
    padding: 7px 20px;
    background-color: transparent;
    color: #707070;
    transition: all 0.3s ease;
    border: 2px solid #707070;
    font-weight: bold;
    float: right; }
.gform_button:hover {
    color: #446bb4;
    border: 2px solid #446bb4;
    cursor: pointer; }

footer {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    position: relative;
    background-color: #d4d4d4;
    -webkit-box-shadow: inset 0 20px 10px -20px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 20px 10px -20px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 20px 10px -20px rgba(0, 0, 0, 0.6); }
footer:last-child {
    margin-right: 0; }
footer .content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    padding: 0 50px; }
footer .content:last-child {
    margin-right: 0; }
@media screen and (max-width: 768px) {
    footer .content {
        margin-bottom: 24px; } }
@media screen and (max-width: 480px) {
    footer .content {
        padding: 0px 10px; } }
footer .content .block {
    padding-bottom: 50px; }
footer .content h4 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    font-size: 14px;
    color: #363636;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 25px;
    position: relative; }
footer .content h4:last-child {
    margin-right: 0; }
@media screen and (max-width: 768px) {
    footer .content h4 {
        margin-bottom: 15px; } }
footer .content .news {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 38.5854090412%; }
footer .content .news:last-child {
    margin-right: 0; }
@media screen and (max-width: 768px) {
    footer .content .news {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
    footer .content .news:last-child {
        margin-right: 0; } }
@media screen and (max-width: 480px) {
    footer .content .news {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        text-align: center; }
    footer .content .news:last-child {
        margin-right: 0; } }
footer .content .news .item {
    float: left;
    display: block;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px; }
footer .content .news .item h5 {
    margin: 0;
    color: #363636; }
footer .content .news .item a {
    font-size: 12px;
    color: #707070;
    text-transform: uppercase;
    font-weight: bold; }
footer .content .news .item a:hover {
    font-weight: bold; }
@media screen and (max-width: 768px) {
    footer .content .news .item {
        width: 98%;
        margin-bottom: 4px; }
    footer .content .news .item h5, footer .content .news .item a {
        display: inline-block; }
    footer .content .news .item a:before {
        content: '- '; } }
footer .content .logo {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 18.1138787216%;
    text-align: center;
    background: url("../images/logo-footer.png") no-repeat center;
    min-height: 210px; }
footer .content .logo:last-child {
    margin-right: 0; }
@media screen and (max-width: 768px) {
    footer .content .logo {
        display: none; } }
footer .content .social {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 18.1138787216%;
    text-align: right; }
footer .content .social:last-child {
    margin-right: 0; }
@media screen and (max-width: 768px) {
    footer .content .social {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
    footer .content .social:last-child {
        margin-right: 0; } }
@media screen and (max-width: 480px) {
    footer .content .social {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        text-align: center; }
    footer .content .social:last-child {
        margin-right: 0; } }
footer .content .social h4 {
    margin-bottom: 55px; }
@media screen and (max-width: 480px) {
    footer .content .social h4 {
        margin-bottom: 25px; } }
footer .content .social i {
    color: #707070;
    font-size: 28px;
    margin-left: 10px;
    transition: all 0.3s ease; }
footer .content .social i:hover {
    color: #446bb4; }
@media screen and (max-width: 768px) {
    footer .content .social i {
        font-size: 23px; } }
footer .content .contact {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 18.1138787216%;
    margin-right: 0;
    text-align: right; }
footer .content .contact:last-child {
    margin-right: 0; }
@media screen and (max-width: 768px) {
    footer .content .contact {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
    footer .content .contact:last-child {
        margin-right: 0; } }
@media screen and (max-width: 480px) {
    footer .content .contact {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        text-align: center; }
    footer .content .contact:last-child {
        margin-right: 0; } }
footer .content .contact h4 {
    margin-bottom: 30px; }
footer .content .contact a {
    color: #707070;
    font-size: 14px;
    display: block;
    float: right;
    width: 100%; }
footer .content .contact a:hover {
    color: #446bb4; }
footer .content .contact span {
    display: block;
    position: relative;
    float: right;
    width: 100%;
    font-size: 14px; }
footer .content .contact address {
    font-style: normal;
    color: #363636; }
footer .footer-nav {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    background-color: #464646;
    position: relative; }
footer .footer-nav:last-child {
    margin-right: 0; }
footer .footer-nav p {
    display: inline-block;
    color: #d4d4d4;
    font-size: 12px; }
footer .footer-nav .copyright {
    position: relative;
    left: 50px;
    height: 15px; }
@media screen and (max-width: 1200px) {
    footer .footer-nav .copyright {
        left: 20px; } }
@media screen and (max-width: 480px) {
    footer .footer-nav .copyright {
        left: 10px;
        font-size: 11px !important; } }
footer .footer-nav .miclub {
    position: absolute;
    right: 50px;
    bottom: 0;
    text-align: right; }
footer .footer-nav .miclub a {
    text-decoration: underline;
    color: #ffffff; }
footer .footer-nav .miclub a:hover {
    font-weight: bold; }
@media screen and (max-width: 1200px) {
    footer .footer-nav .miclub {
        right: 20px; } }
@media screen and (max-width: 480px) {
    footer .footer-nav .miclub {
        right: 10px;
        font-size: 11px !important; } }
footer .footer-nav .menu-header {
    width: calc(70% - 100px);
    position: relative;
    height: 22px;
    display: inline-block;
    left: 20px; }
@media screen and (max-width: 768px) {
    footer .footer-nav .menu-header {
        display: none; } }
footer .footer-nav .menu-header .sub-menu {
    display: none; }
footer .footer-nav .menu-header ul {
    display: table;
    position: absolute;
    padding: 0;
    left: 0;
    margin: 9px 0 10px;
    table-layout: fixed;
    width: 100%; }
footer .footer-nav .menu-header ul li {
    display: table-cell;
    text-align: center; }
footer .footer-nav .menu-header ul li a {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 13px;
    color: #d4d4d4; }
footer .footer-nav .menu-header ul li a:hover {
    font-weight: bold; }
footer .footer-nav .menu-header ul .current_page_item a {
    font-weight: bold;
    color: #ffffff; }

#poststuff html {
    overflow: scroll !important; }

.subheading {
    color: #446bb4;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    display: block;
    float: left; }

.subtitle {
    color: #446bb4;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    display: block;
    float: left;
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center; }

.large-text {
    font-weight: bold;
    font-size: 19px;
    display: block;
    float: left; }

ul {
    padding-left: 20px;
    clear: both; }

.line-list {
    list-style: none;
    padding-left: 15px; }
.line-list li {
    font-weight: bold; }
.line-list li:before {
    content: '|';
    position: relative;
    left: -10px; }

.icon-file-pdf, .icon-file-word, .icon-file-excel {
    margin-right: 20px;
    display: block; }
.icon-file-pdf:before, .icon-file-word:before, .icon-file-excel:before {
    padding: 0 10px;
    font-size: 24px;
    position: relative;
    top: 4px; }

.search article {
    border: 1px solid #D4D4D4;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 15px 0; }
.search article h4 {
    color: #446bb4;
    margin: 0 20px;
    font-weight: bold; }
.search article hr {
    border: 1px solid #d4d4d4 !important; }
.search article p {
    margin: 5px 20px; }
.search article a {
    color: #446bb4; }

.search .nav a {
    font-weight: bold;
    color: #446bb4;
    font-size: 20px; }
.search .nav a:hover {
    color: #133a59; }

.splash-image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    max-height: 40vh !important; }
.splash-image:last-child {
    margin-right: 0; }
.splash-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
.splash-image img {
    z-index: -100;
    margin: 0 auto;
    display: inline-block;
    width: 100% !important;
    height: auto !important; }
@media screen and (max-width: 480px) {
    .splash-image {
        height: 100px; }
    .splash-image img {
        width: 100% !important;
        height: auto !important; } }

@media screen and (max-width: 768px) {
    .menu #nav {
        display: none; } }

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 0 0;
    background-color: rgba(0, 45, 89, 0.9);
    display: none;
    float: left;
    z-index: 200;
    overflow-y: scroll;
    max-height: 100%; }
.mobile-menu .menu-toggle {
    display: block;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 2px;
    position: absolute;
    top: 30px;
    left: 20px; }
@media screen and (max-width: 480px) {
    .mobile-menu .menu-toggle {
        padding: 7px;
        left: 10px; } }
.mobile-menu ul {
    padding: 0; }
.mobile-menu #nav {
    margin-top: 40px;
    padding: 0;
    list-style: none;
    width: 100%; }
.mobile-menu #nav a {
    color: #ffffff; }
.mobile-menu #nav li {
    border-bottom: 1px solid #ffffff;
    width: 100%;
    padding: 0 20px;
    position: relative;
    display: block; }
.mobile-menu #nav li a {
    padding: 15px 0;
    clear: left;
    display: block;
    transition: all 0.3s ease; }
.mobile-menu #nav li a:hover {
    color: #446bb4; }
.mobile-menu #nav li .sub-menu {
    z-index: 300;
    display: none;
    width: 100vw;
    left: -20px;
    position: relative;
    float: left; }
.mobile-menu #nav li .sub-menu li {
    padding-left: 40px; }
.mobile-menu #nav li .sub-menu li .sub-menu {
    left: -40px; }
.mobile-menu #nav li .sub-menu li .sub-menu li {
    padding-left: 60px; }
.mobile-menu #nav li:hover .sub-menu {
    display: block; }

.mobile-members {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    float: right;
    width: 100%;
    background-color: rgba(0, 45, 89, 0.9);
    z-index: 200;
    text-align: right;
    color: #002D59;
    padding-top: 65px; }
@media screen and (max-width: 480px) {
    .mobile-members {
        padding-top: 42px; } }
.mobile-members .members-link {
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 2px;
    position: absolute;
    top: 30px;
    right: 20px; }
@media screen and (max-width: 480px) {
    .mobile-members .members-link {
        padding: 7px;
        right: 20px;
        top: 31px; } }
.mobile-members .dropdown {
    display: block;
    position: relative;
    padding: 20px 20px 10px;
    width: 100%;
    text-align: center; }
@media screen and (max-width: 480px) {
    .mobile-members .dropdown {
        margin-top: 20px; } }
.mobile-members .dropdown input {
    display: inline; }
.mobile-members .dropdown label {
    min-width: 150px;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 7px; }
.mobile-members .dropdown input[type=text], .mobile-members .dropdown input[type=password] {
    min-width: 150px;
    height: 23px; }
.mobile-members .dropdown input[type=submit] {
    text-transform: uppercase;
    width: 50%;
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 10px;
    color: #ffffff;
    margin: 5px 0;
    transition: all 0.3s ease; }
@media screen and (max-width: 480px) {
    .mobile-members .dropdown input[type=submit] {
        width: 70%; } }
.mobile-members .dropdown input[type=submit]:hover {
    color: #446bb4;
    border: 2px solid #446bb4;
    cursor: pointer; }
@media screen and (max-width: 480px) {
    .mobile-members .dropdown input[type=submit] input[type=checkbox] {
        margin-top: 10px; } }
.mobile-members .dropdown a {
    margin-top: 5px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: none;
    color: #ffffff; }
.mobile-members .dropdown a:hover {
    color: #446bb4; }
.mobile-members .dropdown:hover {
    display: block; }
.mobile-members:hover .members-link {
    cursor: pointer;
    border-bottom: 9px solid rgba(0, 45, 89, 0.8);
    color: #446bb4; }
.mobile-members .menu {
    margin-top: 30px;
    padding: 0;
    list-style: none;
    width: 100%; }
.mobile-members .menu a {
    color: #ffffff; }
.mobile-members .menu li {
    border-bottom: 1px solid #ffffff;
    width: 100%;
    padding: 0 20px;
    position: relative;
    display: block; }
.mobile-members .menu li a {
    padding: 15px 0;
    clear: left;
    display: block;
    transition: all 0.3s ease; }
.mobile-members .menu li a:hover {
    color: #446bb4; }
.mobile-members .menu li .sub-menu {
    z-index: 300;
    display: none;
    width: 300px;
    left: -20px;
    position: relative;
    float: left; }
.mobile-members .menu li .sub-menu li {
    padding-left: 40px; }
.mobile-members .menu li .sub-menu li .sub-menu {
    left: -40px; }
.mobile-members .menu li .sub-menu li .sub-menu li {
    padding-left: 60px; }
.mobile-members .menu li:hover .sub-menu {
    display: block; }

.shrink .mobile-members .menu {
    margin-top: 20px; }

@media screen and (max-width: 768px) {
    .shrink .menu-toggle {
        top: 15px; } }

@media screen and (max-width: 480px) {
    .shrink .menu-toggle {
        top: 16px; } }

@media screen and (max-width: 768px) {
    .shrink .members-link {
        top: 15px; } }

@media screen and (max-width: 480px) {
    .shrink .members-link {
        top: 16px; } }

.splash-members {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    height: 300px;
    overflow: hidden;
    position: relative;
    text-align: center; }
.splash-members:last-child {
    margin-right: 0; }
@media screen and (max-width: 480px) {
    .splash-members {
        height: 100px; } }
.splash-members .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
.splash-members img {
    z-index: -100;
    margin: 0 auto;
    display: inline-block; }

.members {
    position: relative;
    padding-top: 0px; }
.members .members-sidebar {
    width: 290px;
    box-sizing: border-box;
    position: relative;
    display: block;
    float: left;
    padding-right: 20px;
    margin-top: 30px; }
.members .members-sidebar .members-menu {
    padding: 0;
    list-style: none;
    margin: 0; }
.members .members-sidebar .members-menu li {
    width: 100%; }
.members .members-sidebar .members-menu li a {
    text-align: center;
    background-color: #446bb4;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    color: white;
    display: block;
    padding: 12px 20px;
    margin: 6px 0 7px;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14); }
.members .members-sidebar .members-menu li a:hover {
    background-color: #133a59; }
.members .members-sidebar .members-menu li a:first-child {
    margin-top: 0; }
@media screen and (max-width: 1200px) {
    .members .members-sidebar .members-menu {
        display: none; } }
.members .members-sidebar .fb-page, .members .members-sidebar .events {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    position: relative; }
.members .members-sidebar .fb-page:last-child, .members .members-sidebar .events:last-child {
    margin-right: 0; }
@media screen and (max-width: 1200px) {
    .members .members-sidebar .fb-page {
        display: none; } }
.members .members-sidebar .events {
    padding: 20px 15px 0; }
.members .members-sidebar .events > h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold; }
.members .members-sidebar .events .eo-events {
    list-style: none;
    margin-top: 10px;
    display: block;
    float: left;
    padding: 0;
    width: 100%; }
.members .members-sidebar .events .eo-events li {
    margin-top: 20px;
    display: block;
    float: left; }
@media screen and (max-width: 1200px) {
    .members .members-sidebar .events .eo-events li {
        width: 33.33333%; }
    .members .members-sidebar .events .eo-events li h3 {
        font-size: 14px;
        margin: 0; } }
.members .members-sidebar .events .eo-events li a .day {
    color: white;
    padding: 13px 15px;
    background-color: #b7b7b7;
    font-size: 24px;
    margin-right: 10px;
    transition: all 0.3s ease; }
.members .members-sidebar .events .eo-events li a .day:hover {
    background-color: #446bb4; }
.members .members-sidebar .events .eo-events li .month, .members .members-sidebar .events .eo-events li .year {
    position: relative;
    top: -15px;
    left: 5px;
    font-weight: bold;
    color: #363636; }
.members .members-sidebar .events .eo-events li h3 {
    margin: 0; }
.members .members-sidebar .events .eo-events li h3 a {
    position: relative;
    left: 70px;
    top: -15px;
    letter-spacing: 1px; }
@media screen and (max-width: 1200px) {
    .members .members-sidebar .events .eo-events li {
        text-align: center; }
    .members .members-sidebar .events .eo-events li .month {
        margin-top: 20px; }
    .members .members-sidebar .events .eo-events li .month, .members .members-sidebar .events .eo-events li .year {
        left: auto;
        top: auto;
        display: block; }
    .members .members-sidebar .events .eo-events li h3 a {
        left: auto;
        top: auto;
        display: block; } }
.members .members-sidebar .events .calendar-view {
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 13px; }
.members .members-sidebar .events .calendar-view:hover {
    color: #446bb4; }
@media screen and (max-width: 1200px) {
    .members .members-sidebar .events {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 0; }
    .members .members-sidebar .events:last-child {
        margin-right: 0; } }
@media screen and (max-width: 480px) {
    .members .members-sidebar .events {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-top: 0; }
    .members .members-sidebar .events:last-child {
        margin-right: 0; } }
.members .members-sidebar .weather {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    position: relative;
    padding: 20px 0; }
.members .members-sidebar .weather:last-child {
    margin-right: 0; }
.members .members-sidebar .weather h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px; }
.members .members-sidebar .weather .links {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    margin: 7px 0; }
.members .members-sidebar .weather .links:last-child {
    margin-right: 0; }
.members .members-sidebar .weather .links a {
    font-size: 13px;
    display: inline-block; }
.members .members-sidebar .weather #weatherFeed {
    display: block;
    float: left;
    width: 100%; }
.members .members-sidebar .weather #weatherFeed .weatherTitle {
    position: absolute;
    top: 6px;
    right: 20px; }
@media screen and (max-width: 768px) {
    .members .members-sidebar .weather #weatherFeed .weatherTitle {
        top: 6px; } }
.members .members-sidebar .weather #weatherFeed div {
    width: 33.333333%;
    display: block;
    float: left;
    text-align: center; }
.members .members-sidebar .weather #weatherFeed div b {
    font-weight: bold; }
.members .members-sidebar .weather #weatherFeed div span {
    display: block; }
@media screen and (max-width: 1200px) {
    .members .members-sidebar .weather {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-right: 0;
        margin-top: 30px; }
    .members .members-sidebar .weather:last-child {
        margin-right: 0; } }
@media screen and (max-width: 480px) {
    .members .members-sidebar .weather {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-top: 0; }
    .members .members-sidebar .weather:last-child {
        margin-right: 0; } }
@media screen and (max-width: 1200px) {
    .members .members-sidebar {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0;
        padding: 0;
        margin: 0; }
    .members .members-sidebar:last-child {
        margin-right: 0; } }
@media screen and (max-width: 480px) {
    .members {
        padding-bottom: 0px; }
    .members .heading {
        margin: 20px 0 5px !important; } }
.members .members-content {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    display: block;
    float: left;
    margin-top: 30px; }
.members .members-content .heading {
    left: -15%; }
@media screen and (max-width: 1200px) {
    .members .members-content .heading {
        left: 0; } }
@media screen and (max-width: 768px) {
    .members .members-content {
        padding: 0 !important; } }
.members .members-content .featured-post {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden; }
.members .members-content .featured-post:last-child {
    margin-right: 0; }
.members .members-content .featured-post .archive-content {
    padding: 0px 20px 30px; }
.members .members-content .featured-post .archive-content h2 {
    margin: 15px 0; }
.members .members-content .featured-post .archive-content img {
    min-height: 200px;
    width: auto; }
@media screen and (max-width: 480px) {
    .members .members-content .featured-post .archive-content img {
        min-height: 150px;
        height: 150px; } }
.members .members-content .featured-post .archive-content .read_more_link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: bold;
    border: 2px solid #707070;
    padding: 5px 20px;
    font-size: 14px;
    text-transform: uppercase; }
.members .members-content .featured-post .archive-content .read_more_link:hover {
    border: 2px solid #446bb4;
    color: #446bb4; }
@media screen and (max-width: 480px) {
    .members .members-content .featured-post .archive-content .read_more_link {
        bottom: 13px;
        right: 15px;
        padding: 5px 10px;
        font-size: 12px; } }
.members .members-content .featured-post small {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-style: italic; }
.members .members-content .column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
.members .members-content .column:last-child {
    margin-right: 0; }
@media screen and (max-width: 480px) {
    .members .members-content .column {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0; }
    .members .members-content .column:nth-child(2n) {
        margin-right: 2.3576515979%; }
    .members .members-content .column:nth-child(2n+1) {
        clear: none; }
    .members .members-content .column:last-child {
        margin-right: 0; } }
.members .members-content .column .panel {
    border: 1px solid #446bb4;
    border-radius: 2px;
    position: relative;
    margin-bottom: 20px;
    height: 100%;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2); }
.members .members-content .column .panel h2 {
    color: white;
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    padding: 10px 15px;
    background: #446bb4;
    box-sizing: border-box; }
.members .members-content .column .panel p {
    font-size: 14px;
    margin: 5px 10px; }
.members .members-content .column .panel ul {
    list-style: none; }
.members .members-content .column .panel a {
    color: #446bb4;
    transition: all 0.3s ease; }
.members .members-content .column .panel a:hover {
    text-decoration: underline; }
.members .members-content .column .panel td {
    padding: 5px 10px; }
.members .members-content .flDateHeading {
    position: relative !important;
    color: black !important;
    top: 0 !important;
    left: 0 !important;
    font-size: 14px !important;
    text-shadow: none !important; }
.members .members-content .flDateHeading span {
    color: #707070 !important; }
@media screen and (max-width: 1200px) {
    .members .members-content {
        width: 100%;
        padding: 0;
        margin-top: 30px; }
    .members .members-content .heading {
        top: -90px;
        color: #446bb4;
        text-shadow: none; } }

.login .left {
    text-align: center; }
.login .left form {
    background-color: rgba(0, 45, 89, 0.8);
    margin: 0 10%;
    padding: 20px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }
.login .left form span, .login .left form a {
    color: #ffffff; }
.login .left form input {
    border: 2px solid #707070;
    line-height: 30px;
    width: 200px;
    margin: 5px 0;
    padding: 0 10px;
    font-size: 16px; }
.login .left form .remember {
    display: inline-block; }
.login .left form .remember input[type=checkbox] {
    display: inline-block;
    width: 20px; }
.login .left form input[type=submit] {
    transition: all 0.3s ease; }
.login .left form input[type=submit]:hover {
    cursor: pointer;
    border: 2px solid #446bb4;
    color: #446bb4; }

.login .right small {
    margin-top: 10px;
    display: block; }

.tab_off {
    background-color: #EBEDED;
    background-image: none; }

.tab_on, .tab_off {
    border-bottom: 1px solid silver;
    height: 62px; }

.members table {
    border: 0 !important; }
.members table .portal {
    border: 0px; }
.members table .portal table .portal {
    background-color: #EBEDED;
    border: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }
.members table .portal table .portal tr th {
    padding: 5px 20px;
    background-color: #446bb4; }
.members table .portal table .portal td {
    padding: 10px 20px;
    border: 0; }
.members table tr td {
    padding: 5px; }
.members table tr td:last-child {
    padding: 5px; }
/*product styles*/

.portGenBold {font-weight: bold;}
.portal-right {float: right;font-weight: bold;}
.portalLink a {width:100%;margin: 0px 20px 8px 0;text-align: right;display: block;padding-right: 20px;}
#points ul {padding-right: 20px;}
p.helper-class {padding: 15px;}
.bg-warning {background-color: #f2dede;}

.ui-widget {font-size: 1em!important;}
.block {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    position: relative;
    margin-bottom: 20px;
    height: 100%;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2); }
.block:last-child {
    margin-right: 0; }
.block:nth-child(3n) {
    margin-right: 0; }
.block:nth-child(3n+1) {
    clear: left; }
.block h2 {
    color: white;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    font-size: 17px;
    position: relative;
    padding: 10px 15px;
    background: #446bb4; }
.block .block-wrap {
    padding: 10px;
    display: block;
    float: left;
    min-height: 150px; }
.block .block-wrap p {
    font-size: 14px;
    margin: 5px 10px; }
.block .block-wrap table {
    margin: 0px 10px 10px; }
.block .block-wrap ul {
    list-style: none; }
.block .block-wrap .portalLink {
    margin-bottom: 10px;
    display: block;
    padding-left: 10px; }
.block .block-wrap .portalLink a {
    font-size: 14px;
    color: #446bb4;
    transition: all 0.3s ease;
    margin: 5px 10px; }
.block .block-wrap .portalLink a:hover {
    color: #133a59; }



.teetime-fixtures-table {
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }
.teetime-fixtures-table .row .row-heading h3 {
    color: white !important; }


.btn-primary .btn-label, .btn-primary .glyphicon, .btn-primary .caret, .btn-grey .btn-label, .btn-grey .glyphicon, .btn-grey .caret {
    color: white; }

#datepicker {
    border: 1px solid #cbcbcb;
    height: 30px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 10px; }

.item-remove {
    position: relative;
    top: 25px;
    left: -20px; }
.item-remove .link-removeItem:hover span {
    color: red; }

.checkout-transaction {
    margin-bottom: 10px; }
.checkout-transaction hr {
    margin: 10px 0 !important;
    border: 1px solid #eee !important; }
.checkout-transaction .group-name {
    padding-left: 10px;
    margin-top: 14px;
    position: relative;
    display: block;
    float: left; }
.checkout-transaction .fee-name {
    padding-left: 30px; }
.checkout-transaction .remove-booking {
    position: relative;
    top: 3px;
    left: -25px; }
.checkout-transaction .remove-booking .link-removeItem:hover span {
    color: red; }

.event-nav span, .event-nav i {
    color: white; }

.event-nav .event-editdays {
    top: 30px !important;
    left: 108px !important; }

.btn-book-group, .btn-clear {
    background-color: #446bb4 !important; }

#ts-header .glyphicons-reg {
    color: white !important; }

.my-booking span {
    color: #707070; }
.my-booking span:hover {
    color: #446bb4; }

.modal-dialog {
    margin: 10% auto !important; }

.members-sidebar {
    width: 290px;
    box-sizing: border-box;
    position: relative;
    display: block;
    float: left;
    padding-right: 20px;
    margin-top: 30px; }
.members-sidebar .members-menu {
    padding: 0;
    list-style: none;
    margin: 0; }
.members-sidebar .members-menu li {
    width: 100%; }
.members-sidebar .members-menu li a {
    text-align: center;
    background-color: #446bb4;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    color: white;
    display: block;
    padding: 12px 20px;
    margin: 6px 0 7px;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.14); }
.members-sidebar .members-menu li a:hover {
    background-color: #133a59; }
.members-sidebar .members-menu li a:first-child {
    margin-top: 0; }
@media screen and (max-width: 1200px) {
    .members-sidebar .members-menu {
        display: none; } }
.members-sidebar .fb-page, .members-sidebar .events {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    position: relative; }
.members-sidebar .fb-page:last-child, .members-sidebar .events:last-child {
    margin-right: 0; }
@media screen and (max-width: 1200px) {
    .members-sidebar .fb-page {
        display: none; } }
.members-sidebar .events {
    padding: 20px 15px 0; }
.members-sidebar .events > h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold; }
.members-sidebar .events .eo-events {
    list-style: none;
    margin-top: 10px;
    display: block;
    float: left;
    padding: 0;
    width: 100%; }
.members-sidebar .events .eo-events li {
    margin-top: 20px;
    display: block;
    float: left; }
@media screen and (max-width: 1200px) {
    .members-sidebar .events .eo-events li {
        width: 33.33333%; }
    .members-sidebar .events .eo-events li h3 {
        font-size: 14px;
        margin: 0; } }
.members-sidebar .events .eo-events li a .day {
    color: white;
    padding: 13px 15px;
    background-color: #b7b7b7;
    font-size: 24px;
    margin-right: 10px;
    transition: all 0.3s ease; }
.members-sidebar .events .eo-events li a .day:hover {
    background-color: #446bb4; }
.members-sidebar .events .eo-events li .month, .members-sidebar .events .eo-events li .year {
    position: relative;
    top: -15px;
    left: 5px;
    font-weight: bold;
    color: #363636; }
.members-sidebar .events .eo-events li h3 {
    margin: 0; }
.members-sidebar .events .eo-events li h3 a {
    position: relative;
    left: 70px;
    top: -15px;
    letter-spacing: 1px; }
@media screen and (max-width: 1200px) {
    .members-sidebar .events .eo-events li {
        text-align: center; }
    .members-sidebar .events .eo-events li .month {
        margin-top: 20px; }
    .members-sidebar .events .eo-events li .month, .members-sidebar .events .eo-events li .year {
        left: auto;
        top: auto;
        display: block; }
    .members-sidebar .events .eo-events li h3 a {
        left: auto;
        top: auto;
        display: block; } }
.members-sidebar .events .calendar-view {
    position: absolute;
    top: 24px;
    right: 20px;
    font-size: 13px; }
.members-sidebar .events .calendar-view:hover {
    color: #446bb4; }
@media screen and (max-width: 1200px) {
    .members-sidebar .events {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 0; }
    .members-sidebar .events:last-child {
        margin-right: 0; } }
@media screen and (max-width: 480px) {
    .members-sidebar .events {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-top: 0; }
    .members-sidebar .events:last-child {
        margin-right: 0; } }
.members-sidebar .weather {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    position: relative;
    padding: 20px 0; }
.members-sidebar .weather:last-child {
    margin-right: 0; }
.members-sidebar .weather h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px; }
.members-sidebar .weather .links {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    margin: 7px 0; }
.members-sidebar .weather .links:last-child {
    margin-right: 0; }
.members-sidebar .weather .links a {
    font-size: 13px;
    display: inline-block; }
.members-sidebar .weather #weatherFeed {
    display: block;
    float: left;
    width: 100%; }
.members-sidebar .weather #weatherFeed .weatherTitle {
    position: absolute;
    top: 6px;
    right: 20px; }
@media screen and (max-width: 768px) {
    .members-sidebar .weather #weatherFeed .weatherTitle {
        top: 6px; } }
.members-sidebar .weather #weatherFeed div {
    width: 33.333333%;
    display: block;
    float: left;
    text-align: center; }
.members-sidebar .weather #weatherFeed div b {
    font-weight: bold; }
.members-sidebar .weather #weatherFeed div span {
    display: block; }
@media screen and (max-width: 1200px) {
    .members-sidebar .weather {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-right: 0;
        margin-top: 30px; }
    .members-sidebar .weather:last-child {
        margin-right: 0; } }
@media screen and (max-width: 480px) {
    .members-sidebar .weather {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-top: 0; }
    .members-sidebar .weather:last-child {
        margin-right: 0; } }
@media screen and (max-width: 1200px) {
    .members-sidebar {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0;
        padding: 0;
        margin: 0; }
    .members-sidebar:last-child {
        margin-right: 0; } }

#memberSearch:before, #eventListForm:before {
    content: "Members Directory";
    display: block;
    position: absolute;
    width: 100%;
    top: -120px;
    left: -15%;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(0, 0, 0, 0.2), 1px 1px 8px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 45px; }

@media screen and (max-width: 1200px) {
    #memberSearch:before, #eventListForm:before {
        top: -90px;
        color: #446bb4;
        text-shadow: none; } }

#eventListForm:before {
    content: "Fixtures & Bookings"; }

.password .portal {
    margin: 10px 0;
    width: 300px;
    text-align: left !important;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2); }
.password .portal th {
    display: none; }
.password .portal input, .password .portal textarea {
    padding: 5px !important;
    font-size: 13px !important;
    border: 2px solid #d4d4d4;
    width: 70% !important;
    box-sizing: border-box;
    margin: 0 auto;
    display: block; }
.password .portal input[type=submit] {
    border: 2px solid #446bb4;
    color: white;
    background-color: #446bb4;
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -10px;
    transition: all 0.3s ease; }
.password .portal input[type=submit]:hover {
    cursor: pointer;
    background-color: white;
    color: #446bb4; }

.home {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    background-color: white; }
.home:last-child {
    margin-right: 0; }
.home .one {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 50px 100px 70px; }
.home .one::after {
    clear: both;
    content: "";
    display: table; }
.home .one h1 {
    color: #446bb4;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 3px; }
.home .one span {
    font-weight: bold; }
.home .one p {
    margin-bottom: 40px;
    text-align: left; }
.home .one a {
    border: 2px solid #363636;
    border-radius: 2px;
    padding: 10px 25px;
    color: #363636;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: bold; }
.home .one a:hover {
    color: #446bb4;
    border: 2px solid #446bb4;
    -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 480px) {
    .home .one {
        padding: 40px 20px;
        text-align: center; }
    .home .one p {
        text-align: center; } }
.home .two {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 100px; }
.home .two::after {
    clear: both;
    content: "";
    display: table; }
@media screen and (max-width: 768px) {
    .home .two {
        padding: 50px; } }
@media screen and (max-width: 480px) {
    .home .two {
        padding: 30px 30px 50px; } }
.home .two .title {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
.home .two .title:last-child {
    margin-right: 0; }
.home .two .title span {
    color: #446bb4;
    font-size: 35px; }
.home .two .title h1 {
    display: block;
    color: #446bb4;
    font-weight: bold;
    font-size: 45px;
    margin-top: 5px; }
@media screen and (max-width: 480px) {
    .home .two .title {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0; }
    .home .two .title:last-child {
        margin-right: 0; } }
.home .two .content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-right: 0; }
.home .two .content:last-child {
    margin-right: 0; }
.home .two .content .bold, .home .two .content p {
    margin: 0;
    border-left: 3px solid #707070;
    padding-left: 30px; }
@media screen and (max-width: 480px) {
    .home .two .content .bold, .home .two .content p {
        padding: 0;
        border: 0px solid; } }
.home .two .content .bold {
    font-weight: bold;
    color: #363636;
    font-size: 15px;
    padding-bottom: 20px; }
.home .two .content p {
    display: block;
    margin-bottom: 40px; }
.home .two .content a {
    margin-left: 30px;
    border: 2px solid #363636;
    border-radius: 2px;
    padding: 7px 25px;
    color: #363636;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: bold; }
@media screen and (max-width: 480px) {
    .home .two .content a {
        margin-left: 0px; } }
.home .two .content a:hover {
    color: #446bb4;
    border: 2px solid #446bb4;
    -webkit-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.3); }
@media screen and (max-width: 480px) {
    .home .two .content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0; }
    .home .two .content:last-child {
        margin-right: 0; } }

.span {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    background-color: #dde2ea;
    position: relative;
    overflow: hidden;
    z-index: -1; }
.span:last-child {
    margin-right: 0; }
.span .block-icon {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    text-align: center;
    padding: 10px 3% 0;
    position: relative; }
.span .block-icon:last-child {
    margin-right: 0; }
.span .block-icon:nth-child(4n) {
    margin-right: 0; }
.span .block-icon:nth-child(4n+1) {
    clear: left; }
@media screen and (max-width: 768px) {
    .span .block-icon {
        padding: 0;
        height: 200px; } }
@media screen and (max-width: 480px) {
    .span .block-icon {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
    .span .block-icon:nth-child(4n) {
        margin-right: 2.3576515979%; }
    .span .block-icon:nth-child(4n+1) {
        clear: none; }
    .span .block-icon:last-child {
        margin-right: 0; }
    .span .block-icon:nth-child(2n) {
        margin-right: 0; }
    .span .block-icon:nth-child(2n+1) {
        clear: left; } }
.span .block-icon a span, .span .block-icon a i, .span .block-icon a h3, .span .block-icon a p {
    color: #707070;
    transition: all 0.3s ease; }
.span .block-icon a i {
    font-size: 35px; }
.span .block-icon a h3 {
    text-transform: uppercase;
    padding: 20px 0 15px;
    margin: 0;
    font-weight: 600;
    font-size: 18px; }
.span .block-icon a p {
    font-size: 14px;
    margin: 0; }
.span .block-icon a span {
    margin: 0;
    display: block;
    padding-top: 15px;
    font-size: 14px;
    font-weight: bold; }
.span .block-icon a:hover span, .span .block-icon a:hover i, .span .block-icon a:hover h3, .span .block-icon a:hover p {
    color: #446bb4; }
.span .block-icon a:hover h3 {
    padding: 10px 0 5px;
    font-size: 20px; }
.span .block-icon a:hover i {
    font-size: 60px; }
.span .block-icon a:hover span {
    padding-top: 5px; }
.span .block-image {
    width: 25%;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    height: 100%;
    background-size: cover !important; }
@media screen and (max-width: 768px) {
    .span .block-image {
        width: 50%; } }
@media screen and (max-width: 480px) {
    .span .block-image {
        width: 100%; } }
.span .block-image .image-overlay {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%; }
.span .block-image .image-link {
    z-index: 200;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease; }
.span .block-image .image-link a {
    border: 2px solid #ffffff;
    width: 90%;
    height: 250px;
    display: block;
    margin: 5%;
    padding: 9% 10%; }
.span .block-image .image-link h3, .span .block-image .image-link span, .span .block-image .image-link p {
    color: #ffffff; }
.span .block-image .image-link h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5%; }
.span .block-image .image-link p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px; }
.span .block-image .image-link span {
    font-weight: bold; }
.span .block-image:hover .image-overlay, .span .block-image:hover .image-link {
    opacity: 1; }
@media screen and (max-width: 768px) {
    .span .image-link a {
        height: 180px !important; }
    .span .image-link h3 {
        font-size: 20px !important; } }

.pad {
    padding: 50px 30px;
    height: 30vh; }
@media screen and (max-width: 480px) {
    .pad {
        padding: 20px 30px; }
    .pad .block-icon {
        padding: 20px 0;
        box-sizing: border-box;
        height: auto; } }

.tour {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
.tour:last-child {
    margin-right: 0; }

.archives-wrap .archive {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    position: relative; }
.archives-wrap .archive:last-child {
    margin-right: 0; }
.archives-wrap .archive:nth-child(3n) {
    margin-right: 0; }
.archives-wrap .archive:nth-child(3n+1) {
    clear: left; }
@media screen and (max-width: 768px) {
    .archives-wrap .archive {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
    .archives-wrap .archive:nth-child(3n) {
        margin-right: 2.3576515979%; }
    .archives-wrap .archive:nth-child(3n+1) {
        clear: none; }
    .archives-wrap .archive:last-child {
        margin-right: 0; }
    .archives-wrap .archive:nth-child(2n) {
        margin-right: 0; }
    .archives-wrap .archive:nth-child(2n+1) {
        clear: left; } }
@media screen and (max-width: 480px) {
    .archives-wrap .archive {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0; }
    .archives-wrap .archive:nth-child(2n) {
        margin-right: 2.3576515979%; }
    .archives-wrap .archive:nth-child(2n+1) {
        clear: none; }
    .archives-wrap .archive:last-child {
        margin-right: 0; } }
.archives-wrap .archive .image-wrap {
    max-height: 225px;
    overflow: hidden; }
.archives-wrap .archive .image-wrap img {
    min-width: 100% !important;
    min-height: 225px !important;
    width: auto !important;
    height: auto !important; }
.archives-wrap .archive .archive-content {
    padding: 20px;
    margin-bottom: 10px; }
.archives-wrap .archive .archive-content h2 {
    margin: 0; }
.archives-wrap .archive .archive-content h2 a {
    font-size: 18px;
    font-weight: bold; }
.archives-wrap .archive .read_more_link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: bold; }
.archives-wrap .archive small {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-style: italic; }

.reciprocal h2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    text-align: center;
    color: #446bb4;
    font-size: 32px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 3px; }
.reciprocal h2:last-child {
    margin-right: 0; }

.reciprocal .state .club {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    position: relative;
    margin-bottom: 30px; }
.reciprocal .state .club:last-child {
    margin-right: 0; }
.reciprocal .state .club:nth-child(3n) {
    margin-right: 0; }
.reciprocal .state .club:nth-child(3n+1) {
    clear: left; }
.reciprocal .state .club h4 {
    width: 100%;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 5px; }
@media screen and (max-width: 768px) {
    .reciprocal .state .club {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
    .reciprocal .state .club:last-child {
        margin-right: 0; }
    .reciprocal .state .club:nth-child(4n) {
        margin-right: 2.3576515979%; }
    .reciprocal .state .club:nth-child(4n+1) {
        clear: none; }
    .reciprocal .state .club:nth-child(2n) {
        margin-right: 0; }
    .reciprocal .state .club:nth-child(2n+1) {
        clear: left; } }
@media screen and (max-width: 480px) {
    .reciprocal .state .club {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0; }
    .reciprocal .state .club:last-child {
        margin-right: 0; }
    .reciprocal .state .club:nth-child(2n) {
        margin-right: 2.3576515979%; }
    .reciprocal .state .club:nth-child(2n+1) {
        clear: none; } }

.testimonials {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    position: relative;
    padding: 0;
    margin: 0; }
.testimonials:last-child {
    margin-right: 0; }
@media screen and (max-width: 480px) {
    .testimonials {
        display: none; } }
.testimonials .overlay {
    z-index: -100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/testimonials.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
.testimonials h2 {
    width: 100%;
    height: 200px;
    float: left;
    display: block;
    margin: 0;
    line-height: 200px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    text-shadow: 1px 1px black;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
.testimonials .testimonial-wrap {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    position: relative;
    background-color: white;
    height: 220px; }
.testimonials .testimonial-wrap:last-child {
    margin-right: 0; }
.testimonials .testimonial-wrap ul {
    float: none;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin: 0 auto; }
.testimonials .testimonial-wrap ul::after {
    clear: both;
    content: "";
    display: table; }
.testimonials .testimonial-wrap ul .icon-left, .testimonials .testimonial-wrap ul .icon-right {
    margin: 10px;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 200;
    font-size: 50px;
    font-weight: 100;
    color: #707070;
    transition: all 0.3s ease; }
.testimonials .testimonial-wrap ul .icon-left:hover, .testimonials .testimonial-wrap ul .icon-right:hover {
    color: #446bb4;
    cursor: pointer; }
.testimonials .testimonial-wrap ul .icon-right {
    right: 0;
    left: auto; }
.testimonials .testimonial-wrap ul li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    height: 80px;
    padding: 70px 100px;
    text-align: center; }
.testimonials .testimonial-wrap ul li p {
    margin: 0;
    font-weight: bold; }
.testimonials .testimonial-wrap ul li span {
    margin-top: 20px;
    display: block; }

.sponsors {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    position: relative;
    padding: 0;
    margin: 0; }
.sponsors:last-child {
    margin-right: 0; }
.sponsors .overlay {
    z-index: -100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/testimonials.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
.sponsors h2 {
    width: 100%;
    height: 200px;
    float: left;
    display: block;
    margin: 0;
    line-height: 200px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
    text-shadow: 1px 1px black;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4); }
.sponsors .sponsors-wrap {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    position: relative;
    background-color: white; }
.sponsors .sponsors-wrap:last-child {
    margin-right: 0; }
.sponsors .sponsors-wrap .sponsor {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 60px; }
.sponsors .sponsors-wrap .sponsor::after {
    clear: both;
    content: "";
    display: table; }
.sponsors .sponsors-wrap .sponsor .royalSlider, .sponsors .sponsors-wrap .sponsor .rsOverflow, .sponsors .sponsors-wrap .sponsor .rsSlide {
    background: none !important; }
.sponsors .sponsors-wrap .sponsor .rsBullets {
    display: none; }
.sponsors .sponsors-wrap .sponsor .rsArrowIcn {
    background: none !important;
    border-top: 5px solid #446bb4;
    border-right: 5px solid #446bb4; }
.sponsors .sponsors-wrap .sponsor .rsArrowLeft {
    -ms-transform: rotate(225deg);
    /* IE 9 */
    -webkit-transform: rotate(225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(225deg); }
.sponsors .sponsors-wrap .sponsor .rsArrowRight {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg); }

.gallery-full {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    position: relative; }
.gallery-full:last-child {
    margin-right: 0; }
.gallery-full a {
    width: 20%;
    display: block;
    float: left;
    text-align: center;
    position: relative;
    height: 190px;
    overflow: hidden;
    background-size: cover; }
.gallery-full a:hover {
    opacity: 0.6; }
.gallery-full a img {
    width: 100%; }
@media screen and (max-width: 768px) {
    .gallery-full a {
        width: 25%; } }
@media screen and (max-width: 480px) {
    .gallery-full a {
        width: 50%; } }

.gallery-columns-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    position: relative;
    margin-top: 30px !important; }
.gallery-columns-1:last-child {
    margin-right: 0; }
.gallery-columns-1 br {
    display: none; }
.gallery-columns-1 .gallery-item {
    position: relative;
    width: 20% !important;
    overflow: hidden;
    margin: 0 !important; }
.gallery-columns-1 .gallery-item:hover {
    cursor: pointer; }
@media screen and (max-width: 768px) {
    .gallery-columns-1 .gallery-item {
        width: 25% !important; } }
@media screen and (max-width: 480px) {
    .gallery-columns-1 .gallery-item {
        width: 50% !important; } }
.gallery-columns-1 .gallery-item img {
    width: 100%;
    height: auto;
    border: 0 solid !important;
    transition: all 0.3s ease; }
.gallery-columns-1 .gallery-item img:hover {
    opacity: 0.6; }
.gallery-columns-1 .gallery-caption {
    position: absolute;
    bottom: 0px;
    color: white;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: left;
    padding-left: 20px;
    height: 40px;
    line-height: 40px; }

.gallery-select .gallery-item {
    max-height: 250px; }
.gallery-select .gallery-item .gallery-caption {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: transparent; }
.gallery-select .gallery-item:hover .gallery-caption {
    display: none; }
.gallery-select .gallery-item:hover img:hover {
    opacity: 1; }

.main .gallery-columns-1 {
    position: relative; }
.main .gallery-columns-1 .gallery-item {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: auto; }
.main .gallery-columns-1 .gallery-item img:hover {
    opacity: 1;
    cursor: default; }

.gallery-columns-3 .gallery-item {
    width: 32% !important;
    margin-right: 1% !important;
    margin-top: 0 !important; }
.gallery-columns-3 .gallery-item .gallery-caption {
    display: none; }
@media screen and (max-width: 480px) {
    .gallery-columns-3 .gallery-item {
        width: 99% !important; } }
.gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto;
    border: 0 solid !important;
    transition: all 0.3s ease;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }
.gallery-columns-3 .gallery-item img:hover {
    opacity: 0.6; }

.gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
    margin: 0 !important; }
.gallery-columns-4 .gallery-item .gallery-caption, .gallery-columns-5 .gallery-item .gallery-caption {
    display: none; }
.gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img {
    width: 100%;
    height: auto;
    border: 0 solid !important;
    transition: all 0.3s ease; }
.gallery-columns-4 .gallery-item img:hover, .gallery-columns-5 .gallery-item img:hover {
    opacity: 0.6; }

@media screen and (max-width: 768px) {
    .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
        width: 33.33333% !important; }
    .gallery-columns-4 br, .gallery-columns-5 br {
        display: none; } }

@media screen and (max-width: 480px) {
    .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item {
        width: 100% !important; } }

.sidebar, .right-sidebar {
    width: 300px;
    float: left;
    position: absolute;
    left: -320px;
    display: block;
    top: 20px; }
.sidebar .widget, .right-sidebar .widget {
    padding: 10px 0 20px;
    float: left;
    display: block;
    width: 100%;
    font-size: 14px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 20px; }
.sidebar .widget h3, .right-sidebar .widget h3 {
    margin: 0 0 10px;
    color: #446bb4;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; }
.sidebar .widget i, .right-sidebar .widget i {
    display: inline-block; }
.sidebar .widget ul, .right-sidebar .widget ul {
    list-style: none;
    padding: 0; }
.sidebar .widget ul a, .right-sidebar .widget ul a {
    padding-left: 5px; }
.sidebar .widget ul a:hover, .right-sidebar .widget ul a:hover {
    color: #446bb4; }
.sidebar .widget ul a:before, .right-sidebar .widget ul a:before {
    content: '-';
    position: relative;
    left: -5px; }
.sidebar .widget ul a .sub-menu, .right-sidebar .widget ul a .sub-menu {
    padding-left: 20px; }
.sidebar .widget ul .current_page_item a, .right-sidebar .widget ul .current_page_item a {
    font-weight: bold; }
.sidebar .widget .button, .right-sidebar .widget .button {
    border: 1px solid #707070;
    color: #707070;
    display: table;
    margin: 10px 0;
    padding: 3px 10px; }
.sidebar .widget .button:hover, .right-sidebar .widget .button:hover {
    color: #446bb4;
    border: 1px solid #446bb4; }
.sidebar .widget .contact a, .right-sidebar .widget .contact a {
    color: #707070;
    font-size: 14px;
    display: block; }
.sidebar .widget .contact a:hover, .right-sidebar .widget .contact a:hover {
    color: #446bb4; }
.sidebar .widget .contact span, .right-sidebar .widget .contact span {
    display: block;
    font-size: 14px; }
.sidebar .widget .contact .inline, .right-sidebar .widget .contact .inline {
    display: inline-block; }
.sidebar .widget-news a, .right-sidebar .widget-news a {
    font-size: 13px;
    color: #707070;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 5px; }
.sidebar .widget-news a:hover, .right-sidebar .widget-news a:hover {
    color: #446bb4; }
.sidebar .widget_search label, .right-sidebar .widget_search label {
    display: none; }
.sidebar .widget_search input, .right-sidebar .widget_search input {
    display: inline-block;
    padding: 5px 5px;
    border: 1px solid #707070; }
.sidebar .widget_search input[type="text"], .right-sidebar .widget_search input[type="text"] {
    width: 70%;
    height: 28px;
    top: -1px;
    position: relative; }
.sidebar .widget_search input[type="submit"], .right-sidebar .widget_search input[type="submit"] {
    width: 28%;
    border-radius: 1px;
    color: #707070;
    background-color: transparent;
    font-size: 14px; }
.sidebar .widget_search input[type="submit"]:hover, .right-sidebar .widget_search input[type="submit"]:hover {
    color: #446bb4;
    border: 1px solid #446bb4; }
@media screen and (max-width: 1720px) {
    .sidebar, .right-sidebar {
        display: none; } }

.right-sidebar {
    right: -320px;
    text-align: right;
    left: auto; }
.right-sidebar .button {
    float: right; }

.tour .holes .hole {
    position: relative;
    float: left;
    display: block;
    width: 25%; }
.tour .holes .hole img {
    width: 100%;
    height: auto; }
.tour .holes .hole a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
.tour .holes .hole a h3 {
    display: block;
    text-align: center;
    margin: 23% auto;
    width: 90px;
    line-height: 40px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 4px;
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(0, 0, 0, 0.2), 1px 1px 8px rgba(0, 0, 0, 0.2); }
.tour .holes .hole a:hover {
    background-color: rgba(0, 0, 0, 0.001); }
.tour .holes .hole a:hover h3 {
    display: none; }
@media screen and (max-width: 768px) {
    .tour .holes .hole {
        width: 33.3333%; } }
@media screen and (max-width: 480px) {
    .tour .holes .hole {
        width: 100%; } }

.tour-v2 .holes .hole {
    position: relative;
    float: left;
    display: block;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    border-top: 50px solid #133a59; }
.tour-v2 .holes .hole:last-child {
    margin-right: 0; }
.tour-v2 .holes .hole:nth-child(4n) {
    margin-right: 0; }
.tour-v2 .holes .hole:nth-child(4n+1) {
    clear: left; }
@media screen and (max-width: 768px) {
    .tour-v2 .holes .hole {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
    .tour-v2 .holes .hole:nth-child(4n) {
        margin-right: 2.3576515979%; }
    .tour-v2 .holes .hole:nth-child(4n+1) {
        clear: none; }
    .tour-v2 .holes .hole:last-child {
        margin-right: 0; }
    .tour-v2 .holes .hole:nth-child(3n) {
        margin-right: 0; }
    .tour-v2 .holes .hole:nth-child(3n+1) {
        clear: left; } }
@media screen and (max-width: 480px) {
    .tour-v2 .holes .hole {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0; }
    .tour-v2 .holes .hole:nth-child(3n) {
        margin-right: 2.3576515979%; }
    .tour-v2 .holes .hole:nth-child(3n+1) {
        clear: none; }
    .tour-v2 .holes .hole:last-child {
        margin-right: 0; } }
.tour-v2 .holes .hole img {
    width: 100%;
    height: auto; }
.tour-v2 .holes .hole a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.tour-v2 .holes .hole a h3 {
    position: absolute;
    top: -68px;
    left: 24px;
    display: block;
    line-height: 40px;
    color: white;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 4px; }
.tour-v2 .holes .hole a .long, .tour-v2 .holes .hole a .mens-par {
    margin: 0;
    color: white;
    padding: 5px 10px 3px;
    background-color: #f5cd15;
    display: block;
    width: 58px;
    position: absolute;
    right: 0;
    bottom: 0; }
.tour-v2 .holes .hole a .mens-par {
    width: 10px;
    height: 20px;
    background-color: #114369;
    right: 80px;
    bottom: 0;
    display: block;
    float: right;
    padding: 5px 10px; }
.tour-v2 .holes .hole a:hover {
    background-color: rgba(255, 255, 255, 0.5); }

.single-course .content {
    padding-bottom: 0; }

.single-course .hole img {
    margin-bottom: 10px;
    width: 100%;
    height: auto; }

.single-course .hole .pagination {
    position: relative;
    height: 30px; }
.single-course .hole .pagination a {
    color: #446bb4;
    font-size: 18px;
    font-weight: bold; }
.single-course .hole .pagination a:hover {
    color: #133a59; }
.single-course .hole .pagination .prev, .single-course .hole .pagination .next {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0; }
.single-course .hole .pagination .next {
    left: auto;
    right: 0; }
.single-course .hole .pagination .overview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 0; }
@media screen and (max-width: 480px) {
    .single-course .hole .pagination .overview {
        display: none; } }

.single-course .hole .mens-par strong:before, .single-course .hole .ladies-par strong:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #114369;
    display: inline-block;
    top: 4px;
    position: relative;
    margin-right: 10px; }

.single-course .hole .ladies-par strong:before {
    background-color: #983734; }

.single-course .hole .course {
    width: 100%;
    position: relative; }
.single-course .hole .course .post {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    position: relative; }
.single-course .hole .course .post:last-child {
    margin-right: 0; }
@media screen and (max-width: 768px) {
    .single-course .hole .course .post {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
    .single-course .hole .course .post:last-child {
        margin-right: 0; } }
@media screen and (max-width: 480px) {
    .single-course .hole .course .post {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0; }
    .single-course .hole .course .post:last-child {
        margin-right: 0; } }
.single-course .hole .course .distance {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
    position: relative;
    top: -90px; }
.single-course .hole .course .distance:last-child {
    margin-right: 0; }
@media screen and (max-width: 768px) {
    .single-course .hole .course .distance {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
    .single-course .hole .course .distance:last-child {
        margin-right: 0; } }
@media screen and (max-width: 480px) {
    .single-course .hole .course .distance {
        top: 0; } }
.single-course .hole .course .distance img {
    position: relative;
    right: 50px;
    width: 90%; }
@media screen and (max-width: 768px) {
    .single-course .hole .course .distance img {
        top: 70px; } }
@media screen and (max-width: 480px) {
    .single-course .hole .course .distance img {
        top: 0; } }
@media screen and (max-width: 480px) {
    .single-course .hole .course .distance {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
    .single-course .hole .course .distance:last-child {
        margin-right: 0; } }
.single-course .hole .course .distance .long, .single-course .hole .course .distance .medium, .single-course .hole .course .distance .short {
    color: white;
    padding: 5px 10px;
    background-color: #f5cd15;
    display: block;
    width: 67px;
    position: absolute;
    right: 0; }
.single-course .hole .course .distance .medium {
    background-color: #ba2424;
    top: 33px; }
.single-course .hole .course .distance .short {
    background-color: #c2c2c2;
    top: 66px; }

.course-slider {
    position: relative;
    height: 204px;
    width: 100%;
    overflow: hidden;
    float: left; }
@media screen and (max-width: 768px) {
    .course-slider {
        height: 150px; } }
.course-slider .course-left, .course-slider .course-right {
    display: block;
    width: 80px;
    height: 100%;
    margin: 0;
    position: relative;
    z-index: 1000; }
@media screen and (max-width: 768px) {
    .course-slider .course-left, .course-slider .course-right {
        width: 60px; } }
.course-slider .course-left p, .course-slider .course-right p {
    background: none !important;
    border-top: 3px solid white;
    border-right: 3px solid white;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 35%;
    z-index: 200; }
@media screen and (max-width: 768px) {
    .course-slider .course-left p, .course-slider .course-right p {
        width: 30px;
        height: 30px; } }
@media screen and (max-width: 480px) {
    .course-slider .course-left p, .course-slider .course-right p {
        width: 20px;
        height: 20px; } }
.course-slider .course-left:hover, .course-slider .course-right:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5); }
.course-slider .course-left:hover p, .course-slider .course-right:hover p {
    border-top: 3px solid #446bb4;
    border-right: 3px solid #446bb4; }
.course-slider .course-left {
    float: left; }
.course-slider .course-left p {
    -ms-transform: rotate(225deg);
    /* IE 9 */
    -webkit-transform: rotate(225deg);
    /* Chrome, Safari, Opera */
    transform: rotate(225deg);
    left: 30px !important; }
@media screen and (max-width: 768px) {
    .course-slider .course-left p {
        left: 20px !important; } }
@media screen and (max-width: 480px) {
    .course-slider .course-left p {
        left: 10px !important; } }
.course-slider .course-right {
    float: right; }
.course-slider .course-right p {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    right: 30px !important; }
@media screen and (max-width: 768px) {
    .course-slider .course-right p {
        right: 20px !important; } }
@media screen and (max-width: 480px) {
    .course-slider .course-right p {
        right: 10px !important; } }
.course-slider .hole-slide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 20%;
    background-size: cover !important; }
.course-slider .hole-slide img {
    width: 100%;
    height: auto; }
.course-slider .hole-slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
.course-slider .hole-slide a h3 {
    display: block;
    text-align: center;
    margin: 20% auto;
    width: 90px;
    line-height: 40px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), -1px -1px 5px rgba(0, 0, 0, 0.2), 1px 1px 8px rgba(0, 0, 0, 0.2); }
@media screen and (max-width: 768px) {
    .course-slider .hole-slide a h3 {
        font-size: 30px; } }
@media screen and (max-width: 480px) {
    .course-slider .hole-slide a h3 {
        font-size: 25px; } }
.course-slider .hole-slide a:hover {
    background-color: transparent; }
.course-slider .hole-slide a:hover h3 {
    display: none; }
.course-slider .active a {
    display: none; }

.sidebar-news {
    width: 300px;
    float: left;
    position: absolute;
    display: block;
    top: 20px;
    right: -320px;
    text-align: right;
    left: auto; }
@media screen and (max-width: 1720px) {
    .sidebar-news {
        padding: 10px;
        text-align: left !important;
        right: auto;
        position: relative; } }
.sidebar-news h3 {
    margin: 10px 0 10px;
    color: #446bb4;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
    float: right;
    width: 100%; }
.sidebar-news hr {
    border: 1px solid #d4d4d4 !important;
    margin-top: 25px !important; }
.sidebar-news ul {
    list-style: none;
    display: block;
    position: relative;
    float: right;
    width: 100%;
    padding: 0; }
.sidebar-news ul a {
    padding-left: 5px;
    font-size: 14px; }
.sidebar-news ul a:hover {
    color: #446bb4; }
.sidebar-news ul span {
    font-size: 12px;
    font-style: italic; }
.sidebar-news ul .current_page_item a {
    font-weight: bold; }

.post .post-data {
    width: 100%;
    text-align: center;
    display: block; }

.post ul {
    display: block;
    width: 100%;
    position: relative;
    float: left; }

.post .back {
    display: block;
    float: left;
    width: 100%; }

table {
    border-bottom: 2px solid #d4d4d4;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
    display: inline-table; }
table thead {
    text-align: left;
    border-top: 2px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4; }
table thead tr th {
    padding: 15px 10px;
    margin-bottom: 10px;
    text-transform: uppercase; }
table tr td {
    padding: 20px 15px 20px 10px; }
table tr td:last-child {
    padding: 20px 0; }

.table-1 {
    width: 100%; }
.table-1 th {
    width: 33.333333%; }

.table-2 th {
    width: 33.333333%; }

.table-2 th:nth-child(2) {
    width: 77.777777%; }

.table-3 th {
    width: 77.777777%; }

.table-3 th:nth-child(2) {
    width: 33.333333%; }

.popup {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: white;
    border-top-left-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3); }
.popup .action {
    transition: all 0.3s ease;
    margin: 3px;
    font-size: 14px;
    margin: 10px 15px; }
.popup .action:hover {
    cursor: pointer; }
@media screen and (max-width: 768px) {
    .popup {
        display: none; } }
.popup .color-select {
    display: none;
    width: 350px;
    height: 250px;
    padding: 20px;
    padding-top: 0; }
.popup .color-select label {
    width: 100%;
    display: block;
    float: left; }
.popup .color-select label input {
    float: right; }
.popup .color-select button {
    width: 100%;
    margin: 15px 0;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
.popup .color-select .action {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 4px;
    background-color: white;
    font-size: 14px;
    margin: 10px 15px; }

/*# sourceMappingURL=style.css.map */