/* cmsms stylesheet: main modified: 01/04/17 11:10:56 */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	font-family: 'Open Sans', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
div {
	font-size: 1em;
}
img {
	border: 0;
}
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #18507C;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #385C72;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
}
.half {
    width: 50%;
    float: left;
}
#section1 {
    background: #00bbff;
    padding: 50px 0;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
#section1 .box {
    float: left;
    text-align: center;
    width: 33%;
    color: #0200ac;
    font-size: 17px;
    line-height: 18px;
    font-weight: 400;
    border-left: 1px solid;
}
#section1 .box.boxright {
    border-right: 1px solid;
}
#section1 .box span {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#section2 {
    background: #afdafe;
    padding: 35px 0;
    text-align: center;
}
#section3, #pagescontent {
    padding: 45px 0;
}
#pagescontent .half {
    width: 48%;
}  
#pagescontent .half:nth-child(1) {
    margin-right: 4%;
    width: 48%;
}
#pagescontent h2 {
    font-size: 16px;
    font-weight: 600;
}
#banner {
    height: 230px;
}
#banner h1 {
margin-top: 160px;
    color: #FFF;
    background: rgba(2, 0, 172, 0.32);
    padding: 10px;
    box-sizing: border-box;
    width: auto;
    float: left;
}
.slicknav_menu {
    display: none;
}
.wrapper {
    width: 100%;
    float: left;
}
.container {
    width: 1160px;
    margin: 0 auto;
}
.left {
    width: 70%;
    float: left;
    background: rgba(255, 255, 255, 0.91) !important;;
}
.right {
    width: 30%;
}
div#logo {
    float: left;
    padding: 15px 0;
}
div.slidertext {
    position: absolute;
    top: 180px;
    right: 0;
    background: rgba(255, 255, 255, 0.84);
    z-index: 999;
    width: 30%;
    padding: 24px;
    text-align: left;
    line-height: 25px;
    color: #0200ac;
    font-weight: 300;
    font-size: 22px;
    box-sizing: border-box;
}
div#slidertext h1 {
    font-size: 26px;
    color: #302f2e;
    margin-bottom: 20px;
    font-weight: 100;
    line-height: 32px;
}
.left.lPages {
    height: auto;
}
#content {
    float: left;
    margin-top: 45px;
    padding: 0 10%;
    width: 100%;
    box-sizing: border-box;
    background: none;
}
#content em {
    width: 17px;
    font-size: 18px;
    text-align: center;
}

.formbuilderform input {
    width: 250px;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
    color: grey;
    font-family: 'Roboto';
}
.formbuilderform textarea {
    width: 90%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #d2d2d2;
    color: grey;
    font-family: 'Roboto';
}


div#content {
	margin: 1.5em auto 2em 0;
	padding: 0px;
}

div#footer {
    background: #0200ac;
    padding: 25px 0;
}
div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
	font-size: 0.8em;
	padding: 1.5em;
	text-align: center;
	margin: 0;
	color: #fff;
}
div#footer p a {
	color: #fff;
}
.footerbox {
    width: 50%;
    float: left;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}
.footerboxFull {
    width: 100%;
    float: left;
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
}

.half a {
    border: 2px solid #f3f3f3;
    padding: 7px 20px;
    text-decoration: none;
    float: left;
    clear: both;
    margin-bottom: 10px;
    color: #0200ac;
}
.half a:hover {
    opacity: .6;
}
a.link {
    border: 0;
    padding: 0;
    float: none;
    clear: none;
    margin-bottom: 0;
}
.half .footerbox a {
    float: none;
    border: none;
    padding: 0;
    color: #FFF;
}

div#content h1, h1 {
	font-size: 32px;
	line-height: 1em;
	margin: 0;
	color: #0200ac;
	font-weight: 500;
    margin-bottom: 15px;
}
div#content h2, h2 {
    font-size: 32px;
    line-height: 22px;
    margin: 0;
    color: #0200ac;
    font-weight: 300;
    width: 100%;
    margin-bottom: 15px;
    clear: both;
}

span.acchalf {
    float: left;
    padding-right: 2%;
    width: 50%;
    box-sizing: border-box;
}

span.acchalf img {
    width: 100%;
    height: auto;
}

