@import url(https://fonts.googleapis.com/css?family=Vollkorn);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary {
    display: block;
}

meter, progress, mark, time {
    display: inline;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

html, body {
    height: 100%;
}

img {
    border: 0;
    vertical-align: top;
    text-align: left;
}

object {
    vertical-align: top;
    outline: none;
}

ul, ol {
    list-style: none;
}

table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

input, select, textarea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    vertical-align: middle;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

html {
    min-width: 940px;
}

body {
    background: #ccfbff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
    line-height: 1em;
    color: #000;
    overflow: hidden;
}

#glob {
    width: 100%;
    min-width: 940px;
    font: 13px/21px Quattrocento Sans,sans-serif;
    color: #636e67;
    min-height:820px;
}

#gspinner {
    background-color: #fff;
    background-position: 50% 50%;
    z-index: 999;
}

#glob > .main {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 1;
}

a {
    color: #003a66;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

p, .padbot {
    line-height: 21px;
    margin-bottom: 10px;
}

header {
    width: 100%;
    background-color: #fff;
}

    header > .header-main {
        width: 1200px;
        margin: 0 auto;
        line-height: 60px;
        height: 7%;
        color: #10608a;
    }

    header .logo {
        text-decoration: none;
        cursor: pointer;
    }

    header .tag-line {
        font-size: 18px;
        font-family: sans-serif;
    }

.punch-line {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: normal;
    padding-top: 10px;
    font-family: sans-serif;
}

nav {
    position: absolute;
    margin-top: 30px;
    width: 700px;
}

.active {
    opacity: 1;
}

nav li {
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-top: 10px;
}

    nav li:nth-child(2) a {
        background: rgba(179,54,148,0.7);
    }

nav a {
    display: block;
    width: 200px;
    height: 200px;
    background: url(../images/nav-bg.png);
    background: #0069a6;
    opacity: .7;
    font: 18px/200px 'sans-serif';
    font-family: sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

nav li:active {
    opacity: 1;
}

.bg-pags {
    position: absolute;
    right: 0;
    top: 0;
}

    .bg-pags li {
        float: left;
        margin-left: 1px;
    }

    .bg-pags a {
        width: 24px;
        height: 28px;
        background-color: #b2bdc4;
        border-bottom-right-radius: 25px;
        border-bottom-left-radius: 25px;
        display: block;
        font: bold 11px/28px Arial,Helvetica,sans-serif;
        color: #fff;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

        .bg-pags a:hover, .bg-pags .active a {
            background-color: #00b339;
        }

#content {
    width: 460px;
    height:480px;
    position: relative;
    overflow: hidden;
    width: 0;
    margin-top: 40px;
}

    #content > ul > li {
        position: relative;
        height: 420px;
        padding: 8%;
        background: #cad7d9;
        z-index: 1;
        left: 0;
        top: 0;
    }

        #content > ul > li > span {
            font-size: 30px;
            font-family: sans-serif;
            color: #0069A6;
        }

        #content > ul > li > a {
            color: #266093;
            font-size: 16px;
            outline: 0;
            font-family: sans-serif;
        }

input.chkbox {
    width: 25px;
    height: 25px;
    background: #fff;
}

h3 {
    font: 18px 'Vollkorn',serif;
    color: #00b339;
    text-transform: uppercase;
    margin-bottom: 22px;
}

#privacy h3, #readmore h3 {
    margin-bottom: 6px;
}

footer {
    /*width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    height: auto;
    background: url(../images/footer-bg.png);
    background-color: rgba(7,73,149,1);
    font: 13px/21px Quattrocento Sans,sans-serif;*/
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    width: 100%;
    left: 0;
    height: auto;
    background: url(../images/footer-bg.png);
    background-color: rgba(7,73,149,1);
    font: 13px/21px Quattrocento Sans,sans-serif;
}

.sticky-footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
}

    footer .privacy {
        color: #fff;
        font: 11px/48px Arial,Helvetica,sans-serif;
        text-transform: uppercase;
    }

    footer .soc-ico {
        position: absolute;
        right: 0;
        top: 11px;
    }

        footer .soc-ico li {
            float: left;
            margin-left: 10px;
        }

            footer .soc-ico li a {
                width: 24px;
                height: 24px;
                display: block;
                background-position: 0 100%;
                opacity: .5;
                -webkit-transition: all .3s ease-out;
                -moz-transition: all .3s ease-out;
                -o-transition: all .3s ease-out;
                transition: all .3s ease-out;
            }

            footer .soc-ico li.twitter a {
                background-image: url(../images/twitter-sp.png);
            }

            footer .soc-ico li.flickr a {
                background-image: url(../images/flickr-sp.png);
            }

            footer .soc-ico li.linkedin a {
                background-image: url(../images/linkedin-sp.png);
            }

            footer .soc-ico li a:hover {
                opacity: 1;
            }

    footer a {
        color: #fff;
        outline: none;
        font-size: 12px;
    }

        footer a:hover {
            text-decoration: none;
        }

