﻿@charset "UTF-8";

em,
small {
    letter-spacing: 0;
}

body,
li,
p {
    line-height: 1.5em;
}

.DNNEmptyPane {
    display: none !important;
}

.paneOutline {
    /*border:1px dashed #ccc*/
}

a,
a img,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
    border: 0;
}

.TB_Wrapper,
.TB_Wrapper *,
.dnnActionMenu,
.dnnActionMenu *,
.dnnActionMenu:after,
.dnnActionMenu:before,
.dnn_mact,
.dnn_mact *,
.dnn_mact:after,
.dnn_mact:before,
[id*=ControlPanel],
[id*=ControlPanel] *,
[id*=ControlPanel]:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*[class*=RadAjaxPanel] *,
[class*=Digital] * {
    font-size: 12px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}*/

html,
li,
p {
    font-size: 16px;
}

ol.list-unstyled,
ol.list-unstyled > li,
ul.list-unstyled,
ul.list-unstyled > li {
    list-style: none;
    margin: 0;
}

ul.row {
    margin-left: -15px;
    margin-right: -15px;
}

ol,
ul {
    list-style: none;
}

    ul li {
        list-style: none;
    }

        ul li li {
            list-style-type: circle;
        }

    ol li {
        /* list-style-type: decimal; */
        list-style-position: unset;
    }

.nav li {
    list-style: none !important;
}

a {
    outline: 0 !important;
}

ul#myTab {
    padding: 0;
    margin: 0;
}

.popover {
    z-index: 999;
}

.mark,
mark {
    padding: 0;
    background-color: transparent;
}

.bs-callout-danger,
.bs-callout-info,
.bs-callout-primary,
.bs-callout-success,
.bs-callout-warning {
    display: block;
    padding: 15px 30px 15px 15px;
}

body {
    background: #FFFFFF;
    /* color: #333; */
    font-size: 16px;
}

.CommandButton,
.Head,
.Normal,
.NormalBold,
.NormalDisabled,
.NormalRed,
.NormalTextBox,
.SubHead,
.SubSubHead,
a:hover,
a:link,
a:visited,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
table,
td,
th {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.SubHead {
    color: #000;
}

Body #Form {
    height: 100%;
}

embed,
img,
object {
    max-width: 100%;
}

[class*=map] img,
[class*=Map] img,
[id*=map] img,
[id*=Map] img,
table img {
    max-width: none !important;
}

img {
    height: auto;
}

em {
    font-style: italic;
}

strong {
    color: #5b308e;
    font-weight: 700;
}

small {
    font-size: 12px;
}

a:active,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 20px;
}

ol li > ol li {
    list-style-type: lower-latin;
}

.bs-callout-primary {
    margin: 20px 0;
    border-left: 5px solid #337ab7;
    background-color: #dbe9f5;
}

    .bs-callout-primary h1,
    .bs-callout-primary h2,
    .bs-callout-primary h3,
    .bs-callout-primary h4,
    .bs-callout-primary h5,
    .bs-callout-primary h6 {
        margin-top: 0;
        color: #337ab7;
    }

    .bs-callout-primary p:last-child {
        margin-bottom: 0;
    }

    .bs-callout-primary .highlight,
    .bs-callout-primary code {
        background-color: #fff;
    }

.bs-callout-danger {
    margin: 20px 0;
    border-left: 5px solid #d9534f;
    background-color: #f4cecd;
}

    .bs-callout-danger h1,
    .bs-callout-danger h2,
    .bs-callout-danger h3,
    .bs-callout-danger h4,
    .bs-callout-danger h5,
    .bs-callout-danger h6 {
        margin-top: 0;
        color: #d9534f;
    }

    .bs-callout-danger p:last-child {
        margin-bottom: 0;
    }

    .bs-callout-danger .highlight,
    .bs-callout-danger code {
        background-color: #fff;
    }

.bs-callout-warning {
    margin: 20px 0;
    border-left: 5px solid #f0ad4e;
    background-color: #fceedb;
}

    .bs-callout-warning h1,
    .bs-callout-warning h2,
    .bs-callout-warning h3,
    .bs-callout-warning h4,
    .bs-callout-warning h5,
    .bs-callout-warning h6 {
        margin-top: 0;
        color: #f0ad4e;
    }

    .bs-callout-warning p:last-child {
        margin-bottom: 0;
    }

    .bs-callout-warning .highlight,
    .bs-callout-warning code {
        background-color: #fff;
    }

.bs-callout-info {
    margin: 20px 0;
    border-left: 5px solid #5bc0de;
    background-color: #daf1f8;
}

    .bs-callout-info h1,
    .bs-callout-info h2,
    .bs-callout-info h3,
    .bs-callout-info h4,
    .bs-callout-info h5,
    .bs-callout-info h6 {
        margin-top: 0;
        color: #5bc0de;
    }

    .bs-callout-info p:last-child {
        margin-bottom: 0;
    }

    .bs-callout-info .highlight,
    .bs-callout-info code {
        background-color: #fff;
    }

.bs-callout-success {
    margin: 20px 0;
    border-left: 5px solid #5cb85c;
    background-color: #c7e6c7;
}

    .bs-callout-success h1,
    .bs-callout-success h2,
    .bs-callout-success h3,
    .bs-callout-success h4,
    .bs-callout-success h5,
    .bs-callout-success h6 {
        margin-top: 0;
        color: #5cb85c;
    }

    .bs-callout-success p:last-child {
        margin-bottom: 0;
    }

    .bs-callout-success .highlight,
    .bs-callout-success code {
        background-color: #fff;
    }

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #020202;
    line-height: 1.3em;
    margin: 0 0 10px;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

@media screen and (min-width:500px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width:570px) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width:620px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width:680px) {
    html {
        font-size: 17px;
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 18px;
    }
}

@media screen and (min-width:800px) {
    html {
        font-size: 19px;
    }
}

@media screen and (min-width:860px) {
    html {
        font-size: 20px;
    }
}

@media screen and (min-width:920px) {
    html {
        font-size: 21px;
    }
}

@media screen and (min-width:1000px) {
    html {
        font-size: 22px;
    }
}

.buttons-wrapper {
    text-align: center;
}

a.cta-button-primary,
button.cta-button-primary {
    background: #7ca0c0;
    border: 1px solid #7ca0c0;
    color: #fff;
    transition: background-color 300ms ease-out 0s;
}

a.cta-button,
a.cta-button-primary,
button.cta-button,
button.cta-button-primary {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0 5px 5px 0;
    min-width: 200px;
    padding: 10px 0;
    -webkit-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
}

    a.cta-button-primary:hover,
    button.cta-button-primary:hover {
        background: #91afca;
        border-color: #91afca;
    }

a.cta-button,
button.cta-button {
    background: 0 0;
    border: 1px solid #7ca0c0;
    color: #7ca0c0;
    transition: background-color 300ms ease-out 0s;
}

    a.cta-button:hover,
    button.cta-button:hover {
        color: #fff;
        background: #7ca0c0;
        border-color: #91afca;
    }

.search {
    position: relative;
    min-width: 35px;
    width: 0;
    height: 34px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

    .search.search-open {
        width: 18%;
    }

    .search.small-screens.search-open {
        width: 100%;
    }

        .search.small-screens.search-open .searchInputContainer input {
            padding: 0 124px 0 20px;
        }

.searchInputContainer {
    display: block !important;
}

    .searchInputContainer input {
        top: 0;
        right: 0;
        border: 0;
        outline: 0;
        background: #dcddd8;
        width: auto;
        height: 34px;
        margin: 0;
        padding: 0 52px 0 20px;
        font-size: 15px;
    }

        .searchInputContainer input::-webkit-input-placeholder {
            color: #818181;
        }

        .searchInputContainer input:-moz-placeholder {
            color: #818181;
        }

        .searchInputContainer input::-moz-placeholder {
            color: #818181;
        }

        .searchInputContainer input:-ms-input-placeholder {
            color: #818181;
        }

    .searchInputContainer a.dnnSearchBoxClearText {
        right: 0px;
        top: -18px;
    }

        .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
            bottom: 2px;
        }

#search-action,
.SearchButton,
.search-toggle-icon {
    background: url(images/icon-search-white.svg) center center no-repeat #361063;
    width: 42px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    text-indent: -9999px;
}

#search-top {
    clear: both;
    width: 100%;
    background: #361063;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    transition: all .1s ease-in-out;
}

    #search-top.active {
        height: 50px;
        padding: 0;
    }

    #search-top span {
        display: inline !important;
    }

    #search-top input {
        background: #fff;
        border: none;
        font-size: 1.2em;
        height: 46px;
        margin: 0 0 0 15px;
        width: 85%;
    }

    #search-top a.SearchButton {
        /*background:url(images/icon-search-white.svg) center center no-repeat #e0dfdf;*/
        height: 40px;
        position: relative;
        display: inline-block;
        text-indent: -9999px;
        width: 60px;
        padding: 0;
        top: 8px;
    }

#search-action {
    display: none;
    float: right;
    height: 34px;
    margin: 0;
    padding: 6px 12px;
}


/*#login{padding-right:10px}*/

@media only screen and (max-width:1023px) {
    #search-action {
        display: block;
    }

    #login {
        padding-right: 21px;
    }
}

#login .loginGroup,
#login .loginGroup *,
#login .registerGroup,
#login .registerGroup * {
    display: block;
}

