html.html.html { margin-top: 0 !important }

.page-wrapper {
    margin-top:46px;
    overflow:hidden;
}

.auto-margin {
	margin-left:auto;
	margin-right:auto;
}


iframe {
    border:0;
}



body ul.no-list {
	padding:0;
	margin:0;
}

body {
    padding-top: 58px;
}

body .inline-list li {
	display:inline;
}



.section ul.product-buttons {
	padding-top:20px;
	padding-bottom:30px;
}

.section .product-buttons li a {
	margin-right:15px;
}


/** Twitter Widget **/

.root, .tweet, .footer, .detail-expander, .header, .timeline{
    width: 220px !important;
}
.twitter-timeline{
    margin: 25px 0 0 0;
}
.pagi{
    height: 45px;
}
.pagi .dots .tptn_counter{
    display: none;
}
.prev, .next{
    text-decoration: none;
    background: #d5d5d5;
    padding: 4px 8px;
    color: #428cc9;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 10px 0;
}
.inactive{
    text-decoration: none;
    padding: 4px 8px;
    color: #428cc9;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #d5d5d5;
    margin: 0 5px;
}
.current{
    color: #f25824;
    text-decoration: none;
    padding: 4px 8px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #d5d5d5;
    margin: 0 5px;
}
.oldest-post{
    float: right;
    display: inline-block;
    text-decoration: none;
    background: #d5d5d5;
    padding: 8px;
    color: #428cc9;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin: -8px 0 10px 0;
}
.newest-post{
    float: left;
    display: inline-block;
    text-decoration: none;
    background: #d5d5d5;
    padding: 8px;
    color: #428cc9;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin: -8px 0 10px 0;
}

#nav-below {
display: none;
}

.block {
    padding:75px 0;
}

/* hide gray block on pages like tt-mail/features  */
.page-template-products-services-php.page-child .block { padding: 40px 0 }
.page-template-products-services-php.page-child .product { background: 0 }
.page-template-products-services-php.page-child .content { padding-top: 0 }

h1, h2, h3, h4, h5, h6, button, .one .image-padding {
    font-family: "Arial Rounded MT Bold",'Nunito', "Helvetica Rounded", Arial, sans-serif!important;
}

.padding-top-15 {
    padding-top:15px;
}


.p-size-14 {
    font-size:14px;
}

h1 {
    color:#00546e;
    line-height:1.5em;
    font-size:48px;
}

h3 {
    padding:10px 0;
    font-size:26px
}

p, ul, ol {
    font-size:18px;
    line-height:22px;
    font-family:Corbel,'Muli', arial, sans-serif!important;
}

.btn:focus{
    	background: #f15823;
    	color:#FFFFFF;
}

.bluebtn:focus{
    background:#005470;
    color:#FFFFFF;
}
.one ul{
	display:inline-block;
	margin-right:30px;
	margin-top:13px;
	margin-bottom:20px;
    padding-left: 23px;
}

.footer-nav-links {
	text-align: center;
	margin: 0;
	padding: 0;
}
.blog-content .footer-nav-links li {
	list-style: none;
	list-style-image: none !important;
	margin: 0;
	display: block;
}
.blog-content .footer-nav-links li a {
	display: block;
	padding: 2em 0;
}


@media screen and (min-width:800px) and (max-width:991px) {
    .one ul {
        margin-right:0;
        margin-top:10px;
        margin-bottom:10px;
    }

    #menu-main li a {
        font-size:13px;
        padding:25px 9px;
    }
}

@media screen and (min-width:768px) and (max-width:800px) {

    #menu-main li a {
        font-size:13px;
        padding:25px 8px;
    }

}

.one ul img {
    padding-left:10px;
}

.one .image-padding img {
    padding-left:13px;
}

.one p, .two p, .three p, .four p, .five p, .six p, .seven p, .eight p, .nine p, .ten p {
    font-size:15px;
}

.seven .post-img, .eight .post-img {
    border:0;
}

.p-size-15 p{
    font-size:15px;
}

.ul-size-18 {
    padding-left:65px;
}


.ul-size-18 li {
    font-size:18px;
}

.extra-line-height {
    line-height:30px;
    padding-left:24px;
}

.black-text {
    color:#38383a;
}

.white-text {
    color:#ffffff;
}

.five-col-width {
    width:20%;
    display:inline-block;
    float:left;
    padding:0 17px;

}


.five-col-width-40 {
    width:40%;
    display:inline-block;
    float:left;
}

.five-col-width-60 {
    width:60%;
    display:inline-block;
    float:right;
    padding-left:17px;
}


.col-md-8-custom {
    width:70%;
}

.col-md-4-custom {
    width:29%;
}


.linebreak-grey {
    background:#ebebeb;
    height:1px;
    margin:40px 0;
}

.modal-header {
    background:#00546e;
	background: -moz-linear-gradient(top, #0d5d74 0%, #005068 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5d74), color-stop(100%,#005068)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0d5d74 0%,#005068 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0d5d74 0%,#005068 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0d5d74 0%,#005068 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0d5d74 0%,#005068 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5d74', endColorstr='#005068',GradientType=0 ); /* IE6-9 */
    color:#ffffff;
}

.page-id-92 .modal-header {
    height:70px;
}

.page-id-92 .modal-title {
    position: relative;
    bottom:15px;
    width: 90%;
}


.tt-mail-calculator {
    margin: 2em 0;
}

.tmc-input { background: #f4f4f4; }
.tmc-output { background: #ebebeb; }

.tmc-io {
    display: block;

    width: 100%;

    border: 2px solid #007C10;
    border-radius: 3px;

    padding: .5em;
    color: #007C10;
    background: white;

    font-size: 2em;
    font-weight: bold;
    text-align: center;

    font-family: inherit;
}

.tmc-error { color: firebrick }

.p-cell { padding: 1.5em; }

@media screen and (min-width: 30em) {

    .p-grid {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .p-cell {
        position: relative;
        display: table-cell;
        vertical-align: middle;
    }

}


@media screen and (max-width:991px) {

    .mail-table-padding {
        padding-left:0;
        padding-right:0;
    }

}

.modal-footer {
    background:#00546e;
	background: -moz-linear-gradient(top, #0d5d74 0%, #005068 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5d74), color-stop(100%,#005068)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0d5d74 0%,#005068 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0d5d74 0%,#005068 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0d5d74 0%,#005068 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0d5d74 0%,#005068 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5d74', endColorstr='#005068',GradientType=0 ); /* IE6-9 */
    color:#ffffff;
}

.close {
color: #FFFFFF;
opacity: 1;
font-size: 29px;
}

.close:hover {
    color:orange;
    opacity:1;
    font-size:29px;
    background:29px;
}




/*Nav*/

.header-5 {
    width:48.667%;
}

.header-7 {
    width:51.333%;
}

#twitter-widget-0 {
    width:150px!important;
}

#logo {
    width:250px;
    height:36px;
    background: url('img/tt-inverse.png') no-repeat;
    margin-top:15px;
}


.navbar {
	border-bottom:none;
}

.navbar-color {

	background: #0d5d74; /* Old browsers */
	background: -moz-linear-gradient(top, #0d5d74 0%, #005068 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d5d74), color-stop(100%,#005068)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0d5d74 0%,#005068 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0d5d74 0%,#005068 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0d5d74 0%,#005068 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0d5d74 0%,#005068 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5d74', endColorstr='#005068',GradientType=0 ); /* IE6-9 */
		/*box-shadow: 0 2px 2px #000000;*/
}

.navbar-partners{
    height: 38px; /* same than .navbar-fixed-top.hidden-partners */
    background-color: #fff;
}
.navbar-partners #logo-min {
    width: 5rem;
    height: 100%;
    top: 0;
    position: relative;
    display: inline-table;
    vertical-align: top;
    border: 1px solid #ebebeb;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 10px;
}
.navbar-partners #logo-min a{
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.navbar-partners #logo-min img{
    width: 30px;
    height: auto;
    display: inline-block;
    max-width: 100%;
    margin: 0;
}
.navbar-partners #logo-min:before{
    content: '';
    border: 1px solid #ebebeb;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 10px;
    position: absolute;
    width: 85%;
    right: 0;
    height: 100%;
    margin: 0 auto;
    left: 0;
    pointer-events: none;
}

.navbar-partners .container{
    height: 100%;
    width: 100%;
    text-align: center;
}
.vert-table{
    text-align: left;
    display: table;
    height: 100%;
    width: 100%;
}
.navbar-partners .menu-partner-menu-container{
    display: inline-table;
    height: 100%;
    text-align: center;
}
.navbar-partners ul.partner-websites{
    list-style: none;
    margin:0;
    padding:0;
    height: 100%;
    text-align: center;
    width: 100%;
    display: inherit;
    position: relative;
}
.navbar-partners ul.partner-websites li{
    border-right: 2px solid #ebebeb;
    display: inline-table;
    height: 100%;
    position: relative;
}
.navbar-partners ul.partner-websites li a{
    color: #333333;
    font-weight: 600;
    font-size: 15px;
    padding: 0 4.25em;
    display: table-cell;
    vertical-align: middle;
}
.navbar-partners ul.partner-websites li a:hover,
.navbar-partners ul.partner-websites li a:focus{
  text-decoration: none;
  color: #88888a;
}

@media screen and (min-width:768px) and (max-width: 991px){
    .navbar-partners ul.partner-websites{
        padding: 0;
    }
    .navbar-partners ul.partner-websites li{
        padding: 0 .6em;
    }
    .navbar-partners ul.partner-websites li a{
        font-size: 13px;
        padding: 0 2rem;
    }
}

@media screen and (max-width: 991px){
    #logo-min img {
        width: 25px;
    }
}