.google_map {
    width: 380px;
    height: 262px;
    margin-bottom: 21px;
}

.scroll {
    height: 400px;
    overflow: hidden;
}

#gallery .scroll {
    height: 304px;
}

#gallery .img-box-set dt a {
    position: relative;
    display: block;
}

    #gallery .img-box-set dt a > span {
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        top: 137px;
        z-index: 1;
        background: url(../images/zoom.png) 50% 50% no-repeat;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    #gallery .img-box-set dt a:hover > span {
        top: 0;
    }

#privacy .scroll, #readmore .scroll {
    height: 320px;
}

.scroll-btns {
    position: absolute;
    right: 1px;
    margin-top: 0px;
    top: 0;
    width: 75px;
    height: 100%;
    border-left: 1px #4db2ff solid;
}

    .scroll-btns a {
        width: 45px;
        height: 45px;
        position: absolute;
        right: 21px;
        top: 184px;
        background: url(../images/scroll-sp1.png) 0 100%;
    }

        .scroll-btns a:hover {
            background-position: 0 0;
        }

        .scroll-btns a[data-type="scrollDown"] {
            top: 233px;
            background-position: 100% 100%;
        }

            .scroll-btns a[data-type="scrollDown"]:hover {
                background-position: 100% 0;
            }

.spinner {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../images/ajax-loader.gif) 50% 90% no-repeat;
}

.orange {
    color: #003a66;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.col-1, .col-2, .col-3 {
    float: left;
}

.all {
    text-align: left;
}

.alr {
    text-align: right;
}

.alc {
    text-align: center;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

a.und, .und a {
    text-decoration: none;
}

    a.und:hover, .und a:hover {
        text-decoration: underline;
    }

a.nocolor, .nocolor a {
    color: inherit;
}

.upc {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.wrap {
    overflow: hidden;
}

.nopa {
    padding: 0;
}

.noma {
    margin: 0;
}

.nobg {
    background: none;
}

.nobd {
    border: none;
}

.nofl {
    float: none;
}

.dn {
    display: none;
}

.clear {
    clear: both;
    line-height: 0;
}

.list a, .list li {
    color: #003a66;
    line-height: 30px;
}

dl.address {
    overflow: hidden;
}

    dl.address dd {
        text-align: right;
        clear: both;
    }

        dl.address dd span {
            float: left;
        }

dl.img-box, .img-box-set > dl, dl.img-box > dd, .img-box-set > dl > dd {
    overflow: hidden;
}

    dl.img-box > dt, .img-box-set > dl > dt {
        float: left;
        margin-right: 20px;
    }

    .img-box-set > dl > dt {
        margin-right: 12px;
    }

.img-box-set > dl {
    padding-top: 30px;
}

.img-box-set {
    margin-top: -30px;
}

input.loginBox {
    color: #8baac6;
    border: 0;
    outline: 0;
    background-color: #fff;
    border-bottom: 1px solid #000;
    width: 90%;
    font-size: 16px;
    height: 35px;
    border: 2px solid #fff;
}

div.main > #needhelp {
    color: #696969;
    padding: 1%;
    width: 96%;
    height: 72%;
    background-color: #cce9ff;
    margin-top: 40px;
}

.content-tiles-hidden {
    color: #696969;
    padding: 1%;
    width: 96%;
    height: 63%;
    background-color: #cce9ff;
    margin-top: 50px;
    overflow: visible;
}

input.btn {
    color: #fff;
    background-color: #0069a6;
    width: 90%;
    height: 50px;
    box-shadow: none;
    border: none;
    font-size: 24px;
}

    input.btn:hover {
        background-color: #1a89ca !important;
        border-color: #1a89ca !important;
    }

.pull-right {
    float: right;
}

#log-off a {
    color: #8edbf8;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 15px;
}

    #log-off a:hover {
        text-decoration: underline;
        color: #1a89ca;
    }

.customScroll {
    height: 400px;
    padding-right: 20px;
}

.field-validation-error, .validation-summary-errors {
    color: red;
}