#login .loginGroup,
#login .registerGroup {
    float: right;
    padding: 0;
    margin: 0;
}

    #login .loginGroup a,
    #login .registerGroup a {
        display: block;
        position: relative;
        height: 34px;
        min-width: 12px;
        padding: 10px 15px 0;
        color: #fff;
        font-size: 11px;
        vertical-align: middle;
    }

        #login .loginGroup a:hover,
        #login .registerGroup a:hover {
            background: #d7d7d7;
            color: #333;
            text-decoration: none;
        }

        #login .loginGroup a:active,
        #login .registerGroup a:active {
            color: #333;
        }

        #login .loginGroup a strong,
        #login .registerGroup a strong {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            overflow: hidden;
            font-size: 11px;
            text-indent: -9999px;
        }

    #login .registerGroup li {
        float: left;
        line-height: 19px;
    }

        #login .registerGroup li:first-child:hover {
            border-left: #222;
        }

    #login .registerGroup .buttonGroup {
        margin-right: 0;
    }

    #login .registerGroup .userProfileImg a {
        min-width: 25px;
        min-height: 32px;
        padding: 0;
        background: 0 0;
    }

    #login .registerGroup a span {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: -9px;
        min-width: 7px;
        margin-right: 3px;
        background: #3b96b6;
        text-align: center;
        font-size: 11px;
        color: #fff;
        -webkit-text-shadow: 0 1px 0 #333;
        text-shadow: 0 1px 0 #333;
    }

    #login .registerGroup a img {
        height: 32px;
        width: 32px;
        background: #333;
    }

#login .userNotifications {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

    #login .userNotifications strong {
        height: 100%;
        background: url(images/notification_icon.png) center center no-repeat;
    }

#login .userMessages strong {
    height: 100%;
    background: url(images/message_icon.png) center center no-repeat;
}

#login .userMessages a,
#login .userNotifications a {
    padding: 0 18px;
}

    #login .userMessages a span,
    #login .userNotifications a span {
        display: inline-block;
        margin-top: 9px;
        margin-right: 0;
        background-color: transparent;
        font-size: 10px;
    }

#topHeader {
    background: #383838;
    -moz-box-shadow: 1px 50px 100px 0 #cacaca;
    -webkit-box-shadow: 1px 50px 100px 0 #cacaca;
    box-shadow: 1px 50px 100px 0 #cacaca;
    min-width: 25px;
    min-height: 35px;
    padding: 0;
}

header {
    background: #fff;
    /* border-bottom: 1px solid #91AFCA; */
}

#mainHeader-inner {
    padding: 10px 0;
}

#mainHeader-border {
    background: #8fb299;
    height: 5px;
}

#logo {
    padding: 0 0 10px 15px;
}

.navbar .brand {
    float: left;
    padding: 0 !important;
    /*max-width:186px*/
}

@media only screen and (max-width:1023px) {
    .main-navigation {
        height: auto;
        width: 100%;
    }

    nav {
        display: none;
    }

    a.mobile-nav-btn {
        display: block;
        float: right;
        width: 50px;
        height: 46px;
        margin-top: 15px;
        text-align: center;
        color: #383838;
    }

        a.mobile-nav-btn:hover {
            text-decoration: none;
        }

    #navbar-top-wrapper {
        clear: both;
        position: relative;
    }

    #navbar {
        float: none !important;
    }
}

@media only screen and (min-width:767px) {
    #navbar {
        float: right;
    }
}

#breadcrumb {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border-bottom:1px dashed;*/
    border-color: #ccc;
    background-color: transparent;
    padding: 5px 0;
    margin: 0;
    display: block;
}

    #breadcrumb a {
        margin-left: 10px;
        font-weight: 600;
        font-size: 11px;
        color: #626262;
    }

        #breadcrumb a:first-child {
            font-family: 'Roboto', Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-weight: 400;
            color: #7b7d82;
            margin: 0;
        }

    #breadcrumb img,
    #breadcrumb span {
        margin-left: 10px;
    }

main.no-bg {
    background: 0 0;
}

#mainContent-inner {
}

.dnnpane > [class*=col-md],
.dnnpane > [class^=col-md] {
    padding: 0 15px;
}

.image-wrapper {
    position: relative;
}

    .image-wrapper img {
        display: block;
        max-width: 100%;
    }

    .image-wrapper .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
    }

.grid,
.grid figure,
.grid figure img {
    position: relative;
}

.image-wrapper .overlay h2 {
    color: #fff;
    font-weight: 700;
    margin-top: 8%;
    -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    text-transform: uppercase;
}

.content-intro {
    padding-top: 30px;
    font-size: 26px;
    line-height: 30px;
}

    .content-intro p {
        font-size: 22px;
    }