body{

	font-family:Corbel, 'Muli', arial, sans-serif!important;

}

.navbar-inner{
	height:60px;
}

.nav li a {
	color:#FFFFFF;
    height: 66px;
    padding: 10px;
    padding-top: 25px;
}

@media screen and (max-width:768px) {
    .nav li a {
      height:auto;
      padding-top:10px;
      padding: 10px;
    }

}


.nav.navbar-nav.social li a img:hover {
    background:none !important;
    padding-bottom:5px;
    border-bottom:1px solid #f15823;
}

.nav.navbar-nav.social li a:hover {
    background:none !important;
}

.nav.navbar-nav.social li a {
    height: 66px;
float: left;
padding: 25px 0;
}

.navbar-toggle {

	background: #01495f;

}

.navbar-toggle:hover {
    background:#f15723;
}


.icon-bar {
	background: #FFFFFF;
}


@media screen and (max-width:1210px) {
        .nav.navbar-nav.social{
            display:none;
        }

        .navbar-fixed-top.hidden-social {
            display:none;
        }
}
@media screen and (max-width:768px) {
        .navbar-partners{
            display: none;
        }
}


.social li ul li {
    display:none;
}

.social li:hover ul li {
    display:block;
}

.social li a + a img {
    padding-left:10px;
}
.navbar-fixed-top {
    transition: top .15s linear;
    top: 30px;
}
@media(max-width: 820px) {
  .navbar-fixed-top {
    top: 0;
  }
}
.navbar-fixed-top.hidden-partners {
    top: 0; /* same than .navbar-partners */
}
.navbar-fixed-top.hidden-social {
    background: -moz-linear-gradient(top,  #e7e7e7 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e7e7e7 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e7e7e7 0%,#dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e7e7e7 0%,#dfdfdf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e7e7e7 0%,#dfdfdf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
    margin-top: 67px;
    z-index: 1029;
    padding: 10px;
    box-shadow: 1px 0px 0px 1px #aea9a3, -1px 0px 2px 1px #aea9a3;
    display:none;
}

.navbar-fixed-top.hidden-social img {
    padding:0px 10px 0px 10px;
}
.navbar-fixed-top.hidden-social h3 {
    color:#0b5b74;
    font-size:17px;
    margin:0;
    padding:0;
}



.fb {
    padding-left:10px;
}

.like-buttons li {
    list-style-type:none;
    float:left;
    padding:0 7px;
}
.like-buttons {
    padding-top:5px;
}

.navbar-brand {
    padding:0 15px;
}

@media screen and (max-width:360px){
    .navbar-brand {
        width:80%;
    }
    .navbar-brand img {
        width:95%;
        height:95%;
    }
}

.nav {
    padding: 0 5px;
    font-size:15px;
}

/*End Nav*/


/*Footer*/

footer {
	color:#FFFFFF;
}

footer a {
	color:#FFFFFF;
}

.site-footer address, .site-footer p {
    font-size:13px;
}

.site-footer .top a {
	font-size:14px;
}


.site-footer button img {
    padding-left:13px;
}

.site-footer {
	position: relative;
	min-height: 300px;
	background: #08627e;
}
.top {
	background: #00546e;
}

@media screen and (max-width:991px) {
    .top {
        display:none;
    }

}

.bottom {
	background: #08627e;
}

.footer li a {
    height: 40px;
    padding-top: 10px;
    color:#000000;
}

.site-info {
padding-top: 10px;
text-align: center;
}


.site-info a:hover {
	color:#f15823;
}

a:hover {
    color:#f15823;
}


.middle, .top {
	padding-top: 25px;
	padding-bottom: 25px;
}

.site-footer .btn{
	background: #f15823;
	color:#FFFFFF;
	border: none;
	width:95px;
    font-size:17px;
}

@media screen and (max-width:1199px) and (min-width:991px) {
    .site-footer .btn {
        margin-top:15px;
    }

}

.btn-thanks {
    background:#f15823;
    color:#ffffff;
    width:200px;
    border:none;
}

.btn-thanks:hover{
	box-shadow:inset 0 0 3px rgba(0,0,0,0.80);
	background:#f15823;
}


.site-footer .btn:hover{
	box-shadow:inset 0 0 3px rgba(0,0,0,0.80);
}

.email {
	border-right:1px solid #00546e;
	border-left:1px solid #00546e;
	height:235px;
}

@media screen and (max-width:1200px) {
    .email {

        height:260px;
    }

}

@media screen and (max-width:991px) {
    .email {

        height:150px;
    }
   .connect, .email {
        float:left;
    }
   .footer-text {
       float:left;
       padding-left:50px;
   }
   .footer-text:first-child {
       padding-left:75px;
   }
    .footer-text:nth-child(3) {
        padding-top:15px;
    }
}

@media screen and (max-width:650px) {
    .footer-text {
        padding-left:30px;
    }
    .footer-text:first-child {
        padding-left:15px;
}
}



@media screen and (max-width:515px) {
    .footer-text {
        float: none;
        width: 100%;
        padding:5px 10px 0 15px;
    }

}

.spacer-left{
    padding-left:25px;
}

.spacer-right{
	padding-right:25px;

}

.address address {
	line-height: 2;
}

.address .col-md-6 {
	padding-top: 15px;
}

.form-inline {
	padding-top: 10px;
}

.form-control {
    width: 240px;
    margin-right: 10px;
}

.site-footer h3 {
	margin-top: 0;
	font-size:20px;
	padding:10px 0 0 0;
}


.site-footer .top li {
	list-style-image: url('img/list-arrow.png');
}

.site-footer .top ul {
	padding-left: 16px;
}

.site-footer .top .col-md-3 {
	border-left:1px solid #08627D;
}

.site-footer .row a:hover{
	color:#f15823;

}

.social-footer {
padding:0;
margin: 15px 5px;
}
.social-footer:last-child {
    padding:0;
}

/* test */

.connect h3{
    padding:10px 0 0 6px;
}

.social-footer {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
}
.connect .fb:hover { background-image: url(img/O-Facebook-h.png); }
.connect .tw:hover { background-image: url(img/O-Twitter-h.png); }
.connect .li:hover { background-image: url(img/O-LinkedIn-h.png); }
.connect .g\+:hover { background-image: url(img/O-G--h.png); }
.connect .yt:hover { background-image: url(img/O-Youtube-h.png); }

.social-footer img { height: 50px }
.social-footer:hover img { opacity: 0 }

/*End Footer*/

/*Homepage*/



.one {
	position: relative;
	top:20px;
	padding: 175px 0px 60px !important;
	background: url("img/banner-v2.jpg") center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	text-align:left;
}

@media screen and (min-width:1700px) {
      #content .one {
        background: url("img/banner-v3.jpg") top no-repeat;
        background-attachment: fixed;
    	text-align:left;
    	background-size:contain;
    	-webkit-background-size: contain;
    	-moz-background-size: cover;
    	-o-background-size: contain;
    }
}

@media screen and (min-width: 660px) and (max-width:1699px) {

    #content .one {
    	position: relative;
    	top:20px;
    	padding: 175px 0px 60px !important;
    	background: url("img/banner-v2.jpg") center no-repeat;
    	background-attachment: fixed;
    	background-size: cover;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	text-align:left;
    }
}

.header-text-bg {
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-color:rgb(230, 231, 236);
    background-color:rgba(230, 231, 236, 0.8);
    color:#464646;
    margin-top:-100px;
    float:right;
    width: 370px;
}


.one h1 {
    width:90%;
    color:#00546d;
    margin: 10px auto;
    line-height:50px;
    padding-top:20px;
    padding-bottom:5px;
}

.one p {
	width:90%;
	margin: 10px auto;
	font-size:17px;
	color:#2c2c2c;
	line-height:20px;
}

@media screen and (max-width:991px) {
        .one {
            text-align:center !important;
        }

}


