﻿
/* ===== COLOR PALETTE ===== */

/*
Main Blue:      #0090d0
Dark Blue:      #0D74A2
Light Blue:     #73cde1
Orange:         #fcb812
*/

/*@font-face {
    font-family: 'BloggerSans';
    src: url('../fonts/Blogger_Sans.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BloggerSans';
    src: url('../fonts/Blogger_Sans-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'BloggerSans';
    src: url('../fonts/Blogger_Sans-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'BloggerSans';
    src: url('../fonts/Blogger_Sans-Light.otf') format('opentype');
    font-weight: lighter;
    font-style: normal;
}
@font-face {
    font-family: 'BloggerSans';
    src: url('../fonts/Blogger_Sans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}*/

/* ===== GLOBALS ===== */
@import url('../Blogger Sans/Web/Blogger Sans/BloggerSans-Bold.css');
@import url('../Blogger Sans/Web/Blogger Sans/BloggerSans-BoldItalic.css');
@import url('../Blogger Sans/Web/Blogger Sans/BloggerSans-Italic.css');
@import url('../Blogger Sans/Web/Blogger Sans/BloggerSans.css');

html,
body {
    font-family: 'BloggerSans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    /*background-image: linear-gradient(top, #dfe7ec, #dfe7ec 20%, transparent 20%, transparent 100%);
    background-image: -webkit-linear-gradient(top, #dfe7ec, #dfe7ec 20%, transparent 20%, transparent 100%);*/
}

#dnn_bannerPane {
    /*padding:10px;*/
    background-color: #fff !important;
}
#bannerPane {
    /*padding:10px;*/
    background-color: #fff !important;
}

p {
    font-family: 'BloggerSans',Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.row {
     margin-right: 0; 
     margin-left: 0; 
}
.descriptionText {
    font-size: 24px;
    font-weight: 300;
}

blockquote {
    color: #000;
    border-left: 4px solid #0FECDA;
    font-family: 'BloggerSans',Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 16px;
}

a, a:visited {
    color: #214B74;
    text-decoration: underline;
}

    a:hover,
    a:focus {
        color: #19223A;
        text-decoration: underline;
    }

    a.btn-default {
        color: #333;
    }

    a.btn-primary,
    a.btn-success,
    a.btn-info,
    a.btn-warning,
    a.btn-danger {
        color: #fff;
    }

.Normal,
.NormalDisabled,
.NormalDeleted {
    font-family: inherit;
    font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

h1 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

h2 {
    font-size: 28px;
    font-weight: 300;
    color: #000;
}

h3 {
    font-weight: 500;
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}

h4 {
    font-weight: 300;
    color: #000;
    font-size: 24px;
}

h5 {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    text-decoration: underline;
}

input[disabled],
input.disabled,
textarea[disabled],
textarea.disabled,
button[disabled],
button.disabled,
select[disabled],
select.disabled {
    cursor: not-allowed !important;
}

input[type="checkbox"],
input[type="radio"] {
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid #375d82;
    height: 15px;
    width: 15px;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        font-size: 16px;
        font-weight: 300;
        color: #375d82;
    }

.nav {
    margin-left: 0;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}

.page-header {
    margin-top: 0;
    padding: 0;
}

    .page-header.header-full {
        background-color: #0090D0;
        color: #fff;
        text-align: center;
    }

        .page-header.header-full h1 {
            margin: 0;
            padding: 25px 0;
        }


.aadr-color-gray {
    color: #666A73;
}

.aadr-color-lightgray {
    color: #ECECEC;
}

.aadr-color-darknavy {
    color: #19223A;
}

.aadr-color-blue {
    color: #214B74;
}

.aadr-color-accent {
    color: #0FECDA;
}

.site-crumbs {
    margin: 10px;
}

.breadcrumbs {
    color: #666A73;
}

.site-crumbs a, .site-crumbs a:visited {
    text-decoration: none;
}

.greenHR {
    border-bottom: solid #0fecda 3px;
    padding: 0 5px 0 5px;
}

.rightArrowLink a, .rightArrowLink a:visited {
    color: #000;
}

a.rightArrowLink:before {
    /*content: url('/Portals/69/Skins/IADR/images/RightArrow.jpg');
        vertical-align:sub;
        padding:5px;*/
    content: "\f061";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    padding-right: 3px;
}

.divHomeBlueRow {
    margin-top: 15px;
    padding: 25px 0 25px 0;
    background-image: url('/Portals/69/Skins/IADR/images/HomeBlueRowBackground.jpg');
}

    .divHomeBlueRow h3 {
        color: #fff;
    }

.divHomeBlueRowLink {
    text-align: right;
    color: #0fecda;
}

    .divHomeBlueRowLink a, .divHomeBlueRowLink a:visited {
        color: #0fecda;
    }

.divRelatedInfoRow {
    background-color: #dfe7ec;
    padding: 25px 0 0 0;
}
/* ------------------ BANNER -------------------*/
#iadrBanner {
    background:none;
    /*background-image: linear-gradient(top, #dfe7ec, #dfe7ec 40%, transparent 20%, transparent 100%);
    background-image: -webkit-linear-gradient(top, #dfe7ec, #dfe7ec 40%, transparent 20%, transparent 100%);*/
}

    #iadrBanner .withColor {
        background-color: transparent;
    }