.grid {
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

    .grid figure {
        float: left;
        overflow: hidden;
        margin: 10px 0;
        max-height: 360px;
        width: 100%;
        height: auto;
        background: #3085a3;
        text-align: center;
        cursor: pointer;
    }

        .grid figure img {
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: .8;
            width: 100%;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -moz-backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption .grid figure figcaption::after,
            .grid figure figcaption::before {
                pointer-events: none;
            }

            .grid figure figcaption,
            .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

figure.hover-effect {
    background: #333;
}

    figure.hover-effect h2,
    figure.hover-effect img {
        -webkit-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    figure.hover-effect img {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    figure.hover-effect h2 {
        font-size: 30px;
        color: #7ca0c0;
        -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
        -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
        text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    }

        figure.hover-effect h2 > span {
            color: #fff;
            font-weight: 700;
        }

    figure.hover-effect h2,
    figure.hover-effect p {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 5px;
        text-align: center;
        width: 100%;
    }

    figure.hover-effect p {
        text-transform: none;
        font-size: 24px;
        opacity: 0;
        padding: 15px;
        -moz-transition: opacity .35s, -webkit-transform .35s;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        -o-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, transform .35s;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    figure.hover-effect:hover h2,
    figure.hover-effect:hover img {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    figure.hover-effect:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.content-block-news,
.content-block-reg {
    margin-bottom: 20px;
}

    .content-block-news .article-layout .item {
        display: block;
        float: left;
        position: relative;
    }

        .content-block-news .article-layout .item .item-image {
            display: block;
            position: relative;
            width: 100%;
            overflow: hidden;
            background: -webkit-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
            background: -o-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
            background: linear-gradient(to top left, #c55f1e 0, #66d6ff 100%);
        }

            .content-block-news .article-layout .item .item-image img {
                max-width: 100%;
                width: 100%;
                height: auto;
                opacity: .7;
                filter: alpha(opacity=70);
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
                -moz-backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                transform: translate(0, 0);
            }

            .content-block-news .article-layout .item .item-image .item-header {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
                color: #fff;
                background: rgba(0, 0, 0, .1);
                -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
                -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
                text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
            }

                .content-block-news .article-layout .item .item-image .item-header strong {
                    color: #fff;
                    display: block;
                    position: absolute;
                    bottom: 15px;
                    left: 15px;
                    right: 15px;
                    font-size: 16px;
                    line-height: 130%;
                    font-weight: 500;
                    -webkit-transition: all .2s;
                    -o-transition: all .2s;
                    transition: all .2s;
                }

                .content-block-news .article-layout .item .item-image .item-header .item-meta {
                    display: block;
                    color: #fff;
                    padding: 10px 0 17px;
                    font-size: 11px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    position: absolute;
                    left: 15px;
                    right: 15px;
                    bottom: -40px;
                    border-top: 1px solid rgba(255, 255, 255, .3);
                    opacity: 0;
                    filter: alpha(opacity=0);
                    -webkit-transition: all .2s;
                    -o-transition: all .2s;
                    transition: all .2s;
                }

                    .content-block-news .article-layout .item .item-image .item-header .item-meta i.fa {
                        padding-right: 7px;
                    }

                    .content-block-news .article-layout .item .item-image .item-header .item-meta span {
                        display: block;
                        color: #fff;
                    }

                .content-block-news .article-layout .item .item-image .item-header .item-category {
                    display: block;
                    font-size: 18px;
                    font-weight: lighter;
                    left: 15px;
                    position: absolute;
                    right: 15px;
                    text-transform: none;
                    top: 15px;
                }

                    .content-block-news .article-layout .item .item-image .item-header .item-category span {
                        border: 1px solid #fff;
                        color: #000;
                        font-size: 24px;
                        display: inline-block;
                        padding: 6px 10px 5px;
                        line-height: 100%;
                        -webkit-transition: all .2s;
                        -o-transition: all .2s;
                        transition: all .2s;
                    }

        .content-block-news .article-layout .item .item-content {
            display: block;
            background: #f4f4f4;
            width: 100%;
            font-size: 14px;
            line-height: 150%;
            color: #737373;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .content-block-news .article-layout .item .item-content .item-text {
                display: block;
                padding: 15px;
            }

            .content-block-news .article-layout .item .item-content .item-footer-more {
                display: block;
                padding: 15px 0;
                margin: 0 15px;
                text-align: center;
                font-size: 14px;
                text-transform: uppercase;
                border-top: 1px solid rgba(0, 0, 0, .06);
                letter-spacing: .3px;
                color: #737373;
            }

        .content-block-news .article-layout .item:hover .item-header .item-meta {
            bottom: 0;
            opacity: 1;
        }

        .content-block-news .article-layout .item:hover .item-header .item-category span {
            background: #7ca0c0;
            border-color: transparent !important;
            color: #fff;
        }

        .content-block-news .article-layout .item:hover .item-image img {
            opacity: 1;
        }

        .content-block-news .article-layout .item:hover .item-image .item-header {
            background: rgba(81, 81, 81, .7);
        }

            .content-block-news .article-layout .item:hover .item-image .item-header strong {
                bottom: 50px;
            }

        .content-block-news .article-layout .item:hover .item-content {
            background: #fff;
            -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
            -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
            box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
        }

            .content-block-news .article-layout .item:hover .item-content .item-footer-more {
                color: inherit;
                font-weight: 700;
                letter-spacing: 0;
                padding-right: 1px;
            }

    .content-block-news .item a:hover .item-content {
        background: rgba(37, 38, 41, .8);
    }

    .content-block-news .article-layout:after {
        display: block;
        clear: both;
        content: '';
    }

.contact-form .form-control {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
    height: 50px;
    padding: 12px 15px 15px;
}

.contact-form::-webkit-input-placeholder {
    color: #e3e3e3;
}

.contact-form:-moz-placeholder {
    color: #e3e3e3;
}

.contact-form::-moz-placeholder {
    color: #e3e3e3;
}

.contact-form:-ms-input-placeholder {
    color: #e3e3e3;
}

footer .footer-above {
    background-color: #292929;
    padding-top: 25px;
    border-top: 25px solid #7ca0c0;
}

    footer .footer-above h2,
    footer .footer-above p {
        color: #fff;
    }

footer .footer-below,
footer .terms-priv a:link,
footer .terms-priv a:visited {
    color: #d2d2d2;
    font-size: 12px;
}

footer .footer-col {
    margin-bottom: 25px;
}

footer .footer-below {
    background-color: #383838;
    padding: 15px 0;
}

footer .copyright {
    float: left;
}

footer .terms-priv {
    float: right;
}

footer .copyright,
footer .terms-priv {
    padding-left: 15px;
    padding-right: 15px;
}

footer .links-list ul li {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 1.5em;
}

    footer .links-list ul li a:active,
    footer .links-list ul li a:link,
    footer .links-list ul li a:visited {
        color: #fff;
    }

    footer .links-list ul li a:hover {
        color: #f0f0f0;
    }

    footer .links-list ul li a:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 3px solid #383838;
        position: relative;
        bottom: 1px;
        padding-right: 9px;
    }

.latest-articles {
    display: block;
}

    .latest-articles .item {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .latest-articles .item-header {
        display: block;
        float: left;
        width: 60px;
    }

        .latest-articles .item-header a {
            position: relative;
            display: block;
        }

        .latest-articles .item-header span {
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
        }

        .latest-articles .item-header img {
            border: 2px solid #fff;
        }

    .latest-articles .item-content {
        display: block;
        margin-left: 85px;
    }

        .latest-articles .item-content p {
            font-size: 15px;
            margin-bottom: 15px;
        }

        .latest-articles .item-content > strong {
            display: block;
            font-weight: 600;
            line-height: 11px;
            margin-bottom: 5px;
        }

        .latest-articles .item-content a {
            color: #d3d3d3;
            font-weight: 700;
            font-size: 14px;
        }

    .latest-articles .publish-date {
        color: #d3d3d3;
        font-weight: 400;
    }

        .latest-articles .publish-date span {
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase;
        }

.contactus ul {
    margin-left: 0;
}

    .contactus ul li {
        color: #fff;
        font-size: 15px;
        font-weight: 100;
        margin-bottom: 5px;
        list-style: none;
    }

        .contactus ul li img {
            margin-right: 5px;
        }

.contactus a:link {
    color: #fff;
    text-decoration: none;
}

.contactus a:active,
.contactus a:hover {
    text-decoration: underline;
}

.btn-social {
    background: url(/Portals/0/Images/social-sprite.png);
    display: inline-block;
    height: 34px;
    width: 34px;
}

    .btn-social.facebook {
        background-position: 0;
    }

    .btn-social.twitter {
        background-position: -40px;
    }

    .btn-social.googleplus {
        background-position: -80px;
    }

    .btn-social.linkedin {
        background-position: -120px;
    }

.container-content {
    padding: 10px 15px 15px;
}

.heading_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.DNNContainer_Title_h2 h2 .TitleH2,
.DNNContainer_Title_h3 h3 .TitleH3,
.DNNContainer_Title_h4 h4 .TitleH4 {
    display: block;
    margin-bottom: 5px;
}

    .DNNContainer_Title_h2 h2 .TitleH2.centered,
    .DNNContainer_Title_h3 h3 .TitleH3.centered,
    .DNNContainer_Title_h4 h4 .TitleH4.centered {
        text-align: center;
    }

.DNNContainer_Boxed h2 .TitleBoxed {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #7b7878;
}

.lms_heading_1,
.lms_heading_2,
.lms_heading_3,
.lms_heading_4,
.lms_heading_5,
.lms_heading_6 {
    text-align: center;
}

    .lms_heading_1 .lms_heading_title,
    .lms_heading_2 .lms_heading_title,
    .lms_heading_3 .lms_heading_title,
    .lms_heading_5 .lms_heading_title,
    .lms_heading_6 .lms_heading_title {
        border-bottom: 1px solid #7b7878;
        font-weight: 400;
        margin-bottom: 17px;
        margin-top: 17px;
        padding: 0 32px 28px;
        position: relative;
    }

        .lms_heading_1 .lms_heading_title:after {
            content: "";
            position: absolute;
            top: 100%;
            margin: -10px 0 0 -5px;
            left: 50%;
            width: 10px;
            height: 20px;
            background: #fff;
            border-left: 2px solid #7b7878;
            border-right: 2px solid #7b7878;
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            transform: rotate(20deg);
        }

    .lms_heading_4 .lms_heading_title {
        margin-bottom: 17px;
        margin-top: 17px;
        padding: 0 30px 10px;
    }

.subtle-line {
    display: block;
    border: none;
    color: #fff;
    height: 1px;
    width: 100%;
    background: -webkit-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: -o-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: -moz-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    margin-bottom: 32px;
}

.hexagon {
    background-color: #fff;
    border-left: 3px solid #7b7878;
    border-right: 3px solid #7b7878;
    height: 20px;
    margin: 10.39px auto;
    position: relative;
    top: -27px;
    width: 36px;
    z-index: 10;
}

    .hexagon::after,
    .hexagon::before {
        background-color: inherit;
        content: "";
        height: 25.46px;
        left: 2.27px;
        position: absolute;
        -webkit-transform: scaleY(.5774) rotate(-45deg);
        -moz-transform: scaleY(.5774) rotate(-45deg);
        -ms-transform: scaleY(.5774) rotate(-45deg);
        -o-transform: scaleY(.5774) rotate(-45deg);
        transform: scaleY(.5774) rotate(-45deg);
        width: 25.46px;
        z-index: 1;
    }

.open_rectangle,
.rectangle {
    margin: 10px auto;
    z-index: 10;
}

.dots-wrapper,
.open_rectangle,
.rectangle {
    position: relative;
    background-color: #fff;
    width: 36px;
}

.hexagon::before {
    border-right: 4.24px solid #7b7878;
    border-top: 4.24px solid #7b7878;
    top: -12.73px;
}

.hexagon::after {
    border-bottom: 4.24px solid #7b7878;
    border-left: 4.24px solid #7b7878;
    bottom: -12.73px;
}

.open_rectangle {
    border-left: 2px solid #7b7878;
    border-right: 2px solid #7b7878;
    height: 20px;
    top: -27px;
}

.rectangle {
    border: 2px solid #7b7878;
    height: 13px;
    top: -24px;
    border-radius: 10px;
}

.dots-wrapper {
    height: 10px;
    margin: 10.39px auto;
    top: -23px;
}

.dots {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    line-height: 100px;
    background: #7b7878;
    float: left;
    margin: 0 2px 0 0;
}

.valid-404 h1 {
    font-size: 10em;
    -webkit-text-shadow: 0 0 7px rgba(0, 0, 0, .75);
    text-shadow: 0 0 7px rgba(0, 0, 0, .75);
}

.valid-404 h2 {
    font-size: 33px;
}

.valid-404 h1,
.valid-404 h2,
.valid-404 p {
    text-align: center;
}

.bs-example-modal .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
}

#login .loginGroup,
#login .registerGroup {
    float: right;
    padding: 0;
    margin: 0;
}

    #login .loginGroup a,
    #login .registerGroup a {
        display: block;
        position: relative;
        height: 40px;
        color: #fff;
        font-size: 14px;
        vertical-align: middle;
        font-weight: 400;
        margin-left: 18px;
    }

        #login .loginGroup a:hover,
        #login .registerGroup a:hover {
            background: #d7d7d7;
            color: #333;
            text-decoration: none;
        }

        #login .loginGroup a:active,
        #login .registerGroup a:active {
            color: #333;
        }

        #login .loginGroup a strong,
        #login .registerGroup a strong {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            overflow: hidden;
            font-size: 14px;
            text-indent: -9999px;
        }

    #login .registerGroup li {
        float: left;
        /*margin-left: -18px;*/
    }

        #login .registerGroup li:first-child:hover {
            border-left: #222;
        }

    #login .registerGroup .buttonGroup {
        margin-right: 0;
    }

    #login .registerGroup .userProfileImg a {
        min-width: 25px;
        min-height: 40px;
        padding: 0;
        background: 0 0;
    }

    #login .registerGroup a span {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: -9px;
        min-width: 7px;
        margin-right: 3px;
        background: #3b96b6;
        text-align: center;
        font-size: 14px;
        color: #fff;
        -webkit-text-shadow: 0 1px 0 #333;
        text-shadow: 0 1px 0 #333;
    }

    #login .registerGroup a img {
        height: 40px;
        width: 40px;
        background: #333;
    }

