﻿/*------------------------------------------------*/
/* FONTS */
/*------------------------------------------------*/

@import "https://cloud.typography.com/7993576/6510572/css/fonts.css";

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
li.dropdown a {
    font-family: 'Source Sans Pro', sans-serif;
}
ul.navbar-nav > li > a,
.search-text,
.footer-contact,
.footer-contact a,
.tab-header-box p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
}
/*------------------------------------------------*/
/* GLOBAL */
/*------------------------------------------------*/

.white-background {margin-bottom:-30px;}
.admin {
    top: 53px !important;
    z-index: 9;
}
.topbar {
    height: 130px;
}
.no-margin {
    margin: 0px !important;
}
.no-padding {
    padding: 0px !important;
}
.to-left {
    text-align: left;
}
.to-right {
    text-align: right;
}

.form-control {
	font-size: calc(14px + 0.8vmin);
	padding: 0;
}
 .video-embed > iframe {
    padding: 20px;
 }
 
 .video-embed {
    background-color: #000;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom:30px;
 }

@media (max-width: 768px) {
    .mobile-left {
        text-align: left;
    }
	.mobile-right {
        text-align: right;
    }
    .video-embed > iframe {
    padding: 5px;
    }
}
@media (max-width: 991px) {
    .to-left {
        text-align: center;
        padding-bottom: 3px;
    }
    .to-right {
        text-align: center;
        padding-bottom: 3px;
    }
}


/*------------------------------------------------*/
/* Headings */
/*------------------------------------------------*/

h1 {
    font-size: calc(24px + 2.6vmin);
    font-weight:400;
}
h2 {
    font-size: calc(14px + 1.8vmin);
    font-weight:300;
    margin-top:0px;
}
h3 {
    font-size: calc(12px + 1.4vmin);
    font-weight:400;
    margin: 5px 0;
}
h4 {
    font-size: calc(10px + 1vmin);
}


/*------------------------------------------------*/
/* TOPBAR */
/*------------------------------------------------*/

.user-info {
    margin-top: 34px;
    padding: 0px;
}
.search-button,
.search-button a,
.search-button a:link,
.search-button a:active,
.search-button a:visited,
.search-button a:focus {
    height: 63px;
    line-height: 28px;
    width: 135px;
    font-size: 28px;
    text-align: center;
    padding-top: 7px;
}
.contact-button,
.contact-button a,
.contact-button a:link,
.contact-button a:active,
.contact-button a:visited,
.contact-button a:focus {
    height: 63px;
    line-height: 28px;
    width: 135px;
    font-size: 28px;
    text-align: center;
    padding-top: 7px;
}
.search-text {
    font-size: 14px;
    font-weight: 700;
}
.search-button a:hover,
.contact-button a:hover {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/

.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;
}
#dnn_dnnSearch_ClassicSearch {
    padding: 3px;
}
.searchInputContainer {
    display: block!important;
}
.searchInputContainer input {
    border: 0;
    border-bottom: 1px solid #595959;
    outline: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 52px 0 20px;
    font-size: 24px;
    background: transparent;
}