.one li{
	list-style-type: none;
	margin:0 auto;
	float: left;
	padding-right: 10px;
    padding-bottom:15px;
}

.one .btn, .modal-btn, .blue-block-btn {
	background: #f15823;
	color:#FFFFFF;
	width:150px;
	border:none;
	font-size:17px;
}

.one .btn {
    width:141px;
}

.one .btn, .modal-btn, .blue-block-btn:hover {
    background:#f15823;
}
@media screen and (max-width:432px) {
		.one li{
			width:100%;
			padding-bottom:10px;
			padding-left:17px;
		}
}

.one .bluebtn{
	background: #005470;
	color:#FFFFFF;
	border:none;
	width:126px;
}

.btn:hover {
	color: #FFFFFF;
	box-shadow:inset 0 0 2px rgba(0,0,0,0.80);
}

.two, .four, .six, .eight {

	padding:75px 0;

}



.two .text {
	padding-top:5px;
    font-size:15px;
}

.two ul{

	padding-bottom:10px;

}

.two ul button {
    font-size:17px;
}

.two ul img {
    padding-left:18px;
}

.two h1 {
    line-height:1em;
    margin-bottom:0;
    font-size:36px;
}

.two h3 {
    padding:0 0 5px 0;
}

.two li{
	list-style-type: none;
	margin-left:0 auto;
	float: left;
	padding-right: 10px;
}

.a-underlined a{
 	text-decoration:underline;
}



.a-underlined a:hover{
	color:#f15723;

}

.two .btn {
	background: #005470;
	color:#FFFFFF;
	width:144px;
	border:none;
	margin-left:-40px;
}

.two .img-resize img{
	min-width:300px;
	max-width:100%;
}

@media screen and (max-width:710px) {
	.two .img-resize img{
		padding-top:20px;

	}

}


.three {
	padding:0;
	background: url("img/block-3-bg.png") center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.section .spacer-left{
	padding-left:36px;

}

.section .spacer-left-sm{
    padding-top:30px;
    padding-left:23px;
    padding-bottom:20px;
}

.section .spacer-left-sm2{
    padding-top:35px;
    padding-left:40px;
}


.section .image-resize img{
	max-width:100%;
}

.section h3 {
    padding-top:5px;
}

.section p {
    line-height:25px;
}

.col-md-9-padding-remove {
    padding-left:0;
    width:75%;
}


.subtitle-format{
	line-height:40px;
	font-size:26px;
	color:#38383a;
}

@media screen and (max-width:991px) {
    .three .margin-responsive   {
        margin-top:30px;
    }
    .col-md-9-padding-remove {
        widtH:100%;
    }
}

.section ul{
    list-style: none;
    padding: 23px 0 20px 40px;
}

.section button {
    font-size:17px;
}

.section ul img {
    padding-left:23px;
}
.section .btn {
	background: #005470;
	color:#FFFFFF;
	width:150px;
	border:none;
	margin-left:-40px;
}

.section .coming-soon {
    cursor:default;
}

.three-text-bg {
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-color:rgb(270, 270, 270);
    background-color:rgba(270,270,270,0.7);
}

.tt-bottom {
    margin-top:150px;
}

.tt-top, .three .second-section {
    margin-bottom:40px;
}
.six .tt-top { margin-top: 40px; }

.second-section { float: right }

@media screen and (max-width: 991px) {
	.three-text-bg{
		height:100%;
	}
    .three .tt-images img {
    display:none;

	}

    .tt-bottom {
        margin-top:35px;
    }

    .three {
        padding:35px 0;
    }

}

@media screen and (max-width: 1200px) {
        .three .tt-images img {
            width:100%;
            position:relative;
            left:15px;
        }

}
.underline{
	/*padding-bottom:5px;*/
	margin-bottom:5px;
	line-height:1.4em;
	border-bottom:3px solid #f5815a;
}

.four .text {
	padding-top:5px;
	font-size:15px;
	padding-right:60px;
}

.four h3 {
    padding:0 0 13px 0;
}

.four button {
    font-size:17px;
}

.four button img {
    padding-left:19px;
}

@media screen and (max-width:710px) {
	.four .img-resize img{
		padding-top:20px;

	}

}

.two .btn, .four .btn, .six .btn {
    margin-top:17px;
}

@media screen and (max-width:991px) {
    .two .btn, .four .btn, .six .btn {
        margin-top:0;
    }

}

.four .img-resize{
	max-width:100%;
}

.five {
	background: url("img/block-5-bg.png") no-repeat center center;
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding:0 0 25px 0;

}

.five button {
    font-size:17px;
}

.five ul img {
    padding-left:23px;
}

.bg-five{
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-color:rgb(270, 270, 270);
    background-color:rgba(270,270,270,0.7);
    padding:0 20px 0 20px;


}

.five-40 {
        background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-color:rgb(270, 270, 270);
    background-color:rgba(270,270,270,0.7);
    margin-top:-20px;
    padding-top: 40px;
}

@media screen and (max-width:991px) {
    .five-40 {
        padding-top:0;
        margin-top:0;
    }
}

.five .subtitle-format{
    line-height:40px;
    width:95%;
}


.spacer-top{
    padding-top:15px;
    padding-left:17px;
}

.five h3 {
    padding:20px 20px 5px 20px;
}

.five ul{
    padding:16px 70px 29px 20px;
    list-style:none;
}

@media screen and (max-width:991px) {
    .five ul {
        padding-left:15px;
    }

}

@media screen and (max-width:768px) {
    .five h3 {
        padding:0 20px 5px 20px;
    }
    .five-40 {
        padding-top:40px;
        padding-bottom:10px;
    }
    .three .spacer-left {
        padding-left:15px;
    }
    .one .header-text-bg {
        width: 100%;
        margin: -70px auto auto;
    }
}

.five p{
    padding:0 70px 0 20px;
}

.six .image-resize img{
	min-width:150px;
	max-width:100%;
}

.six button {
    font-size:17px;
}

.six button img {
    padding-left:23px;
}

.six .a-underlined {
    padding-top:10px;
}

.six h3 {
    padding-bottom:16px;
}

@media screen and (max-width: 991px) {
    .four .image-resize img, .six .image-resize img {
        display:none;
    }
}


.eight {
    padding:75px 0;
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
     background-color:#ebebeb;
}

.seven, .eight {
    padding:35px 0 60px;
}

.seven h3, .seven p, .eight h3, .eight p{

    text-align:center;
}



.forex {
    background:url("img/forexbackground.jpg") center no-repeat;

    	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.forex-underline {
    padding-bottom:10px;
	border-bottom:3px solid #f5815a;
}

.nine button {
    font-size:17px;
    margin-left:10px;
}

.nine button img {
    padding-left:23px;
}

.forex .col-md-5 {
    background-color:rgb(270,270,270);
    background-color: rgba(270,270,270,0.7);
    min-height:150px;
}

.forex .col-md-5 p {
    font-size:17px;
}

@media screen and (max-width:630px) {
    .forex .col-md-5 p, .page-id-96 .col-md-6 p {
        font-size:15px;
        text-align:justify;
    }
}

.emph-txt {
    font-size:13px;
    padding-top: 25px;
    color: rgb(154, 152, 143);
}

.six {
	padding:0 0 100px 0;
	background: url("img/block-7-bg.jpg") center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}


.nine h3 {
    width: 95%;
    padding-top: 20px;
    margin: 0 auto;
}

.nine p {
    padding-bottom: 18px;
    width:95%;
    margin:0 auto;
}


.bg-nine{
    background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-color:rgb(270, 270, 270);
    background-color:rgba(270,270,270,0.7);
    padding:20px 20px 30px;
}

@media screen and (max-width:991px) {
     .nine .col-md-7 {
        display:none;
    }

}


@media screen and (max-width:768px) {
    .two, .four, .six, .eight {
        padding:30px 0;
    }
    .nine h3, .nine p {
        width:100%;
    }
    .nine button {
        margin-left:-5px;
    }
    .five p {
        padding-right:15px;
    }
}

.blue-block {
    background:#00546e;
    border-bottom:1px solid #08627d;
    color:#ffffff;
    margin-bottom:-10px;
    padding:30px 0;
    font-size:26px;
    font-family:  "Arial Rounded MT Bold",'Nunito', "Helvetica Rounded", Arial, sans-serif;
}

.blue-block span {
    padding-right:50px;
    padding-left:15px;
}

.blue-block button img {
    padding-left:4px;
}

.blue-block button {
    font-size:17px;
}


.wp-post-image {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}


.news-item {
    background: #467e8f;
    color: white;
    padding: 1em;
    margin-top: 40px;
}
.news-item a { display: block; color: white; margin-top: .5em; font-size:18px; }
.news-item h3 { margin: .5em 0; font-size: 1.4em }

.like_box_facbook iframe {
	height: 355px !important;
	border-bottom:1px solid #aaa !important;
	margin-top: 25px;
}




@media screen and (max-width:1199px) {
    .blue-block span{
        font-size:22px;
        padding-right:0;
    }


    .blue-block .col-md-9 {
        padding-bottom:12px;
    }

}

@media screen and (max-width:768px) {
    .blue-block span {
        font-size:20px;
    }
}

@media screen and (max-width:657px) {
    .blue-block span {
        padding:0;
    }
    .blue-block button {
        font-size:16px;
        width:130px;
        height:40px;
        margin-top:5px;
    }
}

@media screen and (max-width:621px) {
    .blue-block  {
        text-align:center;
    }

}

.bluebtn {
    background: #005470;
color: #FFFFFF;
width: 150px;
border: none;
}

.bluebtn:hover {
    background:#005470;
}

@media screen and (max-width:768px) {
        .blue-block span {
            text-align:center;
        }
}


@media screen and (max-width:1199px) {
    .bg-five {
        padding:0;
    }

}

@media screen and (max-width:992px) {
    .five-col-width-60 {
        width:100%;
        padding-right:0;
        padding-left:0;
    }

}

@media screen and (max-width:992px) {
    .five-col-width{
    min-width:30%;
    }
    .five-col-width:nth-child(3){
        position:relative;
        top:60px;
    }
}

@media screen and (max-width:992px) {
    .five-col-width {
    padding:10px 0;
    }
}




@media screen and (max-width:992px) {
    .five-col-width{
    min-width:30%;
    }
    .five-col-width:nth-child(3){
        position:relative;
        top:60px;
    }
}

@media screen and (max-width:992px) {
    .five-col-width {
    padding:10px 0;
    }
}

@media screen and (max-width:768px) {
		.one, .three, .five, .nine{
			background-image:none;
			background-color:#c7c7c7;
			padding: 30px 0;
		}
		.one p {

			width:80%;

		}
		.five-col-width {
		    display:none;
		}
		.five {
			padding: 30px 0;
		}

		.three h3 {
		    padding-top:33px;
		}
		.nine h3 {
		    padding-top:40px;
		}
}




.post-img {
	border:1px solid #e0e0e0;
	border-right:none;
}

.logo-img {
    padding:5px;
    float:left;
}

.five {
    overflow:hidden;
}



@media screen and (max-width:991px) {
    .page-id-8 .logo-img {
        padding-left:50px;
    }

}

@media screen and (max-width:801px) {
    .page-id-8 .logo-img {
        padding-left:20px;
    }

}

@media screen and (max-width:768px) {

    .spacer-top {
        padding:0;
    }
    .two .btn {
        margin-bottom:15px;
    }
    .four .btn, .six .btn {
        margin-bottom: 12px;
    }
    .five ul {
        padding-bottom:15px;
    }
    .nine .btn {
        margin-bottom:4px;
    }
}

@media screen and (max-width:730px) {
    .page-id-8 .logo-img {
        padding-left:5px;
    }


}

@media screen and (max-width:683px) {
    .page-id-8 .logo-img {
        padding-left:60px;
    }
}

@media screen and (max-width:600px) {
    .page-id-8 .logo-img {
        padding-left:35px;
    }

}

@media screen and (max-width:555px) {
    .page-id-8 .logo-img {
        padding-left:20px;
    }
}

@media screen and (max-width:510px) {
    .page-id-8 .logo-img {
        padding-left:5px;
    }
}

@media screen and (max-width:484px) {
    .blue-block button {
        width:91%;
    }

}

@media screen and (max-width:450px) {
    .page-id-81 .logo-img {
        display:none;
    }
    .page-id-8 p {
        text-align:justify;
    }

    .img-remove {
        display:none;
    }
}

@media (max-height:350px) and (orientation:landscape) {
    .img-remove {
        display:none;
    }
}

.block .five {
    padding:0 !important;
}


/*End Homepage*/

/*Products & Services*/
.product {
	background: #ebebeb;

}

.intro-text h1 {
    margin-top: 0;
    line-height: 0.8em;
    margin-bottom: 22px;
}

/*
.intro-text .btn {
	background: #f15823;
	color: #FFFFFF;
	width: 180px;
	border: none;
	margin: 0 10px 10px 0;
	font-size:17px;
    width: 85%;
}
*/


.intro-text .btn-wide {
    width:374px;
    background: #005470;
}

@media screen and (max-width:1199px) {
    .intro-text .btn-wide {
        width:auto;
    }

}

@media screen and (max-width:991px) {
    .intro-text .btn-wide {
        width:373px;
    }

}

@media screen and (max-width:457px) {
    .intro-text .btn-wide {
        width:auto;
    }


}

.intro-text a img {
    padding-left:7px;
    padding-right:0;
}

.intro-text img {
    padding-right:25px;
}

.intro-text a {
    font-family: "Arial Rounded MT Bold",'Nunito', "Helvetica Rounded", Arial, sans-serif!important;
    font-size:17px;
}

.intro-text {
	padding-left: 0;
	padding-right:0;
}

.intro-text p {
	padding:10px 55px 15px 0;
	font-size:18px;
	line-height:20px;
}

@media screen and (max-width:505px) {
    .intro-text p {
        padding:10px 5px 15px 0;
    }
    .pop-txt h3 {
        line-height:35px;
    }
    .product .col-md-10, .advice .col-md-10/*, .content > div:nth-child(2)*/ {
        padding:0;
    }
    .product .col-md-10 h1,  .advice .col-md-10 h1, .content > div:nth-child(2) h3 {
    padding-left:15px;
    }
}




.intro-media {
	width: 100%;
	height: auto;
	margin-bottom:12px;
}

.intro-text .btn.btn-custom,
.intro-aside .btn.btn-custom{
  display: inline-block;

	margin-right:12px;
	margin-bottom:15px;
}

.intro-buttons .btn.btn-custom {
	display: inline-block;
	margin: 15px 4%;
}


.span-change span {
    padding-bottom:10px;
}

.fixed {
position: fixed;
z-index: 1;
}

#links li {
	background: #467e8f;
	list-style-type: none;
	font-size: 16px;
	padding:10px;
	border-bottom: 1px solid #FFFFFF;
	width:145px;
}

#links li a {
	color: #FFFFFF;
}