#login .userNotifications {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

    #login .userNotifications strong {
        height: 100%;
        background: url(images/notification_icon.png) center center no-repeat;
    }

#login .userMessages strong {
    height: 100%;
    background: url(images/message_icon.png) center center no-repeat;
}

#login .userMessages a,
#login .userNotifications a {
    padding: 0 18px;
}

    #login .userMessages a span,
    #login .userNotifications a span {
        display: inline-block;
        margin-top: 9px;
        margin-right: 0;
        background-color: transparent;
        font-size: 10px;
    }

.navbar .brand {
    float: left;
    padding: 0 !important;
    width: 249px;
    margin-top: 0px;
}

@media only screen and (max-width:768px) {
    .main-navigation {
        height: auto;
        width: 100%;
    }

    nav {
        display: none;
    }

    a.mobile-nav-btn {
        display: block;
        float: right;
        width: 50px;
        height: 46px;
        margin-top: 15px;
        text-align: center;
        color: #383838;
    }

        a.mobile-nav-btn:hover {
            text-decoration: none;
        }

    #navbar-top-wrapper {
        clear: both;
        position: relative;
    }

    #navbar {
        float: none !important;
    }
}

@media only screen and (min-width:1023px) {
    #navbar {
        float: right;
        margin-top: 18px;
        margin-right: -15px;
    }
}

#breadcrumb {
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border-bottom:1px dashed;*/
    border-color: #ccc;
    background-color: transparent;
    padding: 5px 0;
    margin: 0;
    display: block;
}

    #breadcrumb a {
        margin-left: 10px;
        font-weight: 600;
        font-size: 11px;
        color: #626262;
    }

        #breadcrumb a:first-child {
            font-family: 'Roboto', sans-serif;
            font-size: 11px;
            font-weight: 400;
            color: #7b7d82;
            margin: 0;
        }

    #breadcrumb img,
    #breadcrumb span {
        margin-left: 10px;
    }

main {
    background: #fff;
    /*border: 1px solid #ececec;*/
    border-top: none;
    margin-bottom: 0px;
    min-height: 350px;
}

    main.no-bg {
        background: 0 0;
    }

.dnnpane > [class*=col-md],
.dnnpane > [class^=col-md] {
    padding: 0 15px;
}

.image-wrapper {
    position: relative;
}

    .image-wrapper img {
        display: block;
        max-width: 100%;
    }

    .image-wrapper .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
    }

.grid,
.grid figure,
.grid figure img {
    position: relative;
}

.image-wrapper .overlay h2 {
    color: #fff;
    font-weight: 700;
    margin-top: 8%;
    -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    text-transform: uppercase;
}

.content-intro {
    padding-top: 30px;
    font-size: 26px;
    line-height: 30px;
}

    .content-intro p {
        font-size: 22px;
    }

