@import url('https://fonts.googleapis.com/css?family=KoHo:300,300i,400,400i,500,600,600i|Bilbo+Swash+Caps');

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0;padding:0;border:0;vertical-align:baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;overflow-y: scroll;}

body{
    font-family: 'KoHo', sans-serif;
    /*background: url("../../myAssets/myImages/content-bg.jpg") repeat left top;*/
    background:url("../../myAssets/myImages/bg.jpg") no-repeat left center fixed;
    color: #333;
    font-size: 15px;
    line-height:175%;
    overflow-x: hidden!important;
}

h1, h2, h3, h4, h5, h6{text-align:left;margin:10px auto 5px;padding:0;}
.h1AllCenter h1, .h1AllCenter h2, .h1AllCenter h3, .h1AllCenter h4, .h1AllCenter h5, .h1AllCenter h6{text-align:center!important;margin-bottom:30px;}
h1{font-size:30px;color:#0069d9;}
h2{font-size:26px;color:#0069d9;}

h3 {
    background:url("../../myAssets/myImages/blocks.png") no-repeat left center;
    font-size: 22px;
    color: #0069d9;
    padding-left:30px;
    min-height:40px;
    line-height:200%;
}
h4{font-size:18px;color:#0069d9;}
h5{font-size:14px;color:#0069d9;}

a{
    text-decoration: none;
    border:none !important;
    outline: 0;
    -webkit-tap-highlight-color: transparent
}


figcaption {text-align:left;font-size:10px;font-style: italic;line-height:125%;margin-top:10px;}
hr {margin-top: 22px;margin-bottom: 22px;border: 0;border-top:1px solid rgba(255,255,255,.2);}
li {margin-left:30px;text-align:justify;}
p{text-align:justify;margin-bottom:10px;}
table {border-collapse: collapse;border-spacing: 0;}

.borderBlack{border:0.1em solid black;}

.brake{display:block;height:0;font-size:0;line-height:0;clear:both;}
.ruler{width:100%;height:1px;border-top:0.1em solid rgba(153, 153, 153, 0.36);clear:both;margin:10px 0;}


.image{
	/*background: url(images/bg.jpg) no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.border-top-bottom{
    background-color: rgba(140,145,160,0.1);
    border-radius:20px;
    border-top:1px dashed rgba(140,145,160,1);
    border-bottom:1px dashed rgba(140,145,160,1);
    padding:20px 5px;
    margin:20px auto;
}
.border-left-3-blue{
    border-left:3px solid #0055b4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#afe0ff+0,7db9e8+75&1+0,0+75 */
    background: -moz-linear-gradient(left, rgba(175,224,255,1) 0%, rgba(125,185,232,0) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(175,224,255,1) 0%,rgba(125,185,232,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe0ff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

.border-dashed-999{border:.01em dashed #999;}
.border-top-dashed-999{border-top:.01em dashed #999;}
.border-left-dashed-999{border-left:.01em dashed #999;}
.border-bottom-dashed-999{border-bottom:.01em dashed #999;}
.border-right-dashed-999{border-right:.01em dashed #999;}


.border-tb-bg{
    background-color: #FFF;
    padding:10px 20px;
    border-top:.01em dashed #CCC;
    border-bottom:.01em dashed #CCC;
    margin-top:40px;
    margin-bottom:40px;
}

.myDl dt{
    margin-top:5px;
}

.myDl dd{
    border-left:3px solid #ebebeb;
    border-right:3px solid #ebebeb;
    border-radius:25px;
    padding:10px 10px 10px 15px;
    margin-top:5px;
    margin-bottom:5px;
}
/* ----------------------------------------------------- */
.columnLeft div{
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.columnLeft div:hover{
    /*background-color: rgba(204, 204, 204, 1);*/
}
/* ----------------------------------------------------- */

.myDl-Border-Left dt, .myDl-Border-Left dd {
    margin-top:20px;
}

.myDl-Border-Left dt{
    text-align: right;
}

.myDl-Border-Left dd{
    border-left:1px dashed #CCC;
}




/*
write like this
	<span class="text-primary divider"></span>
	<span class="text-default divider"></span>
*/

.divider{display:block;padding:0;width:275px;border-bottom:1px solid rgba(0, 0, 0, 0.1);position:relative;color:transparent;background-color:transparent;border-top:none;margin:10px auto;}
.divider:before{content:'';top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);position:absolute;width:95px;border-bottom:3px solid;color:#fff;z-index:5;}
.divider.text-primary:before{color:#ff2934;}
.divider.text-default:before{color:#212526;}
.divider + h2{margin-top:39px;}


.box-shadow-left-right-outside
{
    box-shadow:
    inset 7px 0 7px -7px rgba(0,0,0,0.5), inset -7px 0 7px -7px rgba(0,0,0,0.5);
    padding-top:20px;
    padding-bottom:40px;
}

.box-shadow-left-right-inset
{
    box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3) , -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    -moz-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    -webkit-box-shadow: 6px 0 6px -4px rgba(34, 34, 34, 0.3), -6px 0 6px -4px rgba(34, 34, 34, 0.3);
    padding-top:20px;
    padding-bottom:40px;
}

.column-2{

}

/* ***************************************************************************************************************************************** */
.top1{
    background: url("../../myAssets/myImages/header-image2.jpg") no-repeat center;
    /*background-color:#0056b3;*/
    padding-top:20px;
    padding-bottom:20px;
}
.myHeadline{
    font-family: 'Bilbo Swash Caps', cursive;
    font-size:40px;
    color:#0069d9;
    font-weight:400;
    margin-top:40px;
    margin-bottom:20px;
    border-bottom:.01em solid red;
    width:500px;
    line-height:1.5;
}
.bodyText{
    border-left:.01em dotted #888;
    padding-top:30px;
    padding-bottom:30px;
}
footer{
/*    background: url("../../myAssets/myImages/bg-footer.jpg") no-repeat right center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background-color: #003265;
}
.one23 div{
    background-color: #0056b3;
    background-image: url("../../myAssets/myImages/arrow.png");
    background-repeat:no-repeat;
    background-position: 5px center;
    border:.01em solid #CCC;
    border-radius:10px;
    margin-top:10px;
    padding:5px 0 5px 30px;
    cursor: pointer;
    color:white;
    font-weight:500;
}
.one23 div:hover{
    background-color: #FFA500;
}
.one23 div a{
    text-decoration: none;
}
.footerTop1{
    background-color:#343a40;
    padding-top:20px;
    padding-bottom:20px;
}
.footerTop1 li a{
    color:#CCC;
    font-size:20px;
}
.rightsReserved{
    background-color:#343a40;
    padding-top:8px;
    padding-bottom:10px;
    font-size:12px;
    color:#CCC;
    text-align:center;
}
.contactUs{
    padding-top:20px;
    padding-bottom:40px;
}
.contactUs h2, .contactUs h3, .contactUs p{
    text-align:center;
    background:none;
    margin:0 auto;
    padding:0;
}
.myTable td{padding:0;}

.myTable2 td{padding:5px;}
.myTable2 td:first-child{text-align: right;}
.myTable2 td:last-child{text-align: left;}



.myTable3 td{
    border:1px dotted #CCC;
    width:45%;
}
.myTable3 td:first-child{
    text-align:right;
    width:10%;
}
.myTable3 td:nth-child(2){
    text-align:right;
}
.whatsNew{

}
table.myTable td{
    padding:5px 20px;
}
.myTable4 td{
    padding:5px !important;
}
.myTable4 td:last-child{
    font-weight:700;
}



.staff1 span{
    font-weight:700;
    color: rgba(0, 0, 0, 0.2);
}
.myImage500{
    max-width: 500px;
}
.columnLeft{
    background-color: #003265;
    /*background:url("../../myAssets/myImages/bg-left.jpg") no-repeat left center;*/
    /*background-color: rgba(0, 74, 90, 0.1);*/
    border-top:1px solid rgba(0, 0, 0, 0.2);
}

.columnLeft1 {
    background-color: #b7d4e9;
    padding:5px 0 5px 10px;
    border-bottom: .01em solid white;
}
.columnLeft1:hover{
    background-color: #003265;
    color: white !important;
}
.columnLeft1:hover a{
    color: white !important;
}

.columnLeft1 a{
    /*color:#003265;*/
    color: #333;
}
.columnLeft1 a:hover{
    color: white;
}

.columnLeft1 h4{
    background: url("../myImages/bullet.png") no-repeat left center;
    padding-left:30px;
    margin-top:30px;
}
.headSection{
    background-color:#0056b3;
    border-radius:7px;
    padding:5px 0;
    border-top:1px solid rgba(0, 0, 0, 0.2);
}
.headSection h2{
    font-size:18px;
    color: #CCC;
}
.section1{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd280+0,e9f3cc+93 */
    /*background: #ffd280;
    background: -moz-linear-gradient(top,  #ffd280 0%, #e9f3cc 93%);
    background: -webkit-linear-gradient(top,  #ffd280 0%,#e9f3cc 93%);
    background: linear-gradient(to bottom,  #ffd280 0%,#e9f3cc 93%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd280', endColorstr='#e9f3cc',GradientType=0 );*/
    /*background: url("../../myAssets/myImages/content-bg2.jpg") repeat left top;*/
    margin-top:5px;
    margin-bottom:20px;
    /*background-color: rgba(255, 255, 255, 0.5);*/
    border-radius:7px;
    padding:10px;
    /*border:.01em solid rgba(0, 0, 0, 0.3);*/
    height:150px;
    overflow-y: hidden;
}
.section1_1{
    margin-top:5px;
    margin-bottom:20px;
    border-radius:7px;
    padding:10px;
}
.image_caption{
    text-align:center;
}
.columnRight{
    border-left:.01em solid #CCC;
}
.mySocial i{
    font-size:30px;
    color: white;
}
.mySocial a{
    color: #0056b3;
    margin-right:10px;
}
.mySocial a:last-child{
    margin-right:0;
}

.bgGPCG {
    background-color: #b7d4e9;
    border-top: .01em solid #a3bfd4;
    border-bottom: .01em solid #a3bfd4;
}
.rightTop2 i{
    font-size:30px;
    color:white;
    margin-top:20px;
    margin-left:10px;
}