            /******************************************************************
Site Name: porterDuke
Author: Porter

Stylesheet: Main Stylesheet

******************************************************************/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}


/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* ==========================================================================
   Base
   ========================================================================== */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

.youtube_embed_iframe {
    margin: 20px auto;
    display: block;
    border: 0;
}

@media (max-width:690px) {
    .youtube_embed_iframe {
        width: 100% !important;
        height: 200px !important
    }
}

html {
    font-size: 14px;
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* ==========================================================================
   Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    /*border-bottom: 0px solid #ffffff;*/
    background: transparent;
}


/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}


/*home */

#homeImage {
    color: #fff;
}


/* end home */

.button-border {
    display: inline-block;
    vertical-align: middle;
    margin: 1rem 0 1rem 0;
    font-family: inherit;
    padding: 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: #000 !important;
    letter-spacing: 2px;
    border: 2px solid #000;
}


/*menu */

.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

/* on scroll we change the hamburger colour */
.headerBlack .hamburger-inner, .headerBlack .hamburger-inner::before, .headerBlack .hamburger-inner::after {
    background-color: #3c7a89;
}


.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/*end menu */

.location_register_column p {
    margin-bottom: .25em !important;
}

.modal-title {
    text-align: center;
}

.thumbFeatured {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 30px;
    /*float: left;*/
    overflow: hidden;
}

.textFeatured {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255, 0) 0%, rgba(255,255,255,0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255, 0) 0%, rgba(255,255,255,0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255, 0) 0%, rgba(0,255,255,255,65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

@media (max-width: 767px) {
    .thumbFeatured {
        position: relative;
        width: 100%;
        height: 100vh;
        margin: 60px auto 20px;
        float: none;
        overflow: hidden;
        display: block;
        text-align: center;
    }
    .textFeatured {
        bottom: 0;
    }
    .textFeatured h1 {
        /*font-size:18px;*/
    }
    .textFeatured {
        bottom: 0 !important;
    }
}

.thumbFeatured:hover .textFeatured {
    display: block;
}

.thumbFeatured a,
.thumbFeatured a:visited {
    color: #fff;
    text-decoration: none;
}

.thumbFeatured a:hover {
    color: #fff !important;
}


/* featured */

.thumb {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 0;
    float: left;
    overflow: hidden;
}

.thumb_programs {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    float: left;
    overflow: hidden;
}

.programs .col-md-4,
.programs .col-md-3 {
    margin-bottom: 20px;
}

.text_programs {
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: none;
    padding-top: 25%;
    padding-bottom: 0;
    font-size: 30px;
    text-shadow: 2px 2px #000;
    text-align: center;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.text_programs a,
.text_programs a:hover {
    text-shadow: 2px 2px #000 !important;
    color: #fff !important;
    font-weight: 800 !important;
}

.thumb_programs:hover .text_programs {
    display: block;
    padding-top: 35%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

@media (max-width: 767px) {
    .thumb {
        position: relative;
        width: 100%;
        height: 200px;
        margin: 0 auto 0;
        float: none;
        overflow: hidden;
        display: block;
        text-align: center;
    }
    .text h3 {
        font-size: 25px;
    }
    .text {
        font-size: 15px;
        bottom: 0 !important;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
        /* IE6-9 */
    }
}

.text {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    background: none;
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.text h3 {
    text-shadow: 2px 2px #000;
}

.thumb:hover .text {
    display: block;
}

.thumb a,
.thumb a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 39px;
    border-bottom: 0;
}

.thumb a:hover {
    color: #fff !important;
}


/* bootstrap */

.btn-primary.active {
    color: #000;
    background: #ffffff;
    border-color: #ffffff;
    border-radius: 0;
}

.btn-primary.active:hover {
    color: #000;
    background: #ffffff;
    border-color: #ffffff;
    border-radius: 0;
}

.carousel-control.right,
.carousel-control.left {
    background: none !important
}

.carousel-caption {
    color: #000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, .6);
    text-align: left;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-indicators li {
    border: 1px solid #000;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel_image {
    display: none !important;
    width: 150px !important;
    height: 150px !important;
    float: left;
    margin-right: 20px;
    border: 5px solid #e9010f;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

@media screen and (min-width: 768px) {
    .carousel_image {
        display: block !important;
    }
    .carousel-caption {
        right: 5%;
        left: 21%;
        padding-bottom: 30px;
        top: 20px !important;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: -30px;
        margin-right: -10px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: -30px;
        margin-left: -10px;
    }
}


/* ==========================================================================
   Typography
   ========================================================================== */


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

.question {
    z-index: 13;
    bottom: 10px;
    right: 10px;
    position: fixed;
    border-radius: 50%;
    background: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.question a {
    color: #fff;
    font-size: 30px;
    border-bottom: 0;
}

.question a:hover {
    color: #fff;
    border: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong,
.strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn,
em,
.em {
    font-style: italic;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/

p {
    -webkit-hyphens: none;
    -epub-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}


/*
 * Addresses margins set differently in IE6/7.
 */

pre {
    margin: 0;
}


/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}


/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}


/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

q:before,
q:after {
    content: '';
    content: none;
}

small,
.small {
    font-size: 75%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* ==========================================================================
    custom styles
  ========================================================================== */



#subscribetoemail {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 5%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    display: none;
}

.close_mailinglist {
    width: 97%;
    text-align: right;
    color: #fff;
    margin-top: 15px;
}

#logo {
    float: left;
    margin: 0.15em 0 !important;
}

#expand_menu {
    z-index: 9999110;
    right: 10px;
    top: 10px;
    position: fixed;
}

#logo_site {
    display: block;
    z-index: 100;
    left: 10px;
    top: 15px;
    position: fixed;
}

#logo_site a {
    height: 30px;
    border-bottom: 0;
}

#logo_site img {
    height: 80px;
    width: auto;
    margin-top: -15px;
}

@media only screen and (max-width:500px) {
    #logo_site img {
        height: 60px;
        width: auto;
        margin-top: -10px;
    }
}