.grid {
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

    .grid figure {
        float: left;
        overflow: hidden;
        margin: 10px 0;
        max-height: 360px;
        width: 100%;
        height: auto;
        background: #3085a3;
        text-align: center;
        cursor: pointer;
    }

        .grid figure img {
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: .8;
            width: 100%;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -moz-backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption .grid figure figcaption::after,
            .grid figure figcaption::before {
                pointer-events: none;
            }

            .grid figure figcaption,
            .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

figure.hover-effect {
    background: #333;
}

    figure.hover-effect h2,
    figure.hover-effect img {
        -webkit-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    figure.hover-effect img {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    figure.hover-effect h2 {
        font-size: 30px;
        color: #7ca0c0;
        -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
        -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
        text-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    }

        figure.hover-effect h2 > span {
            color: #fff;
            font-weight: 700;
        }

    figure.hover-effect h2,
    figure.hover-effect p {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 5px;
        text-align: center;
        width: 100%;
    }

    figure.hover-effect p {
        text-transform: none;
        font-size: 24px;
        opacity: 0;
        padding: 15px;
        -moz-transition: opacity .35s, -webkit-transform .35s;
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        -o-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, transform .35s;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    figure.hover-effect:hover h2,
    figure.hover-effect:hover img {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    figure.hover-effect:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.content-block-news,
.content-block-reg {
    margin-bottom: 20px;
}

    .content-block-news .article-layout .item {
        display: block;
        float: left;
        position: relative;
    }

        .content-block-news .article-layout .item .item-image {
            display: block;
            position: relative;
            width: 100%;
            overflow: hidden;
            background: -webkit-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
            background: -o-linear-gradient(bottom right, #c55f1e 0, #66d6ff 100%);
            background: linear-gradient(to top left, #c55f1e 0, #66d6ff 100%);
        }

            .content-block-news .article-layout .item .item-image img {
                max-width: 100%;
                width: 100%;
                height: auto;
                opacity: .7;
                filter: alpha(opacity=70);
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
                -moz-backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                transform: translate(0, 0);
            }

            .content-block-news .article-layout .item .item-image .item-header {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
                color: #fff;
                background: rgba(0, 0, 0, .1);
                -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
                -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
                text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
            }

                .content-block-news .article-layout .item .item-image .item-header strong {
                    color: #fff;
                    display: block;
                    position: absolute;
                    bottom: 15px;
                    left: 15px;
                    right: 15px;
                    font-size: 16px;
                    line-height: 130%;
                    font-weight: 500;
                    -webkit-transition: all .2s;
                    -o-transition: all .2s;
                    transition: all .2s;
                }

                .content-block-news .article-layout .item .item-image .item-header .item-meta {
                    display: block;
                    color: #fff;
                    padding: 10px 0 17px;
                    font-size: 11px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    position: absolute;
                    left: 15px;
                    right: 15px;
                    bottom: -40px;
                    border-top: 1px solid rgba(255, 255, 255, .3);
                    opacity: 0;
                    filter: alpha(opacity=0);
                    -webkit-transition: all .2s;
                    -o-transition: all .2s;
                    transition: all .2s;
                }

                    .content-block-news .article-layout .item .item-image .item-header .item-meta i.fa {
                        padding-right: 7px;
                    }

                    .content-block-news .article-layout .item .item-image .item-header .item-meta span {
                        display: block;
                        color: #fff;
                    }

                .content-block-news .article-layout .item .item-image .item-header .item-category {
                    display: block;
                    font-size: 18px;
                    font-weight: lighter;
                    left: 15px;
                    position: absolute;
                    right: 15px;
                    text-transform: none;
                    top: 15px;
                }

                    .content-block-news .article-layout .item .item-image .item-header .item-category span {
                        border: 1px solid #fff;
                        color: #000;
                        font-size: 24px;
                        display: inline-block;
                        padding: 6px 10px 5px;
                        line-height: 100%;
                        -webkit-transition: all .2s;
                        -o-transition: all .2s;
                        transition: all .2s;
                    }

        .content-block-news .article-layout .item .item-content {
            display: block;
            background: #f4f4f4;
            width: 100%;
            font-size: 14px;
            line-height: 150%;
            color: #737373;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .content-block-news .article-layout .item .item-content .item-text {
                display: block;
                padding: 15px;
            }

            .content-block-news .article-layout .item .item-content .item-footer-more {
                display: block;
                padding: 15px 0;
                margin: 0 15px;
                text-align: center;
                font-size: 14px;
                text-transform: uppercase;
                border-top: 1px solid rgba(0, 0, 0, .06);
                letter-spacing: .3px;
                color: #737373;
            }

        .content-block-news .article-layout .item:hover .item-header .item-meta {
            bottom: 0;
            opacity: 1;
        }

        .content-block-news .article-layout .item:hover .item-header .item-category span {
            background: #7ca0c0;
            border-color: transparent !important;
            color: #fff;
        }

        .content-block-news .article-layout .item:hover .item-image img {
            opacity: 1;
        }

        .content-block-news .article-layout .item:hover .item-image .item-header {
            background: rgba(81, 81, 81, .7);
        }

            .content-block-news .article-layout .item:hover .item-image .item-header strong {
                bottom: 50px;
            }

        .content-block-news .article-layout .item:hover .item-content {
            background: #fff;
            -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
            -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
            box-shadow: 0 3px 0 rgba(0, 0, 0, .03);
        }

            .content-block-news .article-layout .item:hover .item-content .item-footer-more {
                color: inherit;
                font-weight: 700;
                letter-spacing: 0;
                padding-right: 1px;
            }

    .content-block-news .item a:hover .item-content {
        background: rgba(37, 38, 41, .8);
    }

    .content-block-news .article-layout:after {
        display: block;
        clear: both;
        content: '';
    }

.contact-form .form-control {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
    height: 50px;
    padding: 12px 15px 15px;
}

.contact-form::-webkit-input-placeholder {
    color: #e3e3e3;
}

.contact-form:-moz-placeholder {
    color: #e3e3e3;
}

.contact-form::-moz-placeholder {
    color: #e3e3e3;
}

.contact-form:-ms-input-placeholder {
    color: #e3e3e3;
}

footer .footer-above {
    background-color: #333333;
    border-top: 1px solid #FFF;
    padding: 0;
    min-height: 229px;
}

    footer .footer-above h2,
    footer .footer-above p {
        color: #fff;
    }

footer .footer-below,
footer .terms-priv a:link,
footer .terms-priv a:visited,
footer .terms-priv button {
    color: #d2d2d2;
    font-size: 12px;
}

footer .terms-priv button {
    color: #d2d2d2 !important;
    font-size: 12px !important;
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
}

footer .footer-col {
    margin-bottom: 25px;
}

footer .footer-below {
    background-color: #333333;
    border-top: 1px solid #e8e8e8;
    padding: 8px 0;
}

footer .copyright {
    float: right;
}

@media (max-width:1023px) {
    footer .copyright {
        float: left;
    }
}

.copyright a {
    color: #FFF;
    text-decoration: underline;
}

footer .terms-priv {
    float: left;
}

.terms-priv a {
    color: #FFF;
}

footer .copyright,
footer .terms-priv {
    padding-left: 0px;
    padding-right: 0px;
}

footer .links-list ul li {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 1.5em;
}

    footer .links-list ul li a:active,
    footer .links-list ul li a:link,
    footer .links-list ul li a:visited {
        color: #fff;
    }

    footer .links-list ul li a:hover {
        color: #f0f0f0;
    }

    footer .links-list ul li a:before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 3px solid #383838;
        position: relative;
        bottom: 1px;
        padding-right: 9px;
    }

.latest-articles {
    display: block;
}

    .latest-articles .item {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .latest-articles .item-header {
        display: block;
        float: left;
        width: 60px;
    }

        .latest-articles .item-header a {
            position: relative;
            display: block;
        }

        .latest-articles .item-header span {
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
        }

        .latest-articles .item-header img {
            border: 2px solid #fff;
        }

    .latest-articles .item-content {
        display: block;
        margin-left: 85px;
    }

        .latest-articles .item-content p {
            font-size: 15px;
            margin-bottom: 15px;
        }

        .latest-articles .item-content > strong {
            display: block;
            font-weight: 600;
            line-height: 11px;
            margin-bottom: 5px;
        }

        .latest-articles .item-content a {
            color: #d3d3d3;
            font-weight: 700;
            font-size: 14px;
        }

    .latest-articles .publish-date {
        color: #d3d3d3;
        font-weight: 400;
    }

        .latest-articles .publish-date span {
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase;
        }

.contactus ul {
    margin-left: 0;
}

    .contactus ul li {
        color: #fff;
        font-size: 15px;
        font-weight: 100;
        margin-bottom: 5px;
        list-style: none;
    }

        .contactus ul li img {
            margin-right: 5px;
        }

.contactus a:link {
    color: #fff;
    text-decoration: none;
}

.contactus a:active,
.contactus a:hover {
    text-decoration: underline;
}

.btn-social {
    background: url(/Portals/0/Images/social-sprite.png);
    display: inline-block;
    height: 34px;
    width: 34px;
}

    .btn-social.facebook {
        background-position: 0;
    }

    .btn-social.twitter {
        background-position: -40px;
    }

    .btn-social.googleplus {
        background-position: -80px;
    }

    .btn-social.linkedin {
        background-position: -120px;
    }

.container-content {
    padding: 10px 15px 15px;
}

.heading_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.DNNContainer_Title_h2 h2 .TitleH2,
.DNNContainer_Title_h3 h3 .TitleH3,
.DNNContainer_Title_h4 h4 .TitleH4 {
    display: block;
    margin-bottom: 5px;
}

    .DNNContainer_Title_h2 h2 .TitleH2.centered,
    .DNNContainer_Title_h3 h3 .TitleH3.centered,
    .DNNContainer_Title_h4 h4 .TitleH4.centered {
        text-align: center;
    }

.DNNContainer_Boxed h2 .TitleBoxed {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #7b7878;
}

.lms_heading_1,
.lms_heading_2,
.lms_heading_3,
.lms_heading_4,
.lms_heading_5,
.lms_heading_6 {
    text-align: center;
}

    .lms_heading_1 .lms_heading_title,
    .lms_heading_2 .lms_heading_title,
    .lms_heading_3 .lms_heading_title,
    .lms_heading_5 .lms_heading_title,
    .lms_heading_6 .lms_heading_title {
        border-bottom: 1px solid #7b7878;
        font-weight: 400;
        margin-bottom: 17px;
        margin-top: 17px;
        padding: 0 32px 28px;
        position: relative;
    }

        .lms_heading_1 .lms_heading_title:after {
            content: "";
            position: absolute;
            top: 100%;
            margin: -10px 0 0 -5px;
            left: 50%;
            width: 10px;
            height: 20px;
            background: #fff;
            border-left: 2px solid #7b7878;
            border-right: 2px solid #7b7878;
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            -o-transform: rotate(20deg);
            transform: rotate(20deg);
        }

    .lms_heading_4 .lms_heading_title {
        margin-bottom: 17px;
        margin-top: 17px;
        padding: 0 30px 10px;
    }

.subtle-line {
    display: block;
    border: none;
    color: #fff;
    height: 1px;
    width: 100%;
    background: -webkit-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: -o-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: -moz-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    background: radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
    margin-bottom: 32px;
}

.hexagon {
    background-color: #fff;
    border-left: 3px solid #7b7878;
    border-right: 3px solid #7b7878;
    height: 20px;
    margin: 10.39px auto;
    position: relative;
    top: -27px;
    width: 36px;
    z-index: 10;
}

    .hexagon::after,
    .hexagon::before {
        background-color: inherit;
        content: "";
        height: 25.46px;
        left: 2.27px;
        position: absolute;
        -webkit-transform: scaleY(.5774) rotate(-45deg);
        -moz-transform: scaleY(.5774) rotate(-45deg);
        -ms-transform: scaleY(.5774) rotate(-45deg);
        -o-transform: scaleY(.5774) rotate(-45deg);
        transform: scaleY(.5774) rotate(-45deg);
        width: 25.46px;
        z-index: 1;
    }

.open_rectangle,
.rectangle {
    margin: 10px auto;
    z-index: 10;
}

.dots-wrapper,
.open_rectangle,
.rectangle {
    position: relative;
    background-color: #fff;
    width: 36px;
}

.hexagon::before {
    border-right: 4.24px solid #7b7878;
    border-top: 4.24px solid #7b7878;
    top: -12.73px;
}

.hexagon::after {
    border-bottom: 4.24px solid #7b7878;
    border-left: 4.24px solid #7b7878;
    bottom: -12.73px;
}

.open_rectangle {
    border-left: 2px solid #7b7878;
    border-right: 2px solid #7b7878;
    height: 20px;
    top: -27px;
}

.rectangle {
    border: 2px solid #7b7878;
    height: 13px;
    top: -24px;
    border-radius: 10px;
}

.dots-wrapper {
    height: 10px;
    margin: 10.39px auto;
    top: -23px;
}

.dots {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    line-height: 100px;
    background: #7b7878;
    float: left;
    margin: 0 2px 0 0;
}

.valid-404 h1 {
    font-size: 10em;
    -webkit-text-shadow: 0 0 7px rgba(0, 0, 0, .75);
    text-shadow: 0 0 7px rgba(0, 0, 0, .75);
}

.valid-404 h2 {
    font-size: 33px;
}

.valid-404 h1,
.valid-404 h2,
.valid-404 p {
    text-align: center;
}

.bs-example-modal .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
}
/*-------------Inventise heading style updates---------*/
h1 {
    font-family: "Roboto";
    color: #361163;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.1em;
    text-align: left;
}

.titleh1 span.highlight {
    font-family: "Roboto";
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1em;
    text-align: left;
}

@media (max-width:425px) {
    .titleh1 span.highlight {
        font-family: "Roboto";
        color: #ffffff;
        font-size: 38px;
        font-weight: 400;
        line-height: 1.1em;
        text-align: left;
    }
}

h2 {
    font-family: "Roboto";
    color: #361163;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1em;
    text-align: left;
}

h3 {
    font-family: "Roboto";
    color: #361163;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3em;
    text-align: left;
}

h4 {
    font-family: "Roboto";
    color: #361163;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    text-align: left;
}

h5 {
    font-family: "Roboto";
    color: #361163;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left;
}

h6 {
    font-family: "Roboto";
    color: #361163;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left;
    transform: scaleX(1.0001);
}

/*Inventise paragraph style updates*/
p, blockquote {
    font-family: "Roboto";
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em !important;
    text-align: left;
}

p {
    margin: 0 0 10px 0;
}
    /* margin bottom is equal to line-height */
    p img {
        margin: 0;
    }

.lead, .lead-typekit, .lead p {
    font-family: "Roboto";
    color: #361163;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 20px;
}

strong {
    font-family: "Roboto";
    color: #361163;
    font-weight: 700;
    text-align: left;
}

/*Inventise heading style updates*/
ul, ol {
    font-family: "Roboto";
    margin-bottom: 18px;
    margin-left: 18px;
    color: #252525;
}

    ul li {
        font-family: "Roboto";
        color: #252525;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5em;
        text-align: left;
    }

#dnnMenu > ul > li:nth-child(-n+5) {
    font-size: 18px;
    font-weight: 600;
}

header {
    background: #361063;
    /* border-bottom: 1px solid #FFFFFF; */
}

#topHeader {
    background: #361063;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    min-width: 25px;
    min-height: 35px;
    padding: 0;
}

.title-section-footer {
    color: #b38e5e;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    font-weight: 600;
}

.text-section-footer {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    padding: 15px 0px 20px 0px;
}

.input-text-section-footer {
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 0px solid #000000;
    margin-bottom: 5px;
}

input[class="input-text-section-footer"]::-webkit-input-placeholder {
    font-style: italic;
}

input[class="input-text-section-footer"]:-moz-placeholder {
    font-style: italic;
}

input[class="input-text-section-footer"]::-moz-placeholder {
    font-style: italic;
}

input[class="input-text-section-footer"]:-ms-input-placeholder {
    font-style: italic;
}

.input-button-section-footer {
    background-color: #b38e5e;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 0px solid #000000;
}

ul.list-section-footer {
    list-style: none;
    margin: 0px;
    padding-top: 15px;
}

    ul.list-section-footer li:before {
        /*content: "\f054";*/
        color: #b38e5e;
        padding-left: -30px;
    }

    ul.list-section-footer li > a {
        color: #FFF;
        font-size: 14px;
    }

.separator {
    color: #b38e5e;
    font-family: 'Roboto', sans-serif;
}

.viewAll a {
    color: #b38e5e;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.footer-social {
    background-color: #191919;
}

.social-bar {
    padding: 10px 5px;
    float: right;
}

.social-bar {
    float: right;
}

@media (max-width:1023px) {
    .social-bar {
        float: left;
    }
}

.social-icon {
    padding: 0.5px 0px;
    width: 30px;
    height: 30px;
}

button.navbar-toggle {
    border: 0px;
}

div.navbar-toggle {
    border: 0px;
}

.sr-only {
    position: relative;
    display: none;
}

#dnn_dnnSearch_ClassicSearch > span.search-toggle-icon.fa.fa-search.fa-2x {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    cursor: pointer;
    color: #FFFFFF;
}

#search-action {
    background: none;
    height: 80px;
    padding: 0px 30px;
}

.fa {
    color: #FFFFFF;
}

.fa-search:after {
    color: #aa8754;
}

#dnn_dnnSearch_ClassicSearch > span.search-toggle-icon.fa.fa-search.fa-2x {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    cursor: pointer;
    color: #FFFFFF;
}

a#dnn_dnnSearch2_cmdSearch, ul.searchSkinObjectPreview > li, ul.searchSkinObjectPreview {
    display: none;
}

@media (min-width: 1024px) {
    .searchInputContainer a.dnnSearchBoxClearText {
        right: 40px !important;
        top: -5px;
    }
}

.searchInputContainer a.dnnSearchBoxClearText {
    width: 36px;
    height: 36px;
}

span.qTop.fa.fa-search.fa-2x {
    float: right;
    margin: 6px 6px 0;
}

.search {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-right: 1px solid rgba(255, 255, 255, .3);
    min-width: 45px;
    margin-right: 15px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

@media (min-width:1024px) {
    .searchInputContainer input {
        top: 0;
        right: 0;
        border: 0;
        outline: 0;
        background: #361063;
        width: 120px;
        height: 40px;
        margin: 0;
        padding: 0 0px 0 10px;
        font-size: 15px;
        color: #ffffff;
    }
}

@media (max-width:514px) {
    .navbar .brand {
        float: left;
        padding: 0 !important;
        width: 50%;
        margin-top: 12px;
    }

    .navbar-toggle {
        padding: 9px 0px;
    }
}
/*adjust search toggle icon for mobile devices*/
#search-top a.SearchButton {
    /*height: 38px;
    top: -41px;*/
    /*right: -660px;*/
}

@media (max-width:514px) {
    span.qTop.fa.fa-search.fa-2x {
        margin: 6px 36px 0;
    }

    #search-top a.SearchButton {
        /*right: -330px;*/
    }

    #search-top input {
        width: 72%;
    }
}