#links li a:hover {
	color:#f15723;
}

#links ul {
	padding-left: 0;
}

#links li.current-menu-item a {}
#links li.current_page_item a { background:url('img/arrow-orange.png') no-repeat right; display:block;}


.links2 li {
	background: #467e8f;
	list-style-type: none;
	font-size: 16px;
	padding:10px;
	border-bottom: 1px solid #FFFFFF;
	width:220px;
}

.links2 li a {
	color: #FFFFFF;
}


.links2 li a:hover {
	color:#f15723;
}

.links2 ul {
	padding-left: 0;
}

.links2 li.current-menu-item a {}
.links2 li.current_page_item a { background:url('img/arrow-orange.png') no-repeat right; display:block;}

.links2 .menu-item-has-children {
	padding-bottom: 0;
}

.links2 .menu-item-has-children .sub-menu li {
	width: 210px;
	border-bottom: none;
	list-style: disc inside;
	color: white;
}

/*.container .col-md-10 { margin-left: 20% }*/


.useful-links-wrapper ul { padding-left: 0 }

.useful-links-wrapper .ul-content a {
	display:inline;
}


.useful-links-wrapper a:hover {
	color:#467e8f;
}

ul.useful-links {
	list-style:none;
}

ul.useful-links li {
	margin-bottom:2em;
}

ul.useful-links li img {
	border:1px solid #ccc;
}



.ul-title {
	margin: 0;
	padding: 0;
	font-size: 2.5em;
}
.ul-desc p { margin: 0; margin-top: 2em; margin-bottom: 2em }

.ul-image, .ul-content {
	display: inline-block;
	vertical-align: middle;
}
.li-group { margin-bottom: 2em }
.ul-image { width: 25%; padding-right: 2em }
.ul-image img { outline: 1px solid #ccc; max-width: 100%; height: auto }
.ul-content { width: 75% }
.ul-content a { margin-top: .5em; display: block }
.ul-content p { margin: 0 }

.alignright { float: right }

@media screen and (max-width: 991px) {
    .fixed {
    position: relative;
}

#links li {
    width:100%;
}

.intro-media {
    margin: 20px 0 50px 0;
}

}

.linebreak {
    width:100%;
    border:1px solid #ebebeb;
    margin:50px 0 30px 0;
}

.content {
    padding:50px 0 50px 15px;
}

.content p {
    padding-top:10px;
}


.trustee-image-wrapper { margin-bottom: 2em }

.trustee-image { position: relative }
.trustee-image img { transition: opacity .25s ease-in; margin: 0 auto; }