#menu-ratd-menu {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.logo_nav {
    height: 40px;
    width: auto;
}

#socials {
    z-index: 10;
    top: 10px;
    right: 15px;
    position: fixed;
}

#socials a {
    color: #fff;
    border-bottom: 0;
}

#socials a:hover {
    color: #e40b1a;
}

#socials li {
    float: right;
    width: 40px;
    list-style: none;
}

#mobile_menu {
    display: block;
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 10;
    color: #fff
}

.video {
    height: 325px;
}

.row_margin {
    margin: 0
}


/* ==========================================================================
  Lists
========================================================================== */


/*
 * Addresses margins set differently in IE6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0;
}


/*
 * Addresses paddings set differently in IE6/7.
 */

menu {
    padding: 0 0 0 40px;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}


/*
 * Corrects list images handled incorrectly in IE7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* ==========================================================================
  Embedded content
========================================================================== */

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}


/* ==========================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}




/* ==========================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-replacement,
.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.clearfix,
.cf,
.comment-respond {
    zoom: 1;
}

.clearfix:before,
.clearfix:after,
.cf:before,
.comment-respond:before,
.cf:after,
.comment-respond:after {
    content: "";
    display: table;
}

.clearfix:after,
.cf:after,
.comment-respond:after {
    clear: both;
}

span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
    font-style: italic;
}

p {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    -webkit-font-feature-settings: "liga", "dlig";
    -moz-font-feature-settings: "liga=1, dlig=1";
    -ms-font-feature-settings: "liga", "dlig";
    -o-font-feature-settings: "liga", "dlig";
    font-feature-settings: "liga", "dlig";
}

.last-col {
    float: right;
    padding-right: 0 !important;
}







.alert-help,
.alert-info,
.alert-error,
.alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
}

.alert-help {
    border-color: #e8dc59;
    background: #ebe16f;
}

.alert-info {
    border-color: #bfe4f4;
    background: #d5edf8;
}

.alert-error {
    border-color: #f8cdce;
    background: #fbe3e4;
}

.alert-success {
    border-color: #deeaae;
    background: #e6efc2;
}

.blue-btn,
.comment-reply-link,
#submit {
    display: inline-block;
    position: relative;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: white;
    font-size: 0.9em;
    font-size: 34px;
    line-height: 34px;
    font-weight: normal;
    padding: 0 24px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.14s ease-in-out;
    transition: background-color 0.14s ease-in-out;
}

.blue-btn:hover,
.comment-reply-link:hover,
#submit:hover,
.blue-btn:focus,
.comment-reply-link:focus,
#submit:focus {
    color: white;
    text-decoration: none;
}

.blue-btn:active,
.comment-reply-link:active,
#submit:active {
    top: 1px;
}

.blue-btn,
.comment-reply-link,
#submit {
    background-color: #2980b9;
}

.blue-btn:hover,
.comment-reply-link:hover,
#submit:hover,
.blue-btn:focus,
.comment-reply-link:focus,
#submit:focus {
    background-color: #2574a8;
}

.blue-btn:active,
.comment-reply-link:active,
#submit:active {
    background-color: #2472a4;
}




/*********************
GENERAL STYLES
*********************/