/* ----------------- SITE FOOTER ----------------- */

/* ===== NAVBAR ===== */

.navbar-custom {
    background-color: #dfe7ec;
    border: 0;
    border-top: 0;
    margin-bottom: 0;
}

    .navbar-custom .navbar-header {
        background-color: #dfe7ec;
        text-align: center;
    }

    .navbar-custom .navbar-brand {
        display: inline-block;
        float: none;
        height: auto;
    }

        .navbar-custom .navbar-brand img {
            max-height: 75px;
        }

    .navbar-custom .navbar-right {
        margin-right: 15px;
        float: right;
    }

    .navbar-custom .navbar-global {
        display: inline-block;
        font-size: 1.15em;
        margin-top: 10px;
        margin-bottom: 0;
        width: 100%;
    }

        .navbar-custom .navbar-global li {
            display: inline-block;
            /*border-right: 1px solid rgba(255,255,255,0.50);*/
        }

            .navbar-custom .navbar-global li:last-child {
                border-right: 0;
            }

            .navbar-custom .navbar-global li a {
                color: #666a73;
            }

            .navbar-custom .navbar-global li > div {
                display: inline-block !important;
                /*padding: 10px 15px;*/
            }

                .navbar-custom .navbar-global li > div > a {
                    padding: 0;
                }

            .navbar-custom .navbar-global li a:hover,
            .navbar-custom .navbar-global li a:focus {
                color: #0090d0;
            }


/* ===== SITE HEADER ===== */

#siteHeader {
    background-color: #dfe7ec;
}

    #siteHeader .nav-social {
        margin-top: 0;
    }

    #siteHeader .nav-links {
        /*border-top: 1px solid black;*/
    }

        #siteHeader .nav-links a {
            text-transform: uppercase;
            color: #666a73;
            font-weight: 300;
            font-size: 15px;
            text-decoration: none;
        }

    #siteHeader .nav-social > li {
        margin-left: 0;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        padding-bottom: 5px;
    }

    #siteHeader .utility-links {
        font-size: 0.9em;
        position: relative;
        text-align: center;
    }

    #siteHeader .utility-pills {
        display: inline-block;
    }

        #siteHeader .utility-pills li a {
            color: #333;
        }

        #siteHeader .utility-pills li > div {
            display: inline-block !important;
            padding: 10px 15px;
        }

            #siteHeader .utility-pills li > div > a {
                padding: 0;
            }

        #siteHeader .utility-pills li a:hover,
        #siteHeader .utility-pills li a:focus {
            background-color: transparent;
            color: #0090d0;
        }

        #siteHeader .utility-pills li:last-child a {
            /*padding-right: 0;*/
        }


.main_nav_mobile {
    background-color: #dfe7ec;
    display: none;
    width: 100%;
}

.mobile_menu_toggle {
    float: right;
    display: block;
    background-image: url(assets/toggle.png);
    background-repeat: no-repeat;
    background-position: center left;
    height: 32px;
}