.trustee-colour {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;

    opacity: 0;
}

.trustee-image-wrapper:hover .trustee-colour { opacity: 1 }
.popover { max-width: 400px }
.popover.left .arrow {
    left: auto;
}

.team .post-img {
    margin: 0 auto;
}
.team-header {
    color: #00546E;
}

@media (min-width: 992px) {
    .col-md-1-4 {
        display: inline-block;
        position: relative;

        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
    }
}










@media screen and (max-width: 1199px) {
    .content .logo-img {
        width:60%;
}
}

@media screen and (max-width: 450px) {
   .content .logo-img {
        width:0;
    }
}


@media screen and (max-width: 991px) {
    .intro-text {
        padding-bottom:30px;
    }

    .links2 li, .twitter-timeline, .like_box_facbook iframe { width: 100% !important }
    #logo {
        width: 160px;
        background-size: 160px;
        margin-right: 10px;
        background-position: center center;
    }
}

.content .btn, .simple-content .btn {
    background: #f15823;
    color: #FFFFFF;
    width: 290px;
    border: none;
    font-size:16px;
}

.simple-content .contact-support {
  clear: both;
}

.simple-content img { margin: 20px 0 }

.page-template-simple .col-md-9 { float: none; margin: 0 auto }


#enterprise-button {
    margin-left:15px;
    }

@media screen and (max-width:991px) {
    #enterprise-information {
        width:100%;
    }
}

@media screen and (max-width: 980px) { body { padding-bottom: 45px } }

@media screen and (max-width:768px) {
    #enterprise-information {
        width:98%;
    }

  .simple-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    float: none;
  }
}


@media screen and (max-width:500px) {
    .content .btn {
        width:260px;
        font-size:15px;
    }

}

.content .bluebtn {
    background: #005470;
}

.content button img {
    padding-left:5px;
}

.table {
    background:#ebebeb;
    padding:0;
}

.terminal-text {
    margin: 0;
}

.page-id-94 .intro-text img {
    margin-right:20px;
    position:relative;
    bottom:5px;
}

.page-id-94 .intro-text a img {
    margin-right:0;
    bottom:0;
}

.page-id-81 .intro-text img {
    margin-right:20px;
    position:relative;
    bottom:5px;
    padding-right:0;
}

.page-id-81 .intro-text a img {
    margin-right:0;
    bottom:0;
    border:none;
}

#increased-line-height {
    line-height:40px;
}

.int-img img {
    padding-top:30px;
}

@media screen and (max-width:630px) {
    .total-title {
        text-align:left !important;
    }
}

.giftaid-calc {
    background:#e8e8e8;
    padding:20px;
}

.giftaid-total {
    padding:0;
    margin:0;
}

.giftaid-total li {
    padding-right:78px;
    list-style:none;
    display:inline;
}

.intro-text .underline, .intro-text .forex-underline {
    padding-bottom:0;
}

@media screen and (max-width:1199px) {
    .giftaid-total li {
        padding-right:5px;
    }

}

@media screen and (max-width:991px) {
    .giftaid-total li {
        padding-right:59px;
    }
    .giftaid-total li:last-child {
        margin-left:73px;
    }
    .giftaid-total .btn {
        margin-top:10px;
    }
    .intro-text h1 {
        padding-top:15px;
    }
}

@media screen and (max-width:543px) {
    .giftaid-total li {
        padding:0;
    }

}

@media screen and (max-width:483px) {
    .giftaid-total li:last-child {
        margin-left:0;
    }

}

.giftaid-total input {
    width:310px;
}

@media screen and (max-width:420px) {
    .giftaid-total input {
        width:240px;
    }

}

.giftaid-total .btn {
    width: 150px;
    margin-right: 14px;
}

@media screen and (max-width:394px) {
    .giftaid-total .btn {
        width:240px;
    }
}


.modal-dialog-2 {
  z-index: 1050;
  width: 90%;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.mail-tables td, .mail-tables th {

    border:1px solid;
    width:150px;

}

.table-sidebar {
    background-color:#fde9d9;
}

.table-row-header {
    background-color:#bfbfbf;
}

@media screen and (max-width:1200px) {
    .giftaid-total .btn {
    margin-right:5px;
    }
}

/*End Products & Services*/

/*About Us*/

#about-us-row-two {
    margin-right:20px;
}

.about-tt {
    background-color:#ebebeb;
    padding:30px;
}

.about-tt p{
    font-size:18px;
    padding-top:15px;
    line-height:20px;
}


.about-tt .vital ul {
	font-size:14px;
}

.about-tt .col-md-11{
    padding: 0;
}

.vital {
    background-color:#467e8f;
    color:#FFFFFF;
}

.vital ul {
    padding:15px 15px 10px;
    line-height:25px;
}

@media screen and (max-width:991px) {
    .vital ul {
        margin-bottom:0;
    }

}

.annual p {
    padding-top:15px;
    margin-bottom:0;
    font-size:14px;
}

.vital h3, .annual h3 {
    font-size:26px;
}

.annual img {
    padding: 10px 0;
}

.annual a {
    cursor:default;
}

.vital h3 {
    padding:10px 0 15px 0;
    margin:10px 0 0 0;

}

.annual h3 {
    padding:10px 0 15px 0;
    margin:0;
}

.annual {
    background-color:#00546e;
    color:#ffffff;
    padding:10px 0 20px;
}


.blue-line {
    height:2px;
    width:100%;
    background-color:#1b6176;

}

.annual .blue-line {
    background-color:#357487;
}


/** Advice ------ */

.advice {
	background: #ebebeb;
}

.padding-reset {
    padding:0;
}

.btn.advice-register {
    background: #f15823;
    color: #FFFFFF;
    width: 140px;
    border: none;
}


.advice-two {       /*Microsoft 365*/
    padding:25px 0;

}

.page-id-121 .intro-text h1 {
    line-height:1.5em;
}

.advice-two ul {
    padding-left:17px;
}


.advice-two ul li, .page-id-92 .col-md-10 ul li {
    list-style-image:url('img/arrow-orange.png');
}

.page-id-92 .col-md-10 ul li {
    padding-bottom:5px;
    font-size:18px;
}

.img-right {
    float:right;
    padding:0 20px 10px;
    max-width:100%;
}

@media screen and (max-width:700px) {
    .img-right {
        float:none;
        padding:0;
    }
}

@media screen and (max-width:1199px) {
    .table-resize {
        padding-left: 15px;
    }
}

.table-resize img {
    max-width:100%;
}

.table-resize h3 {
    line-height:40px;
}

.quote img {
    float:left;
    padding-top:35px;
}

.quote .closing {
    float: right;
    position: relative;
    bottom: 104px;
    left: 60px;

}



.quote h3 {
    padding-left:62px;
    color:#00546d;
    font-size:26px;
    text-align:justify;
}

.quote {
    float:right;
    width:650px;
    padding:0 75px 0 20px;
    height:165px;
}

.para-padding p {
    padding-top:0;
}

.h3-bottom {
    margin-bottom:0px;
}

@media screen and (max-width:1200px) {
    .quote {
        width:100%;
        padding: 15px 0 25px 0;
        clear:float;
    }
}

@media screen and (max-width:991px) {
    .quote {
        padding:0 0 25px 0;
    }

}

@media screen and (max-width:600px) {
    .quote h3 {
        font-size:23px;
    }
}

@media screen and (max-width:460px) {
    .quote {
        display:none;
    }

}

@media screen and (max-width:1080px) {
    .quote .closing {
        position:relative;
    bottom: 107px;
    left: 60px;
    }
    .quote {
        width:550px;
         clear:float;
         margin:50px;
    }

}

@media screen and (max-width:991px) {
    .quote {
       width:100%;
    }


}

@media screen and (max-width:850px) {
    .quote img {
    width:30px;
    padding-top:24px;
    }
    .quote h3 {
        padding-left:35px;
        text-align:left;
    }
    .quote .closing {
        position:relative;
        left: 32px;
        bottom: 80px;
    }
    .quote .closing img {
        padding-left:5px;
    }
    .quote {
        margin:30px 0;
    }

}

@media screen and (max-width:784px) {
    .quote img {
    display:none;
    }
    .quote {
        margin:20px 0;
        padding:0;
    }
    .quote h3 {
        margin:20px 0;
        padding:0;
    }

}





.orange-li {
    color:#f15723;
    line-height:25px;
    list-style-type:disc;
}

.orange-li-2 {
    color:#f27c56;
    line-height:25px;
}

.google-img img {
    max-width:100%;
}

@media screen and (max-width:1199px) {
    .google-img .row {
        margin-left:0;
    }

}

.google-img .row {
    overflow:hidden;
}


@media screen and (max-width:991px) {
    .google-img .row {
        margin-left:-15px;
    }

}

