/****************************************/
/****************************************/
/** Real Estate Institute of New South Wales (REINSW) **/
/*
 * 
 *  Author: CAUSEIS PTY LTD - info@causeis.com.au
 * 
 *  Version: 1 -  
 *
 *
 *  Document contains changes to Typography
 *
 *
*/
/****************************************/
/****************************************/
/**************************************************************************/
/***      Site Fonts       ***/
/**************************************************************************/
/****************************************/
/*** Headings & Type ***/
/****************************************/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .PageTitle, .PanelTitle, .SectionTitle, .SectionLabel, .SectionLabelSmaller, .carousel h1, .carousel h2, .carousel h3, .carousel h4, .carousel h5 {
    font-family: 'Gotham';
}

body {
    font-family: 'Gotham';
    color: #191919;
}

body:not(h1):not(h2):not(h3):not(h4):not(h5):not(.RadMenu a) {
    font-family: 'Verdana Pro';
}
.RadMenu a, .RadMenu a span, div#auxiliary-container ul.NavigationUnorderedList a, .RadTreeView.RadTreeView_Toronto a.rtIn span, .breadcrumb span {
    font-family: 'Gotham';
   
}
h1, .h1, .PageTitle {
    color: #e8a552;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

h2, .h2, .PanelTitle {
    font-weight: 500;
    font-size: 36px;
    border: none !important;
    color: #005b95;
    letter-spacing: -0.03em;
}

h2.panel-title {
}

h2.panel-title a:hover {
}

h3, .h3, .SectionTitle {
    font-weight: 500;
    font-size: 29px;
    color: #e8a552;
    letter-spacing: -0.03em;
}

h4, .h4, .SectionLabel {
    font-weight: 300;
    font-size: 24px;
    color: #005b95;
    letter-spacing: -0.03em;
}

h5, .h5 {
    font-weight: 300;
    font-size: 24px;
    color: #e8a552;
    letter-spacing: -0.03em;
}

p {
    font-family: 'Verdana Pro';
    font-size: 0.9em;
    font-size: 14.4px;
}

.iMIS-WebPart div[id*="_Panel_"] {
    font-size: 14.4px;
    font-family: 'Verdana Pro';
}

.carousel p {
}

p + p {
    margin-top: 1em;
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 29px;
    }
}

p + h2, p + h3, p + h4, p + h5 {
    margin-bottom: 15px;
}

.iMIS-WebPart ol li, .iMIS-WebPart ul li {
    margin-bottom: 7px;
    font-size: 15px;
    font-family: 'Verdana Pro';
}

ul {
    list-style-image: url('/App_Themes/REINSW/images/rightarrowdark.png');
}

.footer ul {
    list-style-image: url('/App_Themes/REINSW/images/rightarrow.png');
}

b, strong {
}

a, a:visited {
    color: #005b95;
}

a:hover, a:visited:hover {
    color: #005b95;
}

.iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.hastagbutton):not(.noeffect), .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.hastagbutton):not(.noeffect) :visited {
    color: #104364;
    text-decoration: none;
    border-bottom: 2px solid #005B95;
}

a:hover, a:visited:hover {
}

.iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.hastagbutton):not(.noeffect) {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0px 1px 0px 1px;
    margin-top: -2px;
}

.iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.hastagbutton):not(.noeffect):before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #005B95;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.hastagbutton):not(.noeffect):hover, .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.hastagbutton):not(.noeffect):active, .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.hastagbutton):not(.noeffect):focus {
    color: #fff;
    border-bottom: 2px solid #0000;
}

.iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.Button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.hastagbutton):not(.noeffect):hover:before, .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.hastagbutton):not(.noeffect):active:before, .iMIS-WebPart div[id*="_Panel_"] a:not(.button):not(.TextButton):not(.PrimaryButton):not(.rtsLink):not(.carousel-control):not(.hastagbutton):not(.noeffect):focus:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

a.PanelField {
    float: none;
    clear: none;
    width: auto;
    padding-top: initial;
    padding-bottom: initial;
}


blockquote {
    background: #f3f3f3;
    border-left: 10px solid #8ca8bf;
    margin: 1.5em .7em 1.5em 0;
    padding: 1.5em .7em;
    quotes: "\201C" "\201D" "\201C" "\201D";
    font-weight: normal;
}

blockquote:before {
    color: #404040;
    content: open-quote;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-size: 450%;
    line-height: 0.1em;
}

blockquote.Blue {
    background: #f3f3f3;
    border-left: 10px solid #00476c;
    margin: 1.5em .7em 1.5em 0;
    padding: 1.5em .7em;
    quotes: "\201C" "\201D" "\201C" "\201D";
    font-weight: normal;
}

blockquote.Blue:before {
    color: #404040;
    content: open-quote;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-size: 450%;
    line-height: 0.1em;
}

blockquote.Blue p {
    display: inline;
    margin-left: -10px;
}

blockquote.Yellow {
    background: #f3f3f3;
    border-left: 10px solid #e8a552;
    margin: 1.5em .7em 1.5em 0;
    padding: 1.5em .7em;
    quotes: "\201C" "\201D" "\201C" "\201D";
    font-weight: normal;
}

blockquote.Yellow:before {
    color: #404040;
    content: open-quote;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-size: 450%;
    line-height: 0.1em;
}

blockquote.Yellow p {
    display: inline;
    margin-left: -10px;
}

blockquote.Red {
    background: #f3f3f3;
    border-left: 10px solid #c55058;
    margin: 1.5em .7em 1.5em 0;
    padding: 1.5em .7em;
    quotes: "\201C" "\201D" "\201C" "\201D";
    font-weight: normal;
}

blockquote.Red:before {
    color: #404040;
    content: open-quote;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-size: 450%;
    line-height: 0.1em;
}

blockquote.Red p {
    display: inline;
    margin-left: -10px;
}

blockquote.Lightblue {
    background: #f3f3f3;
    border-left: 10px solid #8ca8bf;
    margin: 1.5em .7em 1.5em 0;
    padding: 1.5em .7em;
    quotes: "\201C" "\201D" "\201C" "\201D";
    font-weight: normal;
}

blockquote.Lightblue:before {
    color: #404040;
    content: open-quote;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    font-size: 450%;
    line-height: 0.1em;
}

blockquote.Lightblue p {
    display: inline;
    margin-left: -10px;
}



.content-box {
    border: solid 2px #23749d;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #d0efff;
}

.content-box h3 {
    margin-top: 0px;
}

.content-box.Blue {
    background-color: #e0e9ede3;
    border: 2px solid #00476c;
}

.content-box.Yellow {
    background-color: #ffeeda;
    border: 2px solid #e8a552;
}

.content-box.Red {
    background-color: #ffe7e8;
    border: 2px solid #c55058;
}

.content-box.Lightblue {
    background-color: #d0efff;
    border: 2px solid #23749d;
}