body {
    /*font-family: "Raleway", "futura-pt-condensed", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    font-family: "Raleway", sans-serif;

font-weight: 700;

font-style: normal;
    font-size: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}


/*********************
LAYOUT & GRID STYLES
*********************/

.wrap {
    width: 90%;
    margin: 0 auto;
}


/*********************
LINK STYLES
*********************/

.footer a,
.footer a:visited {
    color: #fff;
}

.footer a:hover,
.footer a:focus,
.footer a:visited:hover,
.footer a:visited:focus {
    color: #ffffff;
    text-decoration: none !important
}

a{
    color: #333;
    /* on hover */
    /* on click */
    /* mobile tap color */
}

a:hover,
a:focus{
    color: #000;
    text-decoration: none !important
}


.entry-content a:link,
a:visited:link {
    /*border-bottom: 2px solid #ffffff;*/
}


/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/

.bootstrap-realtypress h1,
.bootstrap-realtypress .h1 {
    font-size: 36px !important;
    font-weight: bold !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    text-rendering: optimizelegibility;
    font-weight: 400;
    font-family: "Raleway", sans-serif;

font-weight: 700;

font-style: normal;
    /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
    /* removing text decoration from all headline links */
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none;
    border-bottom: 0;
}

h1,
.h1 {
    font-size: 3.0em;
    line-height: 1.13em;
}

h2,
.h2 {
    font-size: 2.25em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
    font-family: "Raleway", sans-serif;

font-weight: 700;

font-style: normal;
}

h3,
.h3 {
    font-size: 1.825em;
}

h4,
.h4 {
    font-size: 1.3em;
    font-weight: 700;
}

h5,
.h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 2.0em;
    }
}


/*********************
HEADER STYLES
*********************/

.header {
    /*background-color: #000;*/
    z-index: 98;
    top: 0px;
    left: 0;
    width: 100%;
    position: fixed;
    min-height: 75px;
    -webkit-transition: all 1s ease;
}

.logo {
    -webkit-transition: all 1s ease;
    width:100%;
    max-width: 170px;
    margin-top: 1rem;margin-left:00px;
    margin-right:70px;
}

#logo {
    margin: 0.75em 0;
}

#logo a {
    color: white;
}


@media only screen and (min-width: 768px) {

    .header {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0);
        z-index: 99!important;

        top: 0px;
        left: 0;
        width: 100%;
        position: fixed;
        min-height: 90px;
        -webkit-transition: all 1s ease;
    }
    .headerBlack {
        background-color: #fff;
        min-height: 75px;
        -webkit-transition: all 1s ease;
    }
    #socials {
        z-index: 10;
        top: 15px;
        right: 10px;
        position: fixed;
    }
}

.current-menu-item {
    /*background: #000 !important;*/
}

.current-menu-item a {
    color: #fff !important;
}

.footer .current-menu-item a {
    color: #fff !important;
}

.entry-title a {
    color: #ffffff !important;
}

.entry-title a:hover {
    color: #fff !important;
}

.byline {
    color: #9fa6b4;
    font-style: italic;
    margin: 0;
}


/* entry content */

.entry-content {
    padding: 0 1.5em 0;
}

.entry-content p {
    margin: 0 0 1.5em;
}

.entry-content table {
    width: 100%;
    margin-bottom: 1.5em;
}

.entry-content table caption {
    margin: 0 0 7px;
    font-size: 0.75em;
    color: #9fa6b4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-content tr {}

.entry-content tr:nth-child(even) {
    background-color: none;
}

.entry-content td {
    padding: 7px;
}

.entry-content td:last-child {
    border-right: 0;
}

.entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2;
}

.entry-content th:last-child {
    border-right: 0;
}

.entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #2980b9;
    font-style: italic;
    color: #9fa6b4;
}

.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
}

.entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
}

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
    /*max-width: 150px;*/
    height: auto;
}

.entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px;
}

#gallery-2 {
    text-align: center;
}

.gallery-item {
    width: 150px;
    display: inline-block;
}

@media only screen and (max-width:500px) {
    .gallery-item {
        width: 100px;
        display: inline-block;
    }
}


/* end .entry-content */

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
    /* images inside wp-caption */
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}


/* end .wp-caption */


/* image gallery styles */


/* end .gallery */


/* gallery caption styles */

.tags {
    margin: 0;
}


/******************************************************************
PAGE NAVI STYLES
******************************************************************/

.pagination,
.wp-prev-next {
    margin: 1.5em 0;
}

.pagination {
    text-align: center;
    width: 100%
}

.pagination ul {
    display: inline-block;
    background-color: white;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px;
}

.pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2;
}

.pagination a,
.pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #ffffff;
    font-weight: 800;
    background: #000;
}

.pagination a:hover,
.pagination a:focus,
.pagination span:hover,
.pagination span:focus {
    background-color: #ffffff;
    color: white;
}

.pagination .current {
    cursor: default;
    color: #fff;
}

.pagination .current:hover,
.pagination .current:focus {
    /*background-color: white;*/
    color: #000;
    background: #ffffff
}


/* end .bones_page_navi */


/* fallback previous & next links */

.wp-prev-next .prev-link {
    float: left;
}

.wp-prev-next .next-link {
    float: right;
}


/* end .wp-prev-next */


/******************************************************************
COMMENT STYLES
******************************************************************/


/* h3 comment title */

#comments-title {
    padding: 0.75em;
    margin: 0;
    border-top: 1px solid #f8f9fa;
    /* number of comments span */
}

.commentlist {
    margin: 0;
    list-style-type: none;
}

.comment {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 1.5em;
    border-bottom: 1px solid #f8f9fa;
    /* vcard */
    /* end .commentlist .vcard */
    /* end children */
    /* general comment classes */
}

.comment .comment-author {
    padding: 7px;
    border: 0;
}

.comment .vcard {
    margin-left: 50px;
}

.comment .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}

.comment .vcard time {
    display: block;
    font-size: 0.9em;
    font-style: italic;
}

.comment .vcard time a {
    color: #9fa6b4;
    text-decoration: none;
}

.comment .vcard time a:hover {
    text-decoration: none;
}

.comment .vcard .avatar {
    position: absolute;
    left: 16px;
    border-radius: 50%;
}

.comment:last-child {
    margin-bottom: 0;
}

.comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */
}

.comment[class*=depth-] {
    margin-top: 1.1em;
}

.comment.depth-1 {
    margin-left: 0;
    margin-top: 0;
}

.comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px;
}

.comment.odd {
    background-color: white;
}

.comment.even {
    background: #f8f9fa;
}


/* comment meta */


/* comment content */

.comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}


/* end .commentlist .comment_content */


/* comment reply link */

.comment-reply-link {
    font-size: 0.9em;
    float: right;
}


/* end .commentlist .comment-reply-link */


/* edit comment link */

.comment-edit-link {
    font-style: italic;
    margin: 0 7px;
    text-decoration: none;
    font-size: 0.9em;
}


/******************************************************************
COMMENT FORM STYLES
******************************************************************/

.comment-respond {
    padding: 1.5em;
    border-top: 1px solid #f8f9fa;
}

#reply-title {
    margin: 0;
}

.logged-in-as {
    color: #9fa6b4;
    font-style: italic;
    margin: 0;
}

.logged-in-as a {
    color: #5c6b80;
}