p {
	font-size: 14px;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
	color: #0200ac;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
code, pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
div.templatecode {
	margin: 0 0 2.5em;
}
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
.bx-wrapper .image_right img {
    width: 26%;
    position: absolute;
    top: -25px;
    right: 81px;
    float: left;
}
.bx-wrapper img{
    /*height: auto;*/
}
.slidertextcontainer {
    width: 645px;
    text-align: left;
    padding: 0 130px;
    float: left;
}
.bx-wrapper .playbutton img {
    width: 100px;
    margin-bottom: 10px;
}
.bx-wrapper div.bxWrapperBackgroundImg{
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%; 
    padding: 0; 
    height: 560px; 
    display: block;
    background-position: center;
}
.slidertext a {
    background-color: #00A9E0;
    text-decoration: none;
    padding: 5px 23px;
    border-radius: 7px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    color: white;
}
.slidertext a:hover {
    opacity: 0.8;
}
#pagescontent .half img {
    width: 100%;
    height: auto;
}
#footer .half a {
    border: 0;
}
#footer .half a:hover {
    border: 0;
    background: none;
}
#sec div { display:none; }
#sec div.first { display:block; }
#sec h2 {
    cursor: pointer;
}
.book img {
    height: 120px;
    width: auto;
    margin-bottom: 5px;
}
.bookwrapper {
    float: left;
    clear: both;
    width: 100%;
}
.bookcontainer {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.book {
    width: 16%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
}


		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
            background: none;
            color: #0200ac;
            display: inline-block;
            padding: 10px 15px;
            cursor: pointer;
            font-size: 16px;
		}

		ul.tabs li.current {
    background: #cdcdcd;
    color: #0200ac;
}
li.tab-link:hover {
    background-color: #ededed;
}

		.tab-content{
			display: none;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}

.zoom:hover {
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
/*.zoom {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}*/
		
.footerboxFull a img:hover, #logo a img:hover,  a {
    opacity: .8;
}
/* cmsms stylesheet: nav modified: 11/17/16 16:19:49 */
/* NAVI */

#menu {
    width: auto;
    margin-right: 20px;
    /* margin-top: 21px; */
    float: left;
    margin-bottom: 8px;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu ul ul {
    opacity: 0;
    position: absolute;
    top: 160%;
    visibility: hidden;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    background-color: #f8c301;
}
#menu ul ul ul {
    top: 0%;
    left: 160%;
}
#menu ul ul li:hover{
   
}
#menu ul ul li:hover > ul {
    top: 0%;
    left: 100%;
    opacity: 1;
    visibility: visible;
}
#menu ul li:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
#menu ul li {
    float: left;
    position: relative;
}
#menu ul ul li {
    float: none;
}
#menu ul li {
    cursor: pointer;
}
#menu ul a {
    color: #50545a;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    padding: 5px 3px 8px;
    margin: 0 3px;
    text-align: center;
    text-decoration: none;
    border-bottom: 0px solid transparent;
    transition: border-bottom 0.5s ease;
    -webkit-transition: border-bottom 0.5s ease;
    -moz-transition: border-bottom 0.5s ease;
    -ms-transition: border-bottom 0.5s ease;
    -o-transition: border-bottom 0.5s ease;
}
#menu ul li ul a {
    text-align: left;
    padding: 6px;
}
#menu ul li a:hover, #menu ul a.currentpage {
    border-bottom: 2px solid #0200ac;
}
/* cmsms stylesheet: responsive modified: 01/04/17 11:16:58 */
/*---------------------------- 1160px -----------------------------*/
@media screen and (max-width: 1160px) {
    .container {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }
    div.slidertext {
        font-size: 15px;
        line-height: 18px;
    }
}

/*---------------------------- 1050px -----------------------------*/
@media screen and (max-width: 1050px) {
    .half img {
        width: 90%;
        height: 100%;
    }
    div.slidertext {
        width: 100%;
        bottom: 0;
        top: initial;
    }
}

/*---------------------------- 840px -----------------------------*/
@media screen and (max-width: 840px) {
    .slicknav_menu {
        display: block;
    }
    #menu {
        display: none;
    }
}

/*---------------------------- 690px -----------------------------*/
@media screen and (max-width: 690px) {
    #pagescontent .half, span.acchalf {
        width: 100% !important;
    }
}

/*---------------------------- 605px -----------------------------*/
@media screen and (max-width: 605px) {
    .half {
        width: 100%;
    }
    #section3, #pagescontent {
        padding: 15px 0;
    }
}

/*---------------------------- 560px -----------------------------*/
@media screen and (max-width: 560px) {
    #section1 .box {
        width: 100%;
        margin-bottom: 28px;
        border: none;
    }
    #section1 .box.boxright {
        border: none;
    }
    #section1 {
        padding: 20px;
    }
}

/*---------------------------- 462px -----------------------------*/
@media screen and (max-width: 462px) {
    .footerbox, div#logo img {
        width: 100%;
        height: auto;
    }
    .bx-wrapper div.bxWrapperBackgroundImg, .bx-wrapper .bx-viewport {
        height: 360px !important;
    }
    div#content h1, h1 {
        font-size: 25px;
    }
}