a.mobile_menu_toggle {
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

    a.mobile_menu_toggle:after {
        content: "Menu";
        line-height: 32px;
        margin-left: 36px;
    }


.hidexs {
    display: none;
}
/* ===== SITE FOOTER ===== */

#siteFooter {
    background-color: #303030;
    font-weight: 300;
    font-size: 16px;
    /*margin-top: 25px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

    #siteFooter,
    #siteFooter p,
    #siteFooter a,
    #siteFooter .Normal {
        color: #fff;
    }

        #siteFooter h4 {
            color: #fff;
            font-size: 1.3em;
            margin-bottom: 15px;
        }

        #siteFooter .footer-bottom {
            border-top: 1px solid #9b9ea4;
            margin-top: 25px;
            padding: 15px 0;
            text-align: center;
        }

        #siteFooter .footer-top {
            border-right: 1px solid #9b9ea4;
            margin-top: 25px;
            padding: 15px 0;
            text-align: left;
        }

        #siteFooter .footer-top-nobar {
            margin-top: 25px;
            padding: 15px 0;
            text-align: left;
        }

        #siteFooter a,
        #siteFooter img {
            text-decoration: none;
            -webkit-transition: all .15s ease-in-out;
            -moz-transition: all .15s ease-in-out;
            -o-transition: all .15s ease-in-out;
            transition: all .15s ease-in-out;
        }

            #siteFooter a:hover,
            #siteFooter a:focus {
                color: #fff;
            }

            /* scroll to top */

            #siteFooter a.scroll-to-top {
                /*background-color: #73CDE1;*/
                color: #fff;
                display: inline-block;
                margin-top: 15px;
                padding: 8px 10px;
            }

        /* flicker widget */

        #siteFooter .flickr-widget a {
            background-color: #fff;
            float: left;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            #siteFooter .flickr-widget a img:hover,
            #siteFooter .flickr-widget a img:focus {
                opacity: 0.8;
            }

        /* social icons */

        #siteFooter .social-icons {
            margin-left: 0;
        }

            #siteFooter .social-icons li {
                background-color: #fff;
                background-repeat: no-repeat;
                -webkit-transition: all .15s ease-in-out;
                -moz-transition: all .15s ease-in-out;
                -o-transition: all .15s ease-in-out;
                transition: all .15s ease-in-out;
            }

            #siteFooter .social-icons a {
                display: block;
            }

            #siteFooter .social-icons li,
            #siteFooter .social-icons a {
                width: 33px;
                height: 33px;
                margin: 0;
                padding: 0;
            }

        #siteFooter .footer-social li img {
            width: 23px;
        }

        #siteFooter .linkedin {
            background-image: url(images/social/linkedin.png);
        }

        #siteFooter .twitter {
            background-image: url(images/social/twitter.png);
        }

        #siteFooter .facebook {
            background-image: url(images/social/facebook.png);
        }

        #siteFooter .youtube {
            background-image: url(images/social/youtube.png);
        }

            #siteFooter .linkedin:hover,
            #siteFooter .facebook:hover,
            #siteFooter .twitter:hover,
            #siteFooter .youtube:hover {
                background-position: 0 -38px;
            }


/* ===== NOAH CUSTOM ===== */

.FormArea,
.FormRow,
.FormLabelCol,
.FormHelpCol,
.FormControlCol,
.FormButtons {
    display: inline-block;
}

.FormArea {
    width: 100%;
    max-width: 975px;
}

.FormRow {
    clear: both;
    width: 100%;
    margin-top: .5vh;
}

.FormLabelCol {
    float: left;
    width: 94%;
}

.FormHelpCol {
    float: left;
    width: 6%;
    text-align: center;
}

.FormControlCol {
    float: left;
    width: 100%;
}

.FormButtons {
    clear: both;
    width: 100%;
    margin-top: 2vh;
}

.FormHelpImage {
    background-image: url(/images/helpI-icn-grey.png);
    background-repeat: no-repeat;
    border-style: none;
    width: 14px;
    height: 13px;
}

.FormButton, a.FormButton {
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    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: 2px solid #375d82;
    border-radius: 0;
    color: #375d82;
    background-color: #0090D0;
    background: transparent;
    /*min-height: 56px;*/
    height: auto;
    width: auto;
}

    .FormButton:hover,
    .FormButton:active {
        background-color: #375d82;
        color: #fff;
    }

    .FormButton.disabled,
    .FormButton[disabled],
    .FormButton.disabled:hover,
    .FormButton[disabled]:hover {
        border-color: #999;
        background-color: #999;
        color: #fff;
    }