.comment-form-comment {
    margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
    padding: 1.5em;
    background-color: #f8f9fa;
    font-size: 0.9em;
}


/* comment submit button */

#submit {
    float: right;
    font-size: 1em;
}


/* comment form title */

#comment-form-title {
    margin: 0 0 1.1em;
}


/* cancel comment reply link */


/* logged in comments */


/* allowed tags */

#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}


/* no comments */

.nocomments {
    margin: 0 20px 1.1em;
}


/*********************
SIDEBARS & ASIDES
*********************/

.widget ul li {
    /* deep nesting */
}

.no-widgets {
    background-color: white;
    padding: 1.5em;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 2px;
    margin-bottom: 1.5em;
}


/*********************
FOOTER STYLES
*********************/

.footer {
    margin-top: 0;
    clear: both;
    background-color: #000;
    color: #fff;
}


/* end .footer-links */


/*********************
LARGER MOBILE DEVICES

*********************/

@media only screen and (min-width: 300px) {
    /*********************
  NAVIGATION STYLES
  *********************/
    /* .menu is clearfixed inside mixins.scss */
    .menu {
        /* end .menu ul */
    }
    .menu ul {
        /* end .menu ul li */
        /* highlight current page */
        /* end current highlighters */
    }
    .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */
    }
    .menu ul li a {
        /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */
    }
    /* end .menu */
    /*********************
  POSTS & CONTENT STYLES
  *********************/
    /* entry content */
    .entry-content {
        /* at this larger size, we can start to align images */
    }
    .entry-content .alignleft,
    .entry-content img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left;
    }
    .entry-content .alignright,
    .entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right;
    }
    .entry-content .aligncenter,
    .entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both;
    }
    /* end .entry-content */
    /*********************
  FOOTER STYLES
  *********************/
    /* end .footer-links */
}


/*********************
TABLET & SMALLER LAPTOPS
*********************/

.homeImage {
    width: 100%;
    height: auto;
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    margin-top: 60px;
}

.pageImage {
    margin-top: 60px;
}

.two_columns {
    width: 100%;
    -webkit-padding-start: 0;
}

.two_columns li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.onehundred {
    width: 100% !important
}

#s {
    margin: auto;
    background: #fff;
    border: 1px solid #000;
    margin-bottom: 15px;
}

#searchsubmit {
    text-transform: uppercase;
    background: #000;
    color: #ffffff;
    font-weight: 800;
    padding: 15px 30px;
    border: 0;
}

.newsletter {
    background: #fff;
}

#socials .dropdown span {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 17px;
    padding: 0;
    margin-top: 0;
}

#socials .dropdown span:hover {
    color: #ffffff;
}

#socials .dropdown ul {
    background: #000;
    color: #fff;
    padding: 5px;
    min-width: 180px
}

#socials .dropdown ul li {
    width: 100%;
    font-size: 16px;
}

.rps-mb30 {
    /*margin-top: 100px !important; */
}

.post-type-archive-rps_listing .rps-mb30 {
    margin-top: 100px !important;
}

.bootstrap-realtypress .rps-list-result .rps-property-result .rps-property-info h4 {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin: 20px 0 5px 0;
}

.bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-info {
    background-color: rgba(51, 51, 51, 0.9);
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-shadow: 0 1px 0 #333;
}

.bootstrap-realtypress .image-holder .rps-ribbon.rps-ribbon-warning {
    background-color: rgba(0, 0, 0, 0.9);
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    text-shadow: 0 1px 0 #333;
}

.bootstrap-realtypress .rps-grid-result .rps-property-result h4 {
    color: #000;
    font-size: 14px;
    font-weight: 800 !important;
    margin: 0;
    padding: 0;
}

.bootstrap-realtypress .rps-grid-result .rps-property-result .rps-property-info {
    background: #f3f3f3;
    padding: 10px 10px 8px 10px;
    font-size: 0.9em;
    border-top: 3px solid #000;
    color: #000;
}

.bootstrap-realtypress .slider-container .back-bar .pointer.last-active {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}

.bootstrap-realtypress .btn-primary {
    /* background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%); */
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88)); */
    /* background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%); */
    /* background-repeat: repeat-x; */
    border-color: #000 !important;
}