.validation-summary-valid {
    display: none;
}

.ddlHelp {
    width: 50%;
}

/*Borders for menu items*/
.menu-item{
    border-right: 1px solid #006A9B;
    padding:2px;
}
/*User management*/
#userManager .actionpanel{
    background-color:#fff;
    height:50px;
    margin-bottom:10px;
    display:inline-flex;
    width:100%;
    justify-content:center;
}
#userManager .actionpanel ul li{
    display:inline-block;
    margin:10px 0 0 30px;
}

#userManager .page_content{
    background-color:#fff;
    min-height:420px;
    overflow-y:auto;
    margin-bottom:20px;
}
#userManager .page_content .pure-table{
    margin-top:20px;
    margin-bottom:20px;
}
#userManager .page_content .user_actions_panel div{
    margin-top:20px;
}
/* 
  Allow angular.js to be loaded in body, hiding cloaked elements until 
  templates compile.  The !important is important given that there may be 
  other selectors that are more specific or come later and might alter display.  
 */
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}
.edit_button_pane
{
    margin-top:20px;
}
.recovery_panel{
    border:1px solid #0069a6;
}
.alertbox{
    margin:10px;
    padding:10px;
    background-color:#00b339;
    color:#fff;
}
.change_password_panel{
    background-color:#cce9ff;
}
.change_password_panel .half_box{
    width:430px;
    float:left;
    margin-top:20px;
}
.change_password_panel .half_box, .form-group{
    padding-left:20px;
    padding-right:5px;
}
.validation-error-panel
{
    padding-left:20px;
}
.change_password_panel .select-question-form{
    margin-top:10px;
    padding:20px 20px;
}
.change_password_panel .select-question-form label[for] {
    display:block;
    margin-top:15px;
}
.change_password_panel .select-question-form input[type=text]{
    font-size:15px;
    height:20px;
    width:300px;
}
/*Reset Password*/
.accountrecoverypanel {
    margin-top:30px;
    border:1px solid #636e67;
    padding:15px 10px;
    background-color:#e9f1f4;
}
.accountrecoverypanel h3 {
    font-weight:500;
}
.accountrecoverypanel label{
    display:block;
}
.accountrecoverypanel input.loginBox{
    width:300px;
}
.accountrecoverypanel .notessection{
    margin-top:10px;
}
.accountrecoverypanel input.btn{
    width:300px;
    height:40px;
    display:block;
    margin-top:10px;
}
.select-question-form{
    margin:20px 0px;
}
#log-off{
    margin-top:16px;
}
#log-off>div{
    display:inline-block;
    line-height:initial;
    line-height:normal;
}
#log-off .menu_pull_up{
    position:relative;
    top:-18px;
}
#log-off .menu_pull_up_ie{
    position:relative;
    top:-25px;
}
#log-off .last_login{
    position:relative;
    top:-35px;
    font-weight:normal;
}
.red-bg{
    background-color:red;
}
.pad-top{
    margin-top:20px;
}
.hand-icon{
    cursor:pointer;
}
.internal-user-list tbody{
    max-height:40px;
    overflow-y:scroll;
}
.dashboard-tile{
    margin-top:10px;
    clear:both;
    height:80px;
}
.text-center{
    text-align:center;
}
.user-list-box .user-list{
    margin:10px 0;
    max-height:200px;
    overflow:auto;
}
.row_tile{
    display:inline-block;
}
.account_recovery div{
    width:33%;
    float:left;
    margin-bottom:20px;
}
.account_recovery div > input {
    width:100px !important;
}
.internal_userdetails_panel{
    margin:10px 0 30px 5%;
}
.internal_userdetails_panel .header{
    background: #1a89ca;
    color:white;
    border-radius:2px 2px 0 0;
    padding:10px;
}
.internal_userdetails_panel .internal_user_profile{
    margin-top:10px;
    padding-left:10px;
}
.internal_userdetails_panel .details_body{
    border:1px solid #003a66
}
.internal_userdetails_panel .header button{
    float:right;
}
.internal_user_app_info img{
    width:20px;
    height:20px;
}
.internal-user-role-edit{
    border-top:1px solid #00b339;
    border-bottom:1px solid #00b339;
    height:70px;
    margin:10px 0px;
}
.pure-button-error{
    background: rgb(202, 60, 60) !important; /* this is a maroon */
    color: white !important;
}
.users-list{
    max-height: 389px;
    overflow-y: auto;
}
.user_details  pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.role-info ol li{
    list-style:initial;
    margin-left:20px;
}