.extra-line-height h1{
    line-height:1.5em;
}

/*End Advice*/


/*Calculator*/

 .calc {
    width:100%; font-size:14px; color:#666;
}

.calc p {
    font-size:15px;
}


.email-send {
    background:#e8e8e8; padding:20px;
}

.calc-total {
    padding:5px 25px 5px 10px; background:#fff;
}

.calc-button {
    width:100px!important;
    margin-right:10px;
}

#pps_input {
}

.email-input-size {
width: 289px;
margin-right: 10px;
height:29px;
}

@media screen and (max-width:600px) {
    .email-input-size {
        width:240px;
        margin-bottom:10px;
    }
}



.email-input-size-pps {
width: 100px;
margin-right: 10px;
height: 29px;
}

@media screen and (max-width:600px) {
    .email-input-size-pps {
        margin-bottom:10px;
    }
}

.service-btn {
    padding: 10px;
    width: 150px;
    color:#FFFFFF;
}

.fa {
    font-size:20px;
    color:#005470;
}

.fa:hover {
    color:#f15823;
    cursor:default;
}

.service-btn:hover {
    color:#f15823
}

.mv-prices {
padding: 0 20px 0 0;
min-width: 70px;
}
.mv-price-box {
display:inline-block; padding:5px; background:#fff; width:100%;
}
.service-lvl {
    background:#e8e8e8; padding: 20px 20px 0 0; overflow:hidden;
}

.calc-head{
	padding-bottom:5px;
	border-bottom:3px solid #f5815a;
    font-size:20px;
}

@media screen and (max-width:330px) {
    .mv-prices {
        min-width:inherit;
    }

}

.service-lvl ul {
    list-style:none;
    margin-left:0;
    margin-right:0;
    display:inline;
}

.service-lvl ul li {
    width:50%;
    float:left;
}

.service-lvl ul li i {
    padding-top:2px;
}

/*End Calculator*/

/*Contact Page*/

.wpcf7-form-control .wpcf7-textarea .wpcf7-validates-as-required {
height: 105px;
}

@media screen and (max-width:991px) {
    .wpcf7-form-control .wpcf7-textarea .wpcf7-validates-as-required {
        height:auto;
    }
}

.call-us span, .find-us span {
    color:#f26522;
    font-weight:bold;
}

.network, .call-us, .find-us {
    color:#FFFFFF;
}

.call-us, .find-us {
    background:#467e8f;
}

.tel p{
    font-size:26px;
    font-weight:bold;
    font-family: "Arial Rounded MT Bold",'Nunito', "Helvetica Rounded", Arial, sans-serif!important;
    line-height:5px;
    padding: 10px 0;
}

.network {
    background:#00546e
}

.find-us h4, .network h4, .call-us h4 {
    color:#FFFFFF;
    font-size:22px;
    line-height:2.4;
    font-weight:bold;
}

.call-us h4 {
    font-size:26px;
    color:#f26522;
}

.find-us h4, .call-us h4 {
    border-bottom:1px solid #005068;
}

.network h4 {
    border-bottom:1px solid #467e8f;
}

.network img {
    padding:10px 8px 20px 8px;
}

.map {
    padding:10px 0;
}

.contact {
    background:#ebebeb;
    padding:30px;
    margin-bottom:20px;
}

.col-md-10.contact-support, .col-md-10.contact-p { margin-left: 0; }

.contact-p {
    padding:10px 0;
}


.wpcf7:before, .wpcf7:after { display: table; content: " "; clear: both }

.wpcf7-submit {
background: #f15723;
border: 1px solid #f15723;
color: #FFFFFF;
width:300px;
border-radius:4px;
height:35px;
float:right;
clear: right;
margin-top:20px;
font-weight:bold;
font-size:18px!important;
}

.contact-form span, .simple-content form span {
float: right;
}


.simple-content .entry-title {
	margin-top:35px;
	margin-bottom:25px;
	font-size:38px;
}

.contact-form h3 span { float: none }

.simple-content input[type="submit"] { margin-top: 50px }
.simple-content .contact-support { margin: 30px 0 }

.contact-form p {
padding: 10px 0;
font-size:15px;
}

.wpcf7-select {
    width:300px;
}

.wpcf7-form-control {
    font-size:14px;
    width:300px;
}
.contact-support {
    background: none repeat scroll 0 0 rgb(235, 235, 235);
    padding: 30px 10px;
    margin-bottom: 20px;
}


.hs-content-id-511191194 .contains-blog-posts { display: none }

h3.form-title {
border-bottom: 3px solid #F5815A;
color: #00546E;
font-size: 35px;
font-weight: normal;
line-height: normal;
margin: 0;
}

.hs-form {
background: #feffef;
margin-bottom: 20px;
padding: 10px 10px 30px;
}

.hs-input {
padding: 6px;
display: inline-block;
width: 100%;
}

.hs_cos_wrapper_type_form form div.hs-form-field {
margin: 12px 0;
}

.hs-button {
background: #F15723;
border: 1px solid #F15723;
border-radius: 4px;
color: #FFF;
font-size: 18px;
font-weight: normal;
margin-top: 20px;
padding: 5px 20px;
}

.white-papers-wrapper h1 {
/*border-bottom: 3px solid #F5815A;*/
color: #00546E;
font-size: 40px;
font-weight: 500;
line-height: normal;
}

p.secondary-header { margin-top: 2em }

.row-fluid ul { margin: 1em 0 }

@media screen and (max-width:400px) {
    .wpcf7-form-control, .wpcf7-submit {
        width:200px;
    }

}

.newest-post em, .oldest-post em { font-style: normal }

@media screen and (max-width:480px) {
         .contact-support {
         padding-bottom:50px;
        }

        .simple-content .contact-support { padding-bottom: 0 }

        .newest-post em, .oldest-post em { display: none }
        .pagi h4 { font-size: 12px; margin-top: 20px }

}

/*End Contact Page*/

/*Ts and Cs page*/
.list-line-spacing {
    line-height:30px;
}
/*End Ts and Cs page*/


/*Blog*/
.block.blog {
    background:#ebebeb;
    padding:10px 0;
}

.entry-title {
    line-height:1em;
}

.blog-post {
    padding:30px 0 0 0;
    /*margin-left:0;*/
}

.blog-post p {
    font-size:15px;
}

.blog-content ul li, .blog-post ul li {
    list-style-image: url('img/arrow-orange.png');
}

.excerpt {
    padding-top:20px;
}

.blog-content {
    padding-top:30px;
}

#share {
    margin:20px 0px 0px 0px;
    padding:0;
}

#share li {
    list-style: none;
float: left;
margin-right: 10px;
}

.gmail {
width: 60px;
}

.twitter {
width: 80px;
}

.blog-post .tags {
	clear:both;
	padding-top:7px;
}

.tags p {
    font-size:15px;
}

.blog-arrow {
    padding-left:10px;
}


.forex-btn {
    margin-top:34px;
}

.buttons {
    padding-top:47px;
}

@media screen and (max-width:1199px) {
    .buttons {
        padding-top:69px;
    }
}

@media screen and (max-width:991px) {
    .buttons {
        padding-top:0;
        margin-top: -10px;
    }
}

/*End Blog*/

/*Demo Page*/

.contact-demo {
    background:#ebebeb;
    padding:2px 30px 84px 30px;
    margin-bottom:20px;
}


.demo-header {
    padding-top:0;
}

.btn-demo {
    background: #f15823;
	color:#FFFFFF;
	width:100%;
	border:none;
	font-size:17px;
	font-weight:bold;
	margin-top:15px;
}

.btn-demo:hover {
    background: #f15823;
}

.demo {
width: 90%;
margin: 10px 5% 0;
padding: 5px 0;
}


@media screen and (max-width:340px) {
    .demo input {
        width:240px;
    }

    .demo {
        width:100%;
        margin:10px 0px;
    }

    .contact-demo {
        padding-left:10px;
    }
}

.grey-message-box {
    background:rgb(255,255,255);
    background:rgba(255,255,255, 0.7);
    border:1px solid #f11414;
    padding:20px;
    margin-top:5px;
    color:red;
}

.demo-header h1 {
    margin-top:0;
}

.demo-sub {
    padding:20px;
}

.new-text {
    padding-top:113px;
}

@media screen and (max-width:1199px) {
    .new-text {
        padding-top:150px;
    }

}


@media screen and (max-width:991px) {
    .new-text {
        padding-top:30px;
    }

}

/*End Demo Page */