@media (max-width:325px) {
    span.qTop.fa.fa-search.fa-2x {
        margin: 6px 28px 0;
    }
}

.search-ti-bg {
    background: url(images/icon-search-white.svg) center center no-repeat;
    display: block;
    position: absolute;
    cursor: pointer;
    color: #dcddd8;
    width: 42px;
    height: 42px;
    top: 0;
    right: -8px;
    opacity: 1;
    transition: opacity 0.5s ease-in;
}

    .search-ti-bg.fade {
        opacity: 0.2;
    }

.close-ti-bg {
    background: url(images/close.svg) center center no-repeat;
    display: block;
    position: absolute;
    cursor: pointer;
    color: #dcddd8;
    width: 42px;
    height: 42px;
    top: 10px;
    right: -8px;
}

.bcrumb-bck {
    background: #5b308e;
}

.bcrumb-bck-gld {
    background: #b38e5e;
}

/* ********** SECTION PADDING & SPACING ************** */
.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pd-40 {
    padding: 40px;
}

.pd-50 {
    padding: 50px;
}

.pdt-10 {
    padding-top: 10px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdt-30 {
    padding-top: 30px;
}

.pdt-40 {
    padding-top: 40px;
}

.pdt-50 {
    padding-top: 50px;
}

.pdt-60 {
    padding-top: 60px;
}

.pdt-70 {
    padding-top: 70px;
}

.pdt-80 {
    padding-top: 80px;
}

.pdt-90 {
    padding-top: 90px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pdb-20 {
    padding-bottom: 20px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.pdb-40 {
    padding-bottom: 40px;
}

.pdb-50 {
    padding-bottom: 50px;
}

.pdb-60 {
    padding-bottom: 60px;
}

.pdb-70 {
    padding-bottom: 70px;
}

.pdb-80 {
    padding-bottom: 80px;
}

.pdb-90 {
    padding-bottom: 90px;
}

.pdtb-10 {
    padding: 10px 0;
}

.pdtb-20 {
    padding: 20px 0;
}

.pdtb-20-0 {
    padding: 20px 0 0 0;
}

.pdtb-30 {
    padding: 30px 0;
}

.pdtb-40 {
    padding: 40px 0;
}

.pdtb-50 {
    padding: 50px 0;
}
/*reduce padding on mobile*/
@media only screen and (max-width: 425px) {
    .pdtb-50 {
        padding: 20px 0;
    }
}

.pdtb-60 {
    padding: 50px 0;
}

.pdtb-70 {
    padding: 70px 0;
}

.pdtb-80 {
    padding: 80px 0;
}

.pdtb-90 {
    padding: 80px 0;
}
/*padding left and right for text block*/
.pdlr-40 {
    padding: 0px 40px;
}

.pdlr-120 {
    padding: 0px 120px;
}
/*margin styles*/
.mgt-10 {
    margin-top: 10px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-30 {
    margin-top: 30px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-010 {
    margin-top: -10px;
}

.mgt-05 {
    margin-top: -5px;
}

.mgb-05 {
    margin-bottom: -5px;
}

.mgt-0 {
    margin-top: -10px;
}

.mgb-0 {
    margin-bottom: -10px;
}
/*edit padding on mobile*/
@media only screen and (max-width: 768px) {
    .mgb-0 {
        margin-bottom: 0px;
    }
}

.mgb-5 {
    margin-bottom: 5px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.mglr-0 {
    margin-left: 0;
    margin-right: 0;
}

.mglr-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mglr-015 {
    margin-left: -15px;
    margin-right: -15px;
}
/*make font awesome footer list style*/
ul.list-section-footer li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 6px 0 0px;
}
/*hide RHM title on mobile*/
@media only screen and (max-width: 1023px) {
    .h-mod {
        display: none;
    }
}

.bcrumb {
    color: #ffffff;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

    .bcrumb span span span:nth-last-child(1) a span {
        text-decoration: none;
        display: none;
    }

    .bcrumb a,
    .bcrumb a span {
        color: #ffffff;
        text-decoration: underline;
    }

        .bcrumb a:hover,
        .bcrumb a span:hover {
            text-decoration: none;
        }

h2.titleh1 {
    margin: 0 0 -10px -20px;
}

@media (max-width: 767px) {
    .bcrumb.pull-right {
        float: left !important;
        margin-left: -15px;
    }
}
/*change font color of search input placholder*/
input[class="NormalTextBox"]::-webkit-input-placeholder {
    color: #FFFFFF;
}

/*-------Cookie Policy Styling--------------*/

.Mobile320 #inventise_cookie_policy .cookie_text,
.Mobile540 #inventise_cookie_policy .cookie_text {
    color: #cccccc;
    text-align: left;
    padding-left: 10px;
}

    .Mobile320 #inventise_cookie_policy .cookie_text a,
    .Mobile540 #inventise_cookie_policy .cookie_text a {
        font-size: 12px;
    }

#inventise_cookie_policy {
    background-color: #323232;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    font-size: 14px;
}

    #inventise_cookie_policy .cookie_policy {
        margin-left: auto;
        margin-right: auto;
    }

    #inventise_cookie_policy .cookie_text {
        color: #cccccc;
        text-align: left;
        padding-top: 16px;
    }

@media (max-width:768px) {
    #inventise_cookie_policy .cookie_text {
        text-align: center;
    }
}