.bootstrap-realtypress .theme-green .back-bar .selected-bar {
    border-radius: 0;
    background: #000 none;
    height: 6px;
}

.bootstrap-realtypress .btn-primary {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.bootstrap-realtypress a {
    color: #000 !important;
    text-decoration: none;
}


#socials {
        z-index: 10;
        top: 55px;
        right: 80px;
        position: fixed;
    }

.quadmenu-container {
   opacity: 0;
}

#quadmenu {
    display: none !important;
}

@media only screen and (min-width: 1125px) {
    /******************************************************************

  ******************************************************************/
    /*********************
  GENERAL STYLES
  *********************/
    /*********************
  LAYOUT & GRID STYLES
  *********************/
    .wrap {
        width: 90%;
        max-width: 1040px;
    }
    /*********************
  HEADER STYLES
  *********************/
    /*********************
  NAVIGATION STYLES
  *********************/

    .quadmenu-container {
   opacity: 1;
    }

    #quadmenu {
    display: block !important;
}


    .nav li a {
        font-size: 18px;
    }
    #main h1,
    .h1 {
        font-size: 2.8em;
        line-height: 1.333em;
    }
    h1,
    .h1 {
        font-size: 4.5em;
        line-height: 1.333em;
    }
    .homeImage,
    .pageImage {
        margin-top: 0px !important;
    }
    .two_columns li {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
    #socials {
        z-index: 10;
        top: 55px;
        right: 20px;
        position: fixed;
    }
    .socialsScroll {
        /*top: 0px !important;*/
    }
    #expand_menu {
        display: none;
    }
    #logo_site {
        display: block;
        z-index: 100;
        left: 10px;
        top: 0px;
        position: fixed;
    }
    #logo_site img {
        height: 60px;
        width: auto;
        margin-top: 5px;
    }
    .home #logo_site img {
        height: 155px;
        margin-top: 15px;
    }
    @media only screen and (max-width: 800px) {
        .home #logo_site img {
            height: 45px;
            margin-top: 5px;
        }
    }
    .home_logo {
        height: 45px !important;
        margin-top: 5px !important;
    }
    
    
    #logo_site a {
        height: 55px;
    }
    #logo_site a:hover {
        background: none !important;
    }
    
    #mobile_menu {
        display: none;
    }
   /* .video {
        height: 475px;
    }*/
    .nav {
        display: block;
        margin: 1rem 0 0 0;
        border: 0;
    }
    .navScroll {
        margin: 5px 0 0 0;
    }
    .nav ul {
        background: #fff;
        margin-top: 0;
    }
    .nav li {
        /*float: left;*/
        display: inline-block;
        position: relative;
        width: auto;
    }
    .nav li:last-child a:after {
        content: "";
        color: #cc0000;
        margin-left: 0;
    }
    .nav li a {
        border-bottom: 0;
        font-size: 15px;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */
    }
    .nav li a:hover,
    .nav li a:focus {
        color: #ccc;
        background: none;
        text-decoration: none;
    }
    .nav li a:hover:after {
        text-decoration: none !important;
        color: #ccc;
    }
    .nav li ul.sub-menu,
    .nav li ul.children {
        margin-top: 0;
        border: 0;
        border-top: 0;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        /* highlight sub-menu current page */
    }
    .nav li ul.sub-menu li,
    .nav li ul.children li {}
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
        padding-left: 10px;
        border-right: 0;
        display: block;
        width: 300px;
        border-bottom: 0;
        font-size: 90% !important;
        border: 0 !important
    }
    .nav li ul.sub-menu li:last-child a,
    .nav li ul.children li:last-child a {
        border-bottom: 0;
    }
    .nav li ul.sub-menu li ul,
    .nav li ul.children li ul {
        top: 0;
        left: 100%;
    }
    .nav li:hover > ul {
        top: auto;
        visibility: visible;
    }
    /* end .nav */
    /*********************
  SIDEBARS & ASIDES
  *********************/
    .sidebar {
        margin-top: 2.2em;
    }
    .widgettitle {
        border-bottom: 2px solid #444;
        margin-bottom: 0.75em;
    }
    .widget {
        padding: 0 10px;
        margin: 2.2em 0;
    }
    .widget ul li {
        margin-bottom: 0.75em;
        /* deep nesting */
    }
    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em;
    }
    /* links widget */
    /* meta widget */
    /* pages widget */
    /* recent-posts widget */
    /* archives widget */
    /* tag-cloud widget */
    /* calendar widget */
    /* category widget */
    /* recent-comments widget */
    /* search widget */
    /* text widget */
    /*********************
  FOOTER STYLES
  *********************/
    /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
    .footer-links ul li {
        /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
    }
    /* end .footer-links */
}