/* Adjustment for landscape orientation on tablet devices; proper showing of images - 06/11/2013 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)and (-webkit-min-device-pixel-ratio: 1)  {
    .one,
    .three,
    .five,
    .nine,
    .eight
    {
        background-attachment: scroll !important;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)and (-webkit-min-device-pixel-ratio: 1)  {
    .one {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-width:551px) and (max-width:768px) {
    h3, .subtitle-format {
        font-size:22px;
    }
}



@media only screen and (max-width: 550px) {
    h1,
    .one h1 {
        font-size: 30px;
    }
    .two h1 {
        font-size: 24px;
    }
    h3, .subtitle-format {
        font-size: 20px;
        line-height:35px;
    }
    .one p {
        font-size:15px;
    }
    .one .btn, .two .btn, .three .btn, .four .btn, .five .btn, .six .btn, .seven .btn, .eight .btn, .nine .btn {
        font-size:15px;
        width:150px;
        height:35px;
    }

}

/* Google Maps API Container */
div.map {
    height: 300px;
    margin-bottom: 20px;
}

div.infowindow-wrapper {

}

div.infowindow-wrapper h3 {
    font-size: 18px !important;
    display: inline;
    line-height: 18px !important;
    color: #467e8f !important;
    margin-bottom: 14px;
}

div.infowindow-wrapper p {
    padding-top: 8px;
    color: #666 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 0px !important;
}

@media screen and (max-width:630px) {
    .about-tt p, .product p, .pop-txt p, .question-text, .intro-text p, .google-img p, .google-img ul, .black-text, .page-id-92 .col-md-10 ul li{
        font-size: 15px;
        text-align: justify;
    }
    .about-tt h1 {
        font-size:28px;

}
    .text-width {
        width:95%;
    }
    .text-padding {
        padding-right:10px;
        padding-left:10px;
    }

    .text-padding-li {
        padding-right:10px;

    }

    .page-id-123 .orange-li {
        padding-top:10px;
    }

}

@media screen and (max-width:450px) {
    .page-id-92 div.row:nth-child(14) > div:nth-child(1) > h3:nth-child(1) {
        margin-bottom:-35px;
    }

}

@media screen and (max-width:400px) {
    .about-tt p, .about-tt h1{
        padding:10px;
    }

}




/* Home Page Adjustments based on Device */

    /* Additional wrappers/classes*/
    .partners-list,
    .clients-list {
        display:none;
    }

@media screen and (max-width: 686px) {
    ul.partners-list,
    ul.clients-list {
        display: block;
        list-style-image: url('img/arrow-orange.png');
    }

    div.partners-logos,
    div.clients-logos {
        display: none;
    }
    .partners-list li, .clients-list li {
        padding:2px 0;
    }
}

/* Global Tablet/Mobile device */

@media screen and (max-width: 991px) {
    .two .img-resize,
    .five .row .spacer-top,
    .nd-768 {
        display: none;
    }
    .linebreak-grey {
        margin: 10px 0;
    }
    .advice-two {
        padding: 0 !important;
    }
    .content {
       padding-top: 20px;
    }
    .block {
        padding: 35px 0px !important;
    }

    .trustees,
    .team {
        text-align: center;
    }
    .team-member {
        margin: 20px 0;
    }

    .product [class^='col-md-'] { padding-left: 0; padding-right: 0 }
    .col-md-12 > .col-md-6 { padding-left: 0; padding-right: 0 }
    .content { padding-left: 0 }
    .content .btn { width: 100% }
    .content p > img { margin: 0 auto; display: block }
    aside.widget_nav_menu,
    aside.widget_archive,
    aside.widget_tag_cloud {
        float: left;
        margin-right: 20px;
    }
    aside.widget_tag_cloud {
        margin-right: 0px;
        width: 200px;
    }
    .links2 aside.widget_nav_menu, .links2 aside.widget_archive, .links2 aside.widget_tag_cloud { float: none; margin-right: 0; width: 100% }
}

@media screen and (max-width: 1199px) {
    .nd-1199 { display: none; }
    .fw-1199 { width: 100%; }
}

@media screen and (max-width: 500px) {
    .page-wrapper {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 320px) {
    .nd-320 { display: none;
    }

    .tel p span {
        display: block;
        margin-bottom: 20px;
    }
    .header-text-bg {
        margin-top: 0px;
    }

    .header-text-bg h1 { line-height: 34px;

    }
    h3.subtitle-format {
        line-height: 28px !important;
    }

    span.underline {
        border-width: 2px;
        padding-bottom: 0;
        line-height: 1.3;
    }

    .content {
        padding: 20px 0px;
    }

    .block {
        padding: 20px 0px !important;
    }

    .linebreak-grey {
        margin: 0px 0px;
    }

    img.blog-arrow,
    .widget_tag_cloud,
    .widget_archive,
    .tags {
        display: none;
    }

    h1 {
        line-height: 34px !important;
    }


    .home .tt-images {
        display: none;
    }

    .widget_nav_menu {
        margin-bottom: 20px;
    }

    .about-tt .row { margin: 0 !important; }

    .two h1 { font-size:20px; line-height: 25px !important; }

    .tt-bottom { margin-top:20px; }

    .social-footer { padding-right:28px;}

    #menu-product-services, #menu-advice { margin-top:15px; }
}

/* Tablet Regular - Breakpoint at 768px wide, to Desktop at 9 */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .one .header-text-bg {
        width:475px;
        float: right;
    }
}

/* Tablet Small - Breakpoint at 600px wide */
@media screen and (max-width: 660px) {
    aside.widget_tag_cloud {
        display: none;
    }

}

@media screen and (max-width:659px) {
    .one .header-text-bg {
        margin-top:45px;
    }

}
/* Phone - Breakpoint at 320px */

header.page-header { margin: 0px !important; padding: 0; border: 0;}
header.page-header h1 { margin: 0;}
.page-template-contact-php .block { padding-top: 0 !important; }

/* New Service Buttons */

/* Micro Clearfix */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.microsoft-img {
    float: left;
    padding: 15px 10px 20px 0;
}

.content > div:nth-child(1) > div:nth-child(2) > p:nth-child(2) {
    padding:0;
}

.content > div:nth-child(1) > div:nth-child(2) > p:nth-child(3) {
    padding-top:10px;
}

@media screen and (max-width:991px) {
    .microsoft-img {
            padding: 15px 10px 0 0;
    }


    .page-wrapper {
    	margin-top: 19px;
    }

}

.how-does-header {
    text-align:center;
}

.img-border {
    padding:20px 10px;
    border: 1px solid #ebebeb;
    max-width: 100%;
    height: auto;
}

.company-txt {
    display:none;
    color:#fff;
    background:#266a7f;
    position:absolute;
    width:350px;
    padding:10px;

	z-index:10;
	/*bottom:150px;*/

	left:-70px;
	bottom:127px;

}

.company-txt p {
    font-size:14px;
    line-height:15px;
}

.company-txt a {
    color:#f15823;
    font-weight:bold;
}

.arrow {
    border-bottom:5px solid transparent;
    border-top:10px solid #266a7f;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    float:left;
    position:relative;
    top:23px;
    left:65px;
    left:calc(50% - 20px);
    width:0;
    height:0;
}

.company-txt-phone {
    display:none;
}

@media screen and (max-width:990px) {
    .img-remove-991 {
        display:none;
}
}

#enterprise-information p, #enterprise-information li  {
    font-size:14px;
}

.enterprise-info h4 {
    font-size:16px;

}

@media (max-height:400px) and (orientation:landscape) {
    .quote h3 {
        margin:-20px 0;
    }

}


@media (min-width:991px) and (max-width:1199px) {
    .wpcf7-form-control {
        width:400px;
    }
}

@media screen and (max-width:515px) {
    .wpcf7-form-control {
        width:250px;
    }
}



@media screen and (max-width:466px) {
    .wpcf7-form-control {
        width:225px;
    }
}


@media screen and (max-width:442px) {
    .wpcf7-form-control {
        width:330px;
    }
}



@media screen and (max-width:415px) {
    .wpcf7-form-control {
        width:300px;
    }
}


@media screen and (max-width:385px) {
    .wpcf7-form-control {
        width:275px;
    }
}


@media screen and (max-width:355px) {
    .wpcf7-form-control {
        width:240px;
    }
}

@media screen and (min-width:991px) {
    .page-id-123 .p-size-15 p, .page-id-123 .p-size-15 ul, .page-id-1514 .p-size-15 p, .page-id-1514 .p-size-15 ul {
        font-size:18px;
    }
}

@media screen and (max-width:991px) {
    .page-id-123 .p-size-15 p, .page-id-123 .p-size-15 ul {
        font-size:15px;
    }
}

@media (max-width:1024px) and (orientation:landscape) {
    .page-id-92 div.row:nth-child(14) > div:nth-child(1) > h3:nth-child(1) > span:nth-child(1), .page-id-117 .col-md-8 > h1:nth-child(1) > span:nth-child(1) {
    line-height:1.4;
    }
    .page-id-92 .intro-text > a:nth-child(4) > button:nth-child(1) > img:nth-child(1) {
        padding-left:0px;
    }
}