.Mobile320 #inventise_cookie_policy .cookie_text,
.Mobile540 #inventise_cookie_policy .cookie_text {
    color: #cccccc;
    text-align: left;
    padding-left: 10px;
}

    .Mobile320 #inventise_cookie_policy .cookie_text a,
    .Mobile540 #inventise_cookie_policy .cookie_text a {
        font-size: 12px;
    }

#inventise_cookie_policy .cookie_link {
    color: #fff;
    font-weight: bold;
}

#inventise_cookie_policy .cookie_button {
    padding-left: 30px;
    text-align: right;
    padding-top: 15px;
}

@media(max-width:768px) {
    #inventise_cookie_policy .cookie_button {
        padding-left: 0px;
        text-align: center;
    }
}

#inventise_cookie_policy .cookie_button #inventise_cookie_policy_button {
    vertical-align: middle;
    background-color: #323232 !important;
    border-radius: 5px;
    height: 30px;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
}

.Mobile320 #inventise_cookie_policy,
.Mobile540 #inventise_cookie_policy {
    background-color: black;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 10px;
    width: 100%;
    position: relative;
    z-index: 10000;
}

    .Mobile320 #inventise_cookie_policy .cookie_policy,
    .Mobile540 #inventise_cookie_policy .cookie_policy {
        margin-left: auto;
        margin-right: auto;
        width: 320px;
        background-color: #323232;
    }

    .Mobile320 #inventise_cookie_policy .cookie_text,
    .Mobile540 #inventise_cookie_policy .cookie_text {
        color: #cccccc;
        text-align: left;
        padding-left: 10px;
    }

        .Mobile320 #inventise_cookie_policy .cookie_text a,
        .Mobile540 #inventise_cookie_policy .cookie_text a {
            font-size: 12px;
        }

    .Mobile320 #inventise_cookie_policy .cookie_link,
    .Mobile540 #inventise_cookie_policy .cookie_link {
        color: #FFCC00;
    }

    .Mobile320 #inventise_cookie_policy .cookie_button,
    .Mobile540 #inventise_cookie_policy .cookie_button {
        padding-left: 20px;
        padding-right: 10px;
    }

        .Mobile320 #inventise_cookie_policy .cookie_button #inventise_cookie_policy_button,
        .Mobile540 #inventise_cookie_policy .cookie_button #inventise_cookie_policy_button {
            vertical-align: middle;
            background-color: #5E5C5C !important;
            border-radius: 5px;
            height: 45px;
            color: white;
            padding-left: 15px;
            padding-right: 15px;
            font-weight: bold;
            font-size: 10px;
        }

.mainFlex.cookie_text {
    background: none;
}

#inventise_cookie_policy .cookie_policy > .aside1 {
    background: none;
}

#inventise_cookie_policy .cookie_policy > .aside2 {
    background: none;
}

/*overwrite font colour for flexbox footer*/
.mainFlex {
    color: #ffffff;
    background: #fbab18;
    white-space: normal;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
}

    .mainFlex a,
    .mainFlex a span {
        color: #ffffff;
        font-family: 'Open Sans';
    }

@media all and (max-width: 1024px) {
    .mainFlex {
        text-align: center;
    }
}

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    /*font-weight: bold;*/
    text-align: center;
}

    .flex-container > * {
        /*padding: 10px;*/
        flex: 1 100%;
    }

.mainFlex {
    background: #fbab18;
    flex: 1 100%;
    padding-top: 20px;
}

@media all and (min-width: 800px) {
    .aside1 {
        flex: 2 auto;
    }

    .aside2 {
        flex: 1 auto;
    }
}

@media all and (min-width: 800px) {
    .mainFlex {
        flex: 50 0px;
    }

    .aside1 {
        order: 1;
    }

    .mainFlex {
        order: 2;
    }

    .aside2 {
        order: 3;
    }

    .footer {
        order: 4;
    }
}
/*------------End of Cookie Policy--------------*/
@media (max-width: 991px) {
    .flex-box {
        display: flex;
        flex-direction: column;
    }

    .flexOne {
        order: 2;
    }

    .flexTwo {
        order: 1;
    }

    .flexThree {
        order: 3;
    }
}
/* Ordered and Unordered list styling */
ol {
    padding: 0;
    counter-reset: item;
}

    ol > li {
        margin: 0;
        padding: 0 0 0 1em;
        text-indent: -2em;
        list-style-type: none;
        counter-increment: item;
    }

        ol > li:before {
            display: inline-block;
            width: 1.5em;
            padding-right: 0.5em;
            font-weight: bold;
            text-align: right;
            content: counter(item) ".";
            color: #5b308e;
        }

.Normal ul li:before {
    font-family: 'FontAwesome';
    content: '\f111';
    margin: 0 10px 0 -15px;
    color: #5b308e;
    font-size: 6px;
    font-weight: 400;
    line-height: 24.002px;
}

.mainContent, #siteWrapper {
    background-color: #FFFFFF;
}

.ModDDRMenuC { /*overwrite default adding DDR module txt to screen*/
    display: none;
}

.navbar-default {
    border-color: #361063 !important;
    background: #361063 !important;
}

.contentPaneUpper {
    background-color: #b38e5e;
    /*height: 120px;*/
}

.carousel-caption {
    text-shadow: none;
}

.homeEvents {
    background-color: #ebebeb;
    height: auto;
    margin-top: 10px;
}

@media (max-width:767px) {
    .homeEvents {
        margin-top: 30px;
    }
}

.mainContent, #siteWrapper {
    background-color: #FFFFFF;
}

.ModDDRMenuC { /*overwrite default adding DDR module txt to screen*/
    display: none;
}

.footerNote {
    max-width: 400px;
    margin: 0 auto;
}

    .footerNote a img {
        text-align: center;
    }

#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

iframe.twitter-timeline {
    margin-top: -25px !important;
    height: 510px !important;
}

@media (max-width:1024px) {
    iframe.twitter-timeline {
        height: 435px !important;
    }
}

@media (max-width:768px) {
    iframe.twitter-timeline {
        height: 495px !important;
    }
}

.login, .login .login-input {
    border: 1px solid #CCCCCC;
    padding: 20px 20px 40px 20px;
    width: 100% !important;
    height: 160px;
    margin-top: -10px;
    border-radius: 6px;
}

#dnn_ctr1602_View_Submitbutton_1602_3, #dnn_ctr1611_View_Submitbutton_1611_6 {
    background-color: #361163;
    color: #FFFFFF;
    border: none;
    padding: 10px 36px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 12px 2px;
    cursor: pointer;
    font-weight: 700;
}

    #dnn_ctr1602_View_Submitbutton_1602_3:hover, #dnn_ctr1611_View_Submitbutton_1611_6:hover {
        text-decoration: underline;
        opacity: 0.8;
    }

.eds_news_BlogOne ul li:before {
    font-family: 'FontAwesome';
    content: '\f105';
    margin: 0 10px 0 -15px;
    color: #333333;
}

.eds_news_BlogOne .edn_article_gallery ul li:before {
    content: none;
}

button.g-recaptcha {
    display: none;
}
/*Admin Screens*/
.admin-list-table {
    display: block;
    width: 100%;
    /*overflow-x: auto;*/
}

.row.table-full .admin-list-table {
    display: table;
    margin-bottom: 15px;
}

    .row.table-full .admin-list-table tr > td input {
        width: 100%;
        min-width: 1px;
    }

.admin-list-table td,
.admin-list-table th {
    padding: 7.5px;
    border: 1px solid #ddd;
}

.admin-list-table tr > td:nth-child(1) {
    width: 30px !important;
}

.admin-list-table tr > td:nth-child(2) {
    width: 100%;
}

.admin-list-table tr > td > input[type="text"] {
    min-width: 203px;
    width: 100%;
}

.admin-list-table.profile-courses tr > td:nth-child(1), .admin-list-table.profile-courses tr > td:nth-child(2) {
    width: initial !important;
}

.admin-list-table tr:first-child {
    background-color: #c6bbd2 !important;
}

.admin-list-table tr:nth-child(odd) {
    background-color: #eee;
}

.admin-edit .admin-inner {
    width: 100%;
    /*max-width: 750px;*/
    margin: 0 auto;
}

    .admin-edit .admin-inner .row {
        background-color: #efefef;
        padding: 17px 0;
        text-align: center;
        border-radius: 4px;
        margin-bottom: 15px;
    }

    .admin-edit .admin-inner > div.col-md-6 {
        margin: 10px 0;
        display: flex;
        align-items: center;
    }


    .admin-edit .admin-inner .exam-application-details {
            padding: 22px 14px 16px;            
    }
        .admin-edit .admin-inner .exam-application-details p strong {
            color:#333;    
        }
    

        .admin-edit .admin-inner .row.left-align{
            text-align: left;
        }
        .admin-edit .admin-inner .row label {
            margin-top: 0;
        }
        .admin-edit .admin-inner .row.left-align label{
            margin-top: 15px;
        } 
        .admin-edit .admin-inner label,
        .admin-edit .admin-inner input[type='text'],
        .admin-edit .admin-inner input[type='password'],
        .admin-edit .admin-inner select {
            display: block;
            width: 100%;
        }
        .admin-edit .admin-inner input[type='text'],
        .admin-edit .admin-inner input[type='password'],
        .admin-edit .admin-inner select {
            padding: 10px 5px;
            border: 1px solid #ccc;
            border-radius: 4px;
            display:inline-block;
            width:70%;
        }
        .admin-edit .admin-inner label{
            margin-top: 15px;
            display: inline-block;
           
        }
    .admin-edit .admin-inner .row.left-align {
        text-align: left;
    }

    .admin-edit .admin-inner .row label {
        margin-top: 0;
    }

    .admin-edit .admin-inner .row.left-align label {
        margin-top: 15px;
    }

    .admin-edit .admin-inner label,
    .admin-edit .admin-inner input[type='text'],
    .admin-edit .admin-inner input[type='password'],
    .admin-edit .admin-inner select {
        display: block;
        width: 100%;
    }

    .admin-edit .admin-inner input[type='text'],
    .admin-edit .admin-inner input[type='password'],
    .admin-edit .admin-inner select {
        padding: 10px 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        display: inline-block;
        width: 69%;
    }

    .admin-edit .admin-inner label {
        margin-top: 15px;
        display: inline-block;
        width: 30%;
    }

    .admin-edit .admin-inner .checkbox md-checkbox {
        float: right;
    }