/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/

.bootstrap-realtypress .pagination > .active > a,
.bootstrap-realtypress .pagination > .active > span,
.bootstrap-realtypress .pagination > .active > a:hover,
.bootstrap-realtypress .pagination > .active > span:hover,
.bootstrap-realtypress .pagination > .active > a:focus,
.bootstrap-realtypress .pagination > .active > span:focus {
    background-color: #000;
    border-color: #000;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 100%;
}

.page-title {
    font-size: 4.5rem;
}

.header {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
}

.headerBlack {
    background: #fff;
}

.desktop-phone {
    z-index: 10000;
    top: 0;
    right: 0;
    width: 250px;
    padding: 15px 20px;
    text-align: right;
    position: fixed;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    min-height: 70px;
    display: block;
    box-shadow: inset 0px -11px 28px -10px #ccc;
}

.mobile-phone {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .page-title {
        font-size: 2.5rem;
    }
    .desktop-phone {
        width: 180px;
        font-size: 1.3rem;
    }
    @media only screen and (max-width: 905px) {
        .desktop-phone {
            display: none;
        }
        .mobile-phone {
            display: block;
        }
        @media only screen and (max-width: 767px) {
            .desktop-phone {
                display: none;
            }
            .mobile-phone {
                display: block;
                z-index: 10002;
                position: fixed;
                color: #fff;
                top: 18px;
                right: 85px;
            }
            .mobile-phone a {
                color: #fff;
                border: 0;
                margin-right: 10px
            }
            .nav li ul.sub-menu li a,
            .nav li ul.children li a {
                font-size: 80% !important;
            }
            .top-nav {
                z-index: 1000000;
                top: 0;
                left: 0;
                width: 110%;
                height: 100vh;
                background: #fff;
                margin: 0 !important;
                padding: 90px 10px;
                margin-top: -1rem !important;
                margin-left: -1rem !important;
            }
            #inner-header {
                width: 100% !important
            }
        }
        @media only screen and (min-width: 1030px) {
            /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
            .wrap {
                width: 1240px;
                width: 90%;
            }
        }
        /*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
        @media only screen and (min-width: 1240px) {}
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (min--moz-device-pixel-ratio: 1.5),
        only screen and (min-device-pixel-ratio: 1.5) {
            @media print {
                * {
                    background: transparent !important;
                    color: black !important;
                    text-shadow: none !important;
                    filter: none !important;
                    -ms-filter: none !important;
                }
                a,
                a:visited {
                    color: #444 !important;
                    text-decoration: none !important;
                }
                a:after,
                a:visited:after {
                    content: " (" attr(href) ")";
                }
                a abbr[title]:after,
                a:visited abbr[title]:after {
                    content: " (" attr(title) ")";
                }
                .ir a:after,
                a[href^="javascript:"]:after,
                a[href^="#"]:after {
                    content: "";
                }
                pre,
                blockquote {
                    border: 1px solid #999;
                    page-break-inside: avoid;
                }
                thead {
                    display: table-header-group;
                }
                tr,
                img {
                    page-break-inside: avoid;
                }
                img {
                    max-width: 100% !important;
                }
                @page {
                    margin: 0.5cm;
                }
                p,
                h2,
                h3 {
                    orphans: 3;
                    widows: 3;
                }
                h2,
                h3 {
                    page-break-after: avoid;
                    font-family: "Raleway", sans-serif;

font-weight: 700;

font-style: normal;
                }
                .sidebar,
                .page-navigation,
                .wp-prev-next,
                .respond-form,
                nav {
                    display: none;
                }
            }