@media screen and (max-width:1400px) {
    .company-txt {
        width:300px;
    }
}

@media screen and (max-width:1310px) {
 .company-txt {
     width:280px;
 }
}

@media screen and (max-width:1199px) {
    .company-txt {
        width:260px;
        position:absolute;
        bottom:130px;
    }
}

@media screen and (max-width:1100px) {
    .company-txt {
        width:240px;
    }
}

@media screen and (max-width:1050px) {
    .company-txt {
        width:220px;
    }
}

@media screen and (max-width:1010px) {
    .company-txt {
        width:210px;
    }
}

@media screen and (max-width:991px) {
    .company-txt {
        display:none!important;
    }
    .company-txt-phone {
        display:inline;
    }
}

.page-id-92 div.row:nth-child(4) {
    overflow:visible;
    padding-top:20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .page-id-92 div.row:nth-child(4) {
        overflow:hidden;
    }
}

.pagi {
    text-align:center;
    color:#0b5b74;
}

.advice-two ul {
    font-size:18px;
}

.advice-two ul li {
    padding:2px 0;
}

.blog-content ul {
    font-size:18px;
}

.blog-content ul li {
    padding:2px 0;
}




.amount-slider {
background-color: white;
display: inline-block;
width: 100%;
border-radius: 5px;
color:  #f15823;
font-size: 20px;
font-weight: bold;
position: relative;
padding-left: 8px;
padding-bottom: 3px;
margin-top: -4px;
margin-bottom: 10px;
text-align: right;
padding-right: 7px;
border: 2px solid #f15823;
}


input.slider_panel {
font-weight: bold;
background: transparent;
color: #f15823;
font-size: 24px;
border-radius: 3px;
border: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
padding-left: 5px;
width: 100%;
margin-top: 22px;
outline: none;
position: absolute;
top: -23px;
left: 7px;
}

.compare-against{
background: #f4f4f4;
min-height:280px;
}
.savings-made{
text-align: center;
}
.savings-made-title { margin-top: 0 }
.saving-container {
    display: inline-block;
    width: 50%;
    padding: 2em;
}
.saving-container--retail { background: #f4f4f4 }
.saving-container--discount { background: #ebebeb }
p.saving{
	background-color: #fff;
	text-align:center;
	padding:10px;
	font-size: 16px;
	border: 2px solid #008000;
    border-radius: 4px;
    margin: 0;
	}
/* Jquery Slider */
.saving-sum{
	display:block;
	font-size:30px;
	font-weight:bold;
	color:green;
	padding: 10px;
}
.small{
	clear:both;
	font-size: 9pt;
	padding:10px 0 0 0;
	line-height:1;
	}
div.ui-slider{
	margin-top:7px;
}
/*!
 * jQuery UI Slider 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.75em;
  height: 1.75em;
  cursor: default;
  background:#467e8f;
  border:1px solid #939292;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
  cursor: pointer;
  outline: none;
}

.ui-slider .ui-slider-handle:hover {
  background: #f15823;
}

.ui-slider .ui-slider-handle:focus {
  background:  #f15823;
}

.ui-slider .ui-slider-handle:active {
  background:  #f15823;
}


.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 1.1em;
  background-color: #cbcbcb;
  border-radius: 10px;
  -moz-box-shadow: inset 0 2px 3px 0 #7b7b7b;
  -webkit-box-shadow: inset 0 2px 3px 0 #7b7b7b;
  box-shadow: inset 0 2px 3px 0 #7b7b7b;
  width: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.4em;
  margin-left: -.6em;
  border-radius: 50%;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.linkedin img { vertical-align: top }





.latest-news .row > h3 {
	margin-left:30px;
}


/* generic styles */

.btn.btn-custom {
	margin:0;
	color: #FFFFFF;
	width: auto;
	border: none;
	font-size: 17px;
	white-space:normal;
}


.btn.btn-orange {
	background: #f15823;
}

.btn.btn-blue {
	background:#00546e;
}


.btn.btn-custom:after {
	content: " ";
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	width:16px;
	height:24px;
	background: url(img/btn-arrow.png) no-repeat;
}

body .btn.btn-orange img {
	margin-left:5px;
}


@media only screen and (max-width: 768px) {

	body .btn.btn-custom {
		width:100% !important;
	}

}




/* white papers */

.white-papers .white-paper {
	border-bottom:1px solid #ccc;
	padding-top:30px;
	padding-bottom:30px;
}


.white-papers .white-paper .text {
	margin-bottom:30px;
	margin-top:30px;
}


.white-papers #share {
	margin-top:30px;
}


/* social network shares */



.fb_iframe_widget {
	vertical-align:top !important;
	margin-right:7px;
}


.fb_iframe_widget span {
	vertical-align:top !important;
}

iframe[name="google_conversion_frame"] { display: none }



/* accordion */

.accordion {
	border:5px solid #ccc;
	border-radius:10px;

	padding:20px 0;
}

.accordion .accordion-heading {
	padding-left:40px;
	padding-right:20px;
}


.accordion .accordion-heading h3 {
	margin:0;
}

.accordion .accordion-heading a {
	color:inherit;
}


.accordion .accordion-heading .accordion-toggle .expand {
	display:none;
}

.accordion .accordion-heading .accordion-toggle.collapsed .expand {
	display:block;
}


.accordion .accordion-toggle {
	font-size:18px;
	color:inherit;
}


.accordion .accordion-heading .expand {
	font-size:18px;
	margin-top:10px;

	margin-right:50px; /* 70px - padding-right */
}



.accordion .accordion-body {
	padding:20px 40px 0;
}

.accordion .collapse-bar {
	clear:both;
	float:right;
	padding-top:40px;

	margin-right:70px;
}

.accordion .collapse-bar .thin-arrow {
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}


.accordion .accordion-heading .thin-arrow,
.accordion .collapse-bar .thin-arrow {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);

    margin-left:10px;
}




/* from style_.css */


/* Re-size Service Buttons to become single column under 500px width*/
@media screen and (max-width: 500px) {
    .service-level-row {
	    margin-bottom: 20px;
    }

    .service-level-row:last-child {
        margin-bottom: 0;
    }

    .service-level-button {
    	width: 100%;
    	float: none;
    }

    .service-level-button:first-child {
        margin-bottom: 20px;
    }
}



/* Bootstrap Amendments */
.popover.bottom { background: #fff; }
.popover-title {
    font-size: 16px;
    font-family: "Arial Rounded MT Bold",'Nunito', "Helvetica Rounded", Arial, sans-serif !important;
    color: #333;
}

/* Popover Mobile */

.popover-mobile {
    display: none;
    position: fixed;
    width: 100%;
    padding: 20px 0px;
    top: 62px;
    left: 0;
    background: #fff;
    border-bottom: 3px solid #f5815a;
    z-index: 9999;
}

.popover-mobile .popover-mtitle {
    display: block;
    font-size: 18px;
    font-family: "Arial Rounded MT Bold",'Nunito', "Helvetica Rounded", Arial, sans-serif !important;
    padding-bottom: 20px;
    padding: 0 0 0 20px !important;
    margin-top: 0 !important;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.popover-mobile .popover-mtitle i.popover-mclose {
    float: right;
    padding-right: 20px;
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
    color: #F15823;
    cursor:pointer ;
}

.popover-mobile .popover-mcontent {
    font-size: 14px;
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.popover-mobile .popover-mcontent li {
    margin-bottom: 8px;
    color: #666;
    font-family: Corbel,'Muli', arial, sans-serif !important;
}

.popover-mobile .popover-mcontent li:last-child {
    margin-bottom: 0;
}



#menu-main .sub-menu {
	display:none;
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0 0 0;
	min-width: 100%;


	/*border-top: 3px solid transparent;*/



}


#menu-main .sub-menu li {
	background-color: #467e8f;
	border: 1px solid #e4e4e4;
	border-top: none;
}

#menu-main .sub-menu a {
	padding:10px 12px;
	font-size:15px;
	color:#FFF;
	display:inline-block;
	white-space:nowrap;
	width:100%;
	height:auto;
}


#menu-main .sub-menu li:last-child a {
	border-bottom:none;
}


#menu-main .sub-menu a:hover {
	color: white;
	text-decoration:none;
	background-color: #f05723;
}



@media only screen and (max-width: 768px) {

	#menu-main .sub-menu {
		display:none !important;
	}

}





@media (min-width: 768px){
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2  {
        width: 20%;
        *width: 20%;
    }
}
@media (min-width: 1200px) {
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
        width: 20%;
        *width: 20%;
    }

    /*.container { max-width: 1270px }*/
}
@media (min-width: 768px) and (max-width: 979px) {
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 {
        width: 20%;
        *width: 20%;
    }
}