.admin-edit.book-exams .admin-inner .checkbox md-checkbox {
    float: none;
}

.admin-edit .admin-inner .exam-admin div.col-md-6 {
    margin: 30px 0;
}

.admin-edit .admin-inner .checkbox-inline label, .admin-edit .admin-inner .checkbox label {
    display: inline-block;
    margin-top: 0;
}

.admin-edit .admin-inner .checkbox.vertical-list md-checkbox {
    float: none;
}

.admin-edit.reports-admin .admin-inner select {
    width: 100%;
}

.admin-edit .admin-inner.member-admin > div label {
    height: 40px;
}

.admin-edit .admin-inner.member-admin md-radio-group {
    display: block;
    margin-bottom: 15px;
}

    .admin-edit .admin-inner.member-admin md-radio-group md-radio-button {
        display: inline-block;
        margin: 0 15px;
    }

.admin-edit .admin-inner.member-admin .checkbox-inline + .checkbox-inline {
    margin: 0;
}

.admin-edit input.cb-2-btn {
    padding: 10px 20px;
    margin: 12px 0 0 0;
    max-width: 400px;
    display: inline-block;
    background-color: #361163;
    color: #ffffff;
    font-weight: bold;
    border: none;
}


.admin-edit.driver-search .admin-inner > div {
    padding:25px 0px;
    overflow:auto;
}

    .admin-edit.driver-search .admin-inner > div .co-text.p-btns {
        margin-top:20px;
    }

.admin-edit.provider-profile .admin-list-table {
    display: table;
}

.admin-edit.provider-profile .admin-list-table tr > th:nth-child(1), .admin-edit.provider-profile .admin-list-table tr > td:nth-child(1) {  
    width:100% !important;
}

.admin-list .link {
    width: 100%;
    max-width: 220px;
    background-color: #eee;
    text-align: center;
    padding: 11px 10px 0px;
    display: block;
    font-weight: bold;
    color: #555;
    border: 1px solid #bbb;
    border-radius: 3px;
    margin: 0 auto 20px;
    height: 110px;
}
.top-menu .link{
    height: 50px;
}

    .admin-list .link:hover {
            background-color: #c6bbd2;
    }

.admin-list .fa {
    color: #333;
    font-size: 23px;
    margin-bottom: 15px;
}

    .admin-list .fa.CourseList:before {
        content: '\f19d';
    }

    .admin-list .fa.ExamList:before,
    .admin-list .fa.ExamTypeList:before,
    .admin-list .fa.ExamInstanceList:before,
    .admin-list .fa.ExamApprovalList:before {
        content: '\f00c';
    }

    .admin-list .fa.SponsorList:before {
        content: '\f1ea';
    }

    .admin-list .fa.ProgrammeList:before {
        content: '\f0ae';
    }

    .admin-list .fa.ExamLocationList:before {
        content: '\f041';
    }

    .admin-list .fa.ProgrammeProviderList:before,
    .admin-list .fa.ProviderList:before {
        content: '\F05A';
    }

    .admin-list .fa.ExamApplicationList:before,
    .admin-list .fa.CourseApplicationList:before {
        content: '\f003';
    }

    .admin-list .fa.MemberList:before,
    .admin-list .fa.Profile:before {
        content: '\f007 ';
    }

    .admin-list .fa.Documentation:before {
        content: '\f02d';
    }

    .admin-list .fa.WebsitePages:before {
        content: '\f15c';
    }

    .admin-list .fa.Events:before,
    .admin-list .fa.YearEndProcesses:before {
        content: '\f073';
    }

    .admin-list .fa.Reports:before {
        content: '\f024';
    }

    .admin-list .fa.SearchDriver:before {
        content: '\f002';
    }

    .admin-list .fa.RegisterDriver:before {
        content: '\f234';
    }

md-checkbox.md-default-theme.md-checked .md-ink-ripple,
md-checkbox.md-checked .md-ink-ripple {
    color: #5b308e !important;
}

md-checkbox.md-default-theme.md-checked .md-icon,
md-checkbox.md-checked .md-icon {
    background-color: #999 !important;
}

.error {
    background-color: rgba(255,0,0,1); /* red */
    border: 1px solid rgba(255,0,0,0.2);
    color: #fff;
    text-align: center;
    padding: 30px;
    margin: 20px auto;
    border-radius: 4px;
    max-width: 750px;
    font-size: 19px;
}

/*-------Cookie Policy Styling--------------*/

#inventise_cookie_policy {
    background-color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(180, 180, 180, 0.2);
}

    #inventise_cookie_policy .cookie_policy {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

        #inventise_cookie_policy .cookie_policy p {
            margin-bottom: 0;
            font-size: 14px;
        }

    #inventise_cookie_policy .cookie_text {
        color: #333;
        padding: 16px 0;
        display: inline-block;
        float: left;
    }

@media (max-width:768px) {
    #inventise_cookie_policy .cookie_text {
        text-align: center;
    }
}

#inventise_cookie_policy .cookie_link {
    color: #333;
    text-decoration: underline !important;
}

#inventise_cookie_policy .cookie_button {
    padding: 15px 0 10px;
    display: inline-block;
}

@media(max-width:768px) {
    #inventise_cookie_policy .cookie_button {
        padding: 0;
        margin: 0 auto;
        display: block;
        width: 55px;
    }
}

#inventise_cookie_policy .cookie_button #inventise_cookie_policy_button {
    background-color: #34a918 !important;
    border-radius: 4px;
    margin: 0 10px;
    border: none;
    color: #fff;
}

.mainFlex.cookie_text {
    background: none;
}

#inventise_cookie_policy .cookie_policy > .aside1 {
    background: none;
}

#inventise_cookie_policy .cookie_policy > .aside2 {
    background: none;
}

.copyright-text span,
.copyright-text a {
    font-size: 14px;
    text-transform: none;
}

    .copyright-text a:hover {
        text-decoration: underline !important;
    }

#blog {
    background-color: #F5F5F7;
}

.dashboardSection {
    display: block;
    width: 100%;
    float: left;
}

.full-width-link {
    list-style-type: none;
    margin-bottom: 20px !important;
    border: 1px solid rgba(164, 135, 98, .6);
    padding-left: 0;
}

    .full-width-link:hover {
        background-color: #ddd;
    }


    .full-width-link h3 {
        font-size: 16px;
        padding: 10px 15px;
        margin: 0;
        position: relative;
    }

        .full-width-link h3 span {
            position: absolute;
            right: 15px;
            padding-top: 1px;
            font-size: 14px;
            color: rgb(164, 135, 98);
        }

.notes-area {
    resize:none;
    width:100%;
}

.membership-payment-button {
    border: 1px solid black;
    overflow: auto;
    padding: 10px;
    min-height: 90px;
}

    .membership-payment-button .col-md-6 {
        padding: 0px 10px;
    }

    .membership-payment-button .col-md-6 p strong {
        margin-top: 20px;
        display: block;
    }

        .membership-payment-button .col-md-6 .fee-labels {
            padding: 20px 0;
        }

    .membership-payment-button .member-paid-value {
        width: 50% !important;
    margin-top: 12px;
    height: 45px;
    padding: 5px;
    }

.tabs {
    width: 50px;
    display: inline-block;
    margin-right: 10px;
}

.tabs-row {
    margin-left: 0;
}

.dashboardTitle {
    margin: 20px 0;
}


.driver-created-box {
    height: 300px;
    text-align: center;
}

    .driver-created-box h2 {
        margin: 50px 0 50px;
        text-align: center;
    }

    .driver-created-box .username {
        margin: 10px 0 70px;
    }


.login-driver-link {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .login-driver-link a, .login-driver-link p {
        border:2px solid black;
        padding:10px;
        font-weight:bold;
        color:red;
        display:inline;    
    }


.book-exam-detailed-description {
    display: inline-block;
     width:60%;
    text-align:center; 
}
.book-exam-detailed-type {
    display: inline-block;
    width: 20%;
    text-align: center;
}
.book-exam-detailed-price {
    display: inline-block;
    width: 19%;
    text-align: center;
}
.book-exams-exams md-checkbox{
    width:100%;
}
.book-exams-exams md-checkbox .md-label {
    width: 80%;
}