.searchInputContainer a.dnnSearchBoxClearText {
    right: 180px!important;
}
.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    bottom: 12px;
}
.SearchButton {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0 0 0;
    margin: 20px 15px 0 0;
    outline: 0;
    display: block;
    text-align: center;
    width: 160px;
    height: 44px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
#search-action,
.search-toggle-icon {
    width: 35px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    text-indent: -9999px;
    margin-top: 20px;
}
#search-action:hover,
.SearchButton:hover,
.search-toggle-icon:hover {
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}
ul.searchSkinObjectPreview {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    list-style: none;
    border-top: none;
    width: 100%;
    z-index: 200;
    padding: 0;
    font-size: 18px;
}

ul.searchSkinObjectPreview > li {
	font-size:22px;
}
ul.searchSkinObjectPreview > li p {
	font-size:16px;
}
/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/

.breadcrumbs {
   margin-top:-20px;
}
.Breadcrumb,
.Breadcrumb:visited {
   font-size:16px;
   text-decoration:none;
}
/*------------------------------------------------*/
/* Navigation */
/*------------------------------------------------*/

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.navbar-default .navbar-toggle {
    margin-top: 35px;
    position: relative;
    z-index: 100
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.link-angle {
    display: none;
}
.caret {
    margin-left: 20px;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #fff;
}
.navbar {
    margin-bottom: 0;
    border: none;
}
.navbar-brand img {
    max-height: 62px;
    max-width: 100%;
}
.navbar-header {
    float: none;
}
.sidebar-nav .navbar li {
    border-top: solid 1px #acacac;
}
.navbar-default .navbar-nav > li > a {
    color: #939598;
    transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > .active {} .navbar-default .dropdown-menu>li>a:hover {
    color: #595959;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #595959;
    background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #595959;
    background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a:hover {
    color: #595959;
    background-color: #ffffff;
}
.navbar-brand {
    height: 97px;
}
.sidebar-nav .navbar li a {
	font-size: 16px;
}

@media (max-width: 768px) {
	.dropdown-menu {
		background-color: #1c7293 !important;
		padding:0px;
		border-radius:0;
	}
	.dropdown-menu > li > a {
		color:#fff !important;
		font-size:18px;
		line-height:25px !important;
	}
	.dropdown-menu .dropdown-menu {
		background-color: #235164 !important;
		
	}
}
@media (min-width: 768px) {
    .float-right {
        float: right;
    }
    .content-wrapper {
        padding-left: 150px;
    }
    .content-wrapper .container {
        max-width: calc(100% - 150px);
    }
    .navbar-brand {
        float: none;
        height: 130px;
        padding: 33px 18px;
        font-size: 18px;
        line-height: 20px;
    }
    .sidebar {
        background: #ffffff;
        position: fixed;
        height: 100%;
        z-index: 999;
        border-right: 1px solid #d9dadb;
    }
    .caret {
        display: none;
    }
    .navbar-default .navbar-nav > li {
        transition: border 0.3s ease-in-out;
        -moz-transition: border 0.3s ease-in-out;
        -webkit-transition: border 0.3s ease-in-out;
        -o-transition: border 0.3s ease-in-out;
    }
    .navbar-default .navbar-nav > li:hover,
    .navbar-default .navbar-nav > .active {
        border-left: solid 12px #1c7293;
        background-color: #ffffff;
    }
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }
    .sidebar-nav .navbar li {
        float: none;
        display: block;
        min-height: calc(68px + 2vmin);
        line-height: calc(68px + 2vmin);
    }
    .sidebar-nav .navbar li a {
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .sidebar-nav {
        width: 150px;
        z-index: 999;
        height: 100%;
        background: #ffffff;
        position: relative;
    }
    .navbar-nav.sm-collapsible a.has-submenu {
        padding-right: 15px;
    }
    .navbar-nav {
        width: 100%;
        border-bottom: solid 1px #acacac;
        background: #ffffff;
    }
    .navbar-default {
        height: 100%;
    }
    .sidebar-nav .navbar li > ul > li {
        border: 0px;
        min-height: 50px;
        line-height: 28px;
    }
    .sidebar-nav .navbar li > ul > li > a {
        font-size: 18px;
        font-weight: 200;
        text-transform: none;
        line-height: 45px;
        height: 50px;
        text-align: left;
        padding-left: 40px;
    }
    .dropdown-menu {
        margin-top: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0px;
        height: 100%;
        top: 0;
        margin-left: 150px;
        padding-top: 130px;
        min-width: 320px;
        background-color: #1c7293;
        display: block;
        visibility: hidden;
        position: absolute;
        z-index: -100;
        left: -320px;
        transition: left .3s ease-in-out;
        -webkit-transition: left .3s ease-in-out;
        -moz-transition: left .3s ease-in-out;
        -ms-transition: left .3s ease-in-out;
        -o-transition: left .3s ease-in-out;
    }
    .nav > li,
    .dropdown {
        position: static;
    }
    .nav .open>a {
        background: #245164;
    }
    .open > .dropdown-menu {
        left: 0px;
        visibility: visible;
    }
    .dropdown-menu ul.dropdown-menu {
        background-color: #245164;
        margin-left: 0px;
        top: 0;
        z-index: -900;
        opacity: 0;
        transition: opacity .3s ease-in-out;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
    }
	.dropdown-menu ul.dropdown-menu ul.dropdown-menu {
		background-color: #212122;
	}
    .dropdown .open > .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .link-angle {
        display: inline-block;
        font-size: 28px;
        line-height: 45px;
        float: right;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .dropdown-menu>.active>a {
        background: #245164;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > ul > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > ul > li > a:focus,
    .dropdown-menu > li > ul > .active > a {
        background: #212122;
    }
	.navbar-default .navbar-nav .open .dropdown-menu > li > ul > li > ul > li a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > ul > li > ul > li a:focus,
    .dropdown-menu > li > ul > ul > li > .active > a {
        background: #939598;
    }
	
}

/*------------------------------------------------*/
/* CONTAINERS */
/*------------------------------------------------*/

.purple-gradient-header .container, 
.blue-gradient-header .container{
    padding-top: 40px;
	padding-bottom: 54px;
}
.image-header-1,
.image-header-2,
.image-header-3,
.image-header-4,
.image-header-5,
.image-header-6,
.image-header-7 {
  padding:calc(30px + 3vmin) 0;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}
.careers-header {
  padding:calc(50px + 3vmin) 0;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}
.basic-container .clear {
    padding-bottom: 20px;
}
.basic-container .contentpane .Normal,
.basic-container .contentpane div,
.basic-container .contentpane td,
.basic-container .contentpane b {
    color: #595959;
    font-size: calc(14px + .4vmin);
}
.basic-container .contentpane a:hover {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.basic-container .contentpane ul {
    list-style:none;
	margin-left:0;
}
.basic-container .contentpane ul li ul {
    list-style:square;
	margin-left:20px;
	margin-top:20px;
}
.basic-container .contentpane ul li{
    padding-left:1.3em;
	padding-bottom:calc(4px + 0.8vmin);
}
.basic-container .contentpane ul li ul li{
    padding-left:0;
}
.basic-container .contentpane .redactor-toolbar ul li:before, .basic-container .contentpane ul li ul li {
    content: "";
}
.basic-container .contentpane ul li:before{
    content: "\f054";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	font-size:18px;
}
.redactor-toolbar li:before, .basic-container .contentpane ul li ul li:before{
    content: none !important;
}
/*------------------------------------------------*/
/* CONTENT */
/*------------------------------------------------*/

.content-area {
    padding-top: calc(15px + 5vmin);
    padding-bottom: 30px;
}

.office {
	height:180px;
}
.international {
	height:240px;
}

.office p {
	font-size:18px;
}
/*------------------------------------------------*/
/* RESOURCES */
/*------------------------------------------------*/

.asset-card {
	height:300px;
	position: relative;
	margin-bottom:30px;
}
/*.front, .back  {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.back {
	-webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.asset-card.effect_hover:hover .front {
	-webkit-transform: rotateY(-180deg);
	-transform: rotateY(-180deg);
}
.asset-card.effect_hover:hover .back {
	-webkit-transform: rotateY(0);
    transform: rotateY(0);
}
*/
.front {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	display:block;
}
.effect_hover .back {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height:0;
	transition: all .4s ease;
}
.effect_hover:hover .back {
  bottom: 0;
  height: 100%;	
}
.front {
	padding:30px;
	overflow:hidden;
}
.front  h3 {
	color: #1c547f;
    font-size: 20px;
	min-height:100px;
}
.front img {
	border: 1px solid #1c547f;
	margin-left:auto;
	margin-right:auto;
}
.back {
	text-align:center;
	background-color:#6d6e71;
}

.back p, .download-text {
	color:#fff;
	padding:30px;
}
.back p {
	font-size:24px;
	height:70px;
	line-height:35px;
}
.back > p > i {
	font-size:40px;
}
.download-text:hover {
	color:#cc6932;
}

.with-blurb  p {
	font-size:calc(12px + .6vmin);
	height:185px;
	overflow:hidden;
	line-height:calc(18px + .6vmin);
}
.with-blurb > p > i {
	font-size:26px;
}

/*------------------------------------------------*/
/* FEATURES */
/*------------------------------------------------*/

.feature {
    height:220px;
    padding:25px;
	overflow:hidden;
}
/* TEXT */
h3.Grey-text,
h4.Grey-text {
    color: #595959;
}
h5.Grey-text {
    color: #0081c6;
}
.White-text {
    color: #ffffff;
}
h3.Grey-text, h3.White-text {
    font-size:26px;
    line-height:34px;
    margin-top:0px;
    z-index:99; 
    position:relative;
}
h4.Grey-text, h4.White-text {
    font-size:18px;
    font-weight:200;
    z-index:99; 
    position:relative;
}
h5.Grey-text, h5.White-text {
    font-size:14px;
    margin-bottom:10px;
    line-height:16px;
    z-index:99; 
    position:relative;
}
.HalfFeature .feature h3 {
    font-size:18px;
    line-height:24px;
}

.HalfFeature .feature h4 {
    font-size:14px;
}

.Image {
    height:461px;
	background-size:cover; 
}
}
.Features .col-md-6,
.Features .col-md-12 {
min-height:0px;
}

.features-heading {
	margin:80px 0 40px 0;
}
.BlueGradient {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.FullFeature p,
.FullFeature ul li a  {
  font-size: calc(14px + 0.8vmin);
}
.FullFeature p {
text-transform:uppercase;
margin:0;
}
.FullFeature ul li a > div > div {
  color:#1C7293 !important;
}
.FullFeature ul li a:hover > div > div{
  color:#245164 !important;
  text-decoration:none;
}
.FullFeature ul {
  list-style:none;
  padding:0;
  margin:0;
}
.FullFeature ul li {
padding-left:0 !important;
}
.FullFeature ul li:before, ol li:before{
    content: none !important;
}
ol li {
	padding-left: 0 !important;
}
.thumb-col {
	display:none;
	padding-right:0px;
}
.image-thumb i{
	font-size:32px;
}

/* RESPONSIVE */
@media (max-width: 1336px) {
	h3.Grey-text, h3.White-text {
		font-size:22px;
		line-height:26px;
	}
}
@media (max-width: 991px) {
	.FullFeature p {
	margin-top:15px;
	}
}
@media (max-width: 768px) {
	h3.Grey-text, h3.White-text{
		font-size:20px;
		line-height:20px;
	}
	h4.Grey-text, h4.White-text {
		font-size:16px;
	}
	.feature {
		height:auto;
	}
	.Image {
		height:auto;
	}
}
@media (min-width: 991px) {
	.FullFeature .feature {
		padding:25px 100px 25px 25px;
	}
}
@media (min-width: 768px) {
	.FullFeature ul li:nth-child(-n+2) > a > div > div.thumb-col {
	display:block;
	}
	.FullFeature ul li:nth-child(n+3) a > div > div.col-xs-10:before{
		content: "\f054";
		font-family: FontAwesome;
		display: inline-block;
		margin-left:-1.3em;
		width: 1.3em; /* same as padding-left set on li */
		font-size:18px;
	}
	.FullFeature ul li:nth-child(n+3) a > div > div.col-xs-10{
		padding-left:40px;
	}
}

/*------------------------------------------------*/
/* FORMS */
/*------------------------------------------------*/
.form-heading,
.resource-description{
	color:#333333 !important;
}

.hs-input {
    display: inline-block;
    width: 90%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
            margin-bottom: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #333333;
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
            box-sizing: border-box;
}
textarea.hs-input {
    height: auto;
}
input[type="checkbox"].hs-input {
            height:13px;
            width:auto;
	margin-right:5px;
}
legend.hs-field-desc {
    color: #333333;
font-size:14px;
}
.hs-form-booleancheckbox {
            list-style-type: none;
}
ul.inputs-list {
            padding-left: 0 !important;
            margin-left: 0 !important;
}
.hs-button {
            color: #fff !important;
    background-color: #1C7293 !important;
            border: none;
    margin-right: 20px;
            padding: 10px 25px;
            line-height: 1.3333333;
            font-size: calc(18px + 0.6vmin);
            cursor: pointer;
}
.hs-button:hover {
            background-color: #235164 !important;
}
/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    margin-top:25px;
    padding-top: 30px;
}
.legal-footer {
    border-top: 1px solid #d9dadb;
    padding: 30px 0;
}
.footer-terms {
    padding-top: 10px;
}
.footer-border-right {
    border-right: solid 1px #666666;
}
.footer-border-bottom {
    border-bottom: solid 1px #666666;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
footer,
footer a,
footer a:link,
footer a:visited,
footer a:active,
footer a:focus {
    color: #999;
	text-decoration:none;
}
footer a:hover {
    color: #595959;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.social-media {
    font-size: 36px;
}
.tagline {
    padding: 20px 13px 30px 0;
}
.footer-links {
    margin-top: 20px;
}
.footer-contact {
    padding-top: 20px;
    font-size: 23px;
}
.mobile-links {
    padding-bottom: 20px;
    line-height: 25px;
}
@media (max-width: 991px) {
footer {
    margin-top:13px;
    padding-top: 30px;
}
}
/*------------------------------------------------*/
/* REGISTER & LOGIN */
/*------------------------------------------------*/


.dnnFormItem  .dnnLabel label,
.dnnFormItem a,
.dnnLoginRememberMe {
 font-size:16px;
}
.dnnActions li:before {
content:none !important;
}
.dnnActions li {
margin-left:0 !important;
padding-left:0 !important;
}

.inline-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 0;
}
.inline-list li {
    display: inline-block;
}
.inline-list li {
    float: right;
}
.registerGroup li {
    float: left;
    display: inline-block;
}
.registerGroup .buttonGroup {
    margin-right: 0;
}
.registerGroup a,
.loginGroup a {
    display: block;
    position: relative;
    height: 34px;
    line-height: 34px;
    min-width: 12px;
    padding: 0 15px;
    vertical-align: middle;
}
.registerGroup a:hover,
.loginGroup a:hover {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.registerGroup a:hover,
.loginGroup a:hover {
    text-decoration: none;
}
.registerGroup a:active,
.loginGroup a:active {
    text-shadow: none;
}
.registerGroup a strong,
.loginGroup a strong {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
}
.userMessages a,
.userNotifications a {
    background-color: transparent;
}
.userMessages strong {
    height: 100%;
    background: url('../img/message_icon.png') no-repeat center center;
}
.userNotifications {} .userNotifications strong {
    height: 100%;
    background: url('../img/notification_icon.png') no-repeat center center;
}
.registerGroup a span {
    display: inline-block;
    min-width: 7px;
    margin-right: 3px;
    text-align: center;
}
.registerGroup .userProfileImg a {
    min-width: 32px;
    min-height: 32px;
    padding: 0;
}
.registerGroup a img {
    height: 32px;
    width: 32px;
}

.userMessages a span,
.userNotifications a span {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    background-color: transparent;
}
.userNotifications span,
.userMessages span {
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
    z-index: 999;
}
.userNotifications span {
    background: url('../img/icon_notification_active.png') no-repeat center center;
}
.userMessages span {
    background: url('../img/icon_message_active.png') no-repeat center center;
}

/*------------------------------------------------*/
/* LANGUAGE */
/*------------------------------------------------*/

.language .language-object {
    margin: 0;
    padding: 0;
}
.language .language-object span:first-child {
    padding-left: 8px;
}
.language .language-object span {
    float: left;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    margin: 0;
}
.language .language-object .Language.selected img {
    opacity: 1;
}
.language .language-object span img {
    height: 20px;
    width: 25px;
    opacity: 0.3;
}

/*------------------------------------------------*/
/* FORMS */
/*------------------------------------------------*/


@media (max-width: 1367px) {
.nav-top{
	height:80%;
}
}

/*------------------------------------------------*/
/* HUBSPOT FORMS */
/*------------------------------------------------*/
.hbspt-form li:before, .hubspot-form li:before, .hubspot-form2 li:before, .hs-form-checkbox:before {
content:none !important;
}
.hbspt-form li, .hubspot-form li, .hubspot-form2 li  {
	padding-left:0 !important;
	padding-bottom:0 !important;
}
.hubspot-form label span, .hubspot-form2 label span{
	font-size:18px;
}
.hbspt-form label span{
	color:#333;
}
.hs-button {
	color: #fff !important;
    background-color: #1C7293 !important;
    border-color: #d0d4d6 !important;
    border-radius: 0px !important;
    margin-right: 20px !important;
	border:none !important;
	background-image:none !important;
	font-size: calc(18px + 0.6vmin) !important;
	font-weight:400 !important;
	padding: 10px 25px !important;
	box-shadow:none !important;
	line-height: 1.3333333 !important;
	font-family:'Source Sans Pro', sans-serif !important;
	transition: all .2s ease-in-out !important;
}
.hs-button:hover {
	box-shadow:none !important;
	background-color: #245164 !important;
    border-color: #d0d4d6 !important;
}

/*------------------------------------------------*/
/* PRESS & EVENTS */
/*------------------------------------------------*/
.form-control {
	border-radius:0;
	text-align:center;
}
.ListRow {
	border-bottom:solid 1px #acacac;
	padding:20px 0;
	
}
#EventsList .ListRow {
	border-bottom:0;
	border-top:solid 1px #acacac;
}
.EventMoreInfo {
	margin-top:-20px;
}
.ListRow .col-sm-1 {
	text-align:center;
}
.ListRow .col-sm-1 p, .ListRow .col-sm-11 p{
	margin-bottom:0;
}
.ListDay {
	font-size:30px;
	font-weight:700;
	line-height:18px;
}
.ListMonth {
	font-size:20px;
	line-height:18px;
	margin-bottom:0;
}
.DDLRow {
	padding-bottom:40px;
}
.EventDetailsBtn {
	text-align:right;
	font-size:15px;
}
.EventDetailsBtn a.collapsed:before {
	content:'View more details';
}
.EventDetailsBtn a:before {
	content:'Close';
}
.EventDetailsBtn a.collapsed i {
	-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
@media (min-width: 1118px) {
	.ListRow .col-sm-11, .ListRow .col-sm-1, .ListRow .col-sm-12, .ListRow .col-lg-7, .ListRow .col-lg-2, .ListRow .col-sm-2{
		display:table;
		height:50px;
	}
	.ListRow .col-sm-11 p, .ListRow .col-sm-1 p, .ListRow .col-sm-12 h3, .ListRow .col-lg-7 p, .ListRow .col-lg-2 p, .ListRow .col-sm-2 strong{
		display: table-cell;
		vertical-align: middle;
	}
}
@media (min-width: 768px) {
	.ListRow {
		max-height:90px;
	}
}
@media (max-width: 767px) {
	.ListRow .col-sm-12, .ListRow .col-xs-12, .ListRow .col-sm-11, .EventMoreInfo{
		text-align:center;
	}
	.ListRow .col-sm-12 h3{
		line-height:50px;
		font-size:26px;
	}
	.ListRow .col-sm-1 {
	margin-bottom:10px;
	}
	.EventMoreInfo {
		display:block;
	}
}