.FormButtonSecondary, a.FormButtonSecondary {
    border: 2px solid #0090D0;
    color: #0090D0;
    background-color: #fff;
    /*min-height: 56px;*/
    height: auto;
    width: auto;
    text-decoration: none;
}

    .FormButtonSecondary:hover,
    .FormButtonSecondary:active {
        background-color: #FFF;
        border-color: #73CDE1;
        color: #73CDE1;
        text-decoration: none;
    }

    .FormButtonSecondary.disabled,
    .FormButtonSecondary[disabled],
    .FormButtonSecondary.disabled:hover,
    .FormButtonSecondary[disabled]:hover {
        background-color: #EEE;
        border-color: #999;
        color: #999;
    }
        /* White Form Button */

    .WhiteFormButton, a.WhiteFormButton {
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    padding: 10px 20px  10px 20px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    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: 2px solid #fff;
    border-radius: 0;
    color: #fff !important;
    background: transparent;
    
    height: auto;
    width: auto;
}
a.WhiteFormButton:visited {
    color:#fff;
}
    .WhiteFormButton:hover,
    .WhiteFormButton:active,   
    a.WhiteFormButton:hover,
    a.WhiteFormButton:active  {
        color: #0fecda !important;
    border: 2px solid #0fecda;
    }

    .WhiteFormButton.disabled,
    .WhiteFormButton[disabled],
    .WhiteFormButton.disabled:hover,
    .WhiteFormButton[disabled]:hover {
        border-color: #999;
        background-color: #999;
        color: #fff;
    }

     
.FormHead {
    font-size: 28px;
    font-weight: 300;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.FormLabel {
    font-size: 18px;
    font-weight: 300;
}

.FormLabel,
.FormError {
    font-size: 14px;
    font-weight: 300;
}

.FormError {
    color: #c10000 !important;
}

.FormControl {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #000;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #375d82;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .FormControl:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .FormControl::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .FormControl:-ms-input-placeholder,
    .FormControl::-webkit-input-placeholder {
        color: #999;
    }

    .FormControl[disabled],
    .FormControl.disabled,
    .FormControl[readonly] {
        background-color: #EEE;
        opacity: 1;
    }

    .FormControl[disabled],
    .FormControl.disabled {
        cursor: not-allowed;
    }

select.FormControl {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/arrow.png) no-repeat;
    background-position: 98.5% 50%;
}

    select.FormControl::-ms-expand {
        display: none;
    }

.FormRow label {
    display: inline;
}

/* DNN / NOAH form message box */
.noahFormMessage,
.dnnFormMessage {
    color: #31708f;
    background: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    max-width: none;
}

    .noahFormMessage.noahFormError,
    .noahFormMessage.noahFormValidationSummary,
    .dnnFormMessage.dnnFormError,
    .dnnFormMessage.dnnFormValidationSummary {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

    .noahFormMessage.noahFormWarning,
    .dnnFormMessage.dnnFormWarning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

    .noahFormMessage.noahFormSuccess,
    .dnnFormMessage.dnnFormSuccess {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }


/* ===== DNN CUSTOM ===== */

/* DNN admin tabs */
ul.dnnAdminTabNav {
    padding: 0;
    margin: 0;
}

    ul.dnnAdminTabNav li a {
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        font-size: 1em;
        font-weight: 400;
        padding: 7px 9px;
    }

    ul.dnnAdminTabNav li.ui-tabs-active a {
        border-bottom: 0;
        padding: 9px;
    }

/* DNN panels */
h2.dnnFormSectionHead {
    margin-top: 5px;
    margin-bottom: 10px;
}

    h2.dnnFormSectionHead a {
        outline: none;
    }

/* DNN form popup */
.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
    padding: 0;
}

/* DNN dropdown list */
.dnnDropDownList .selected-item {
    padding: 6px !important;
}

    .dnnDropDownList .selected-item a,
    .dnnDropDownList .selected-item a:link,
    .dnnDropDownList .selected-item a:visited,
    .dnnDropDownList .selected-item a:hover,
    .dnnDropDownList .selected-item a:active {
        height: auto !important;
        padding: 3px 2px 2px !important;
        font-size: 12px !important;
    }

/* DNN digital assets management */
#dnnModuleDigitalAssetsMainToolbar {
    height: 40px;
}

#dnnModuleDigitalAssetsSelectionToolbar {
    min-height: 35px;
}


/* NOAH Goverance */
.noahgov-member-col .member-photo-col img {
    max-height: 115px;
}

.noahgov-member-col .member-details {
    min-height: 125px;
}

.noahgov-member-col .member-photo-container {
    width: 30%;
}

.noahgov-member-col .member-details-container {
    width: 70%;
}


/* NOAH Users and Security */
#SignInUserInfoBox hr {
    margin-bottom: 10px;
}

#SignInUserInfo {
    font-size: 1.1rem !important;
    padding-bottom: 5px;
}

    #SignInUserInfo > p > a.manage-account {
        background-color: #73CDE1;
        color: #fff;
    }

        #SignInUserInfo > p > a.manage-account:hover {
            background-color: #0090d0;
            color: #fff;
        }

#SignInUserPhoto .user-photo {
    border-radius: 50%;
}

#SignInUserInfoSignOut > a.user-sign-out {
    color: #73CDE1 !important;
    font-size: 1.2rem !important;
}

    #SignInUserInfoSignOut > a.user-sign-out:hover,
    #SignInUserInfoSignOut > a.user-sign-out:focus {
        color: #0090d0 !important;
    }


/* ===== MEDIA QUERIES ===== */

/* Small devices (tablets, 767px and up) */
@media screen and (min-width:768px) {
     /* site header */
     .hidexs {
        display: block;
    }
    #siteHeader .utility-links {
        text-align: right;
    }

    #siteHeader img {
        /*max-height: 75px;*/
    }

    .logo img {
        max-height: 75px;
    }

    #siteHeader .utility-pills li a,
    #siteHeader .utility-pills li > div {
        padding-top: 5px;
        padding-bottom: 0;
        /*padding-bottom: 5px;*/
    }

    #iadrBanner .withColor {
        background-color: #dfe7ec;
        min-height: 125px;
    }
    /* site footer */
    #siteFooter {
        font-weight: 300;
        font-size: 16px;
    }

    .dnnCopy {
        font-weight: 300;
        font-size: 14px;
    }

    #siteFooter .footer-bottom {
        text-align: left;
    }

    /* scroll to top */
    #siteFooter a.scroll-to-top {
        margin-top: 0;
        float: right;
    }

    /* navbar */
    .navbar-custom {
        background-color: #dfe7ec;
        border-radius: 0;
        margin-top: 30px;
    }

        .navbar-custom .navbar-header {
            width: 100%;
        }

        .navbar-custom .navbar-brand {
            float: left;
            display: block;
        }

        .navbar-custom .navbar-global {
            /*margin-top: 30px;
        margin-bottom: 30px;*/
            margin: 0;
            width: auto;
        }

            .navbar-custom .navbar-global li > div {
                padding: 15px 15px;
            }

        .navbar-custom .navbar-right {
            margin-right: 0;
        }

    .main_nav_mobile {
        display: none;
    }

    .mobile_menu_toggle {
        display: none;
    }

    /* NOAH custom */
    .FormLabelCol {
        width: 34%;
    }

    .FormControlCol {
        width: 60%;
    }

    /* NOAH Users And Security */
    #SignInUserInfoBox {
        width: 350px !important;
    }

    /* NOAH Goverance */
    .noahgov-member-col .member-photo-col img {
        max-height: 115px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width:992px) {
     #iadrBanner {
    background-image: linear-gradient(top, #dfe7ec, #dfe7ec 40%, transparent 20%, transparent 100%);
    background-image: -webkit-linear-gradient(top, #dfe7ec, #dfe7ec 40%, transparent 20%, transparent 100%);
}
    #siteHeader .nav-links a, a:visited {
        text-transform: uppercase;
        color: #666a73;
        font-weight: 300;
        font-size: 20px;
    }

    

    #siteHeader img {
        /*max-height: 150px;*/
    }

    .logo img {
        max-height: 150px;
    }

    #siteFooter .footer-social li img {
        width: 33px;
    }

    /* navbar */
    .navbar-custom .navbar-global {
        font-size: 1em;
    }

        .navbar-custom .navbar-global li > div {
            /*padding: 10px 15px;*/
        }

    /* site footer */
    #siteFooter .flickr-widget a img {
        width: 60px;
        height: 60px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width:1200px) {

    /* site footer */
    #siteFooter .flickr-widget a img {
        width: 75px;
        height: 75px;
    }
}

 