@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-R.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('../fonts/Quicksand-Bold.otf') format('truetype');
}

@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../fonts/Quicksand-Regular.otf') format('truetype');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body, html {
    font-family: "Ubuntu";
    font-size: 100%;
    padding: 0;
    margin: 0;
}


video{
    width: 100%;
}


/*chrome scroll bar */

::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}




*{
    padding: 0;
    margin: 0;
}


html,
button,
input,
select,
textarea {
    color: #222;
}

p{
    color: #636363;
}

a{
    text-decoration: none;
    color: #92B56C;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: normal;
}


.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    customize theme
   =================== */
.tag{
    display: inline-block;
    padding: 0 15px 0 0;
    color: #92B56C; 
}

.tag:before{
    content: "<";
    padding-right: 5px;
}

.tag:after{
    content: ">";
    padding-left: 5px;
}

.header-container {
    text-align: center;
}


.title {
    display:inline-block;
    width: 150px;
    margin: 50px 0 30px 0;
    color: #3e4142;
    
}


.title img{
    width: 100%;
}

h1.title{
    cursor: default;
}

.home_swf{
    height: 530px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.home_img{
    display: none;
}

footer{
    padding-bottom: 2em;
}

.footer-container{
    color: #3e4142;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 3em;
    font-size: 0.6em;
    text-align: center;
   /* border-top: solid #3e4142 1px;*/
}


.footer-container h3{
    float: left;
    font-size: 1.5em;
}

.disclaimer-link{
    cursor: pointer;
}

.disclaimer-text{
    display: none;
}

.social-links{
    float: right;
    margin: 1em 0;
    font-size: 1.5em;
}

.social-links a{
    padding-left: 10px;
}


.footer-container span{
    float: right;
    margin-left: 20px;
}

.contact_content{
    width: 80%;
    text-align: center;
    font-size: 1.5em;
    margin: 0 auto;
}

.contact_title label{
    width: 10%;
    padding: 2px;
}


.contact_content p{
    font-size: .7em;
    text-align: left;
}

#message{
    padding: 0.7em 2em;
}

.content_img{
    position: relative;
    width: 100%;
}

.content_img img{
    width: 100%;
}

.text_title{
    margin: -15% 0 15% 5%;
    color: white;
    font-size: 2em;
}


.blog_content{
    width: 100%;
}

.blog_img,
.blog_img img{
    width: 100%;
}

.color-choice{
    display: block;
    height: 360px;
    width: 100%;
}

.color-block{
    width: 50%;
    height: 100px;
    text-align: center;
    float: left;
}

.color-block p{
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    padding-top: 40px;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.color-block:hover p{
    opacity:1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

.x-overflow,.x-overflow-2{
   overflow-x: scroll;
}

.x-overflow img{
    height: 600px;
    margin-bottom: 25px;
}

.x-overflow-2 img{
    height: 1200px;
    margin-bottom: 25px;
}

.y-overflow{
    overflow-y: scroll;
    height: 600px;
    border: solid 1px #ccc;
}

.y-overflow img{
    width: 100%;
}

.problem-text{
    margin-top: 30px;
    padding: 10px;
    /* border: solid 1px #ccc; */
    width: 100%;
}

.problem-text i{
    padding-right: 5px;
}

.problem-text span{
    display: block;
    padding: 10px 20px 0;
    color: #222;
    font-weight: 600;
}

.problem-text ul{
    color:#636363;
}



/* ==============
    MOBILE: Menu
   ============== */

nav{
   /* display: none;*/
   font-family: "Montserrat-Regular";
    padding: 15px 0 30px;
}


nav ul {
    margin: 0;
    padding: 0;
}


nav a {
    display: block;
    padding: 25px 0;
    font-size: .9em;
    text-align: center;
    text-decoration: none;
    color: #3e4142;
}



nav a::before,
nav a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

nav a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

nav a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

nav a:hover::before,
nav a:hover::after,
nav a:focus::before,
nav a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.current{
    color: #92B56C;
}

.redirecting_link{
    width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 1.5em;
    color: #3e4142
}

.redirecting_link a{
    color: #92B56C;
}

.about-header{
    width: 100%;
}

.about-header>div{
    float: left;
}

.about-left{
    width: 50%;
}

.about-right{
    width: 50%;
}
.about-pic{
    position: relative;
    margin: 10px;
    border: dashed 1px #ccc;
    padding: 20px;
    float: right;
    width: 20%;
    min-width: 75px;
}

.about-pic:hover{
    border: solid 1px #92B56C;
}


.about-pic ul{
    cursor: default;
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 10px;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.5em;
    background-color: #222;
    color: #a7c587;
    display: none;
}


.about-pic ul li{
    line-height: 2;
}

.about-pic:hover > ul{
    display: block;
}


.about-pic:first-child{
    margin: 10px 0 10px 10px;
}


.about-pic img{ 
    width: 100%;
}



.about-text{
    display: inline-block;
}


.about-job{
    padding: 10px 20px;
    border: solid 1px #92B56C;
    border-radius: 5px;
    color: #a7c587;
    background-color: #222;
    display: inline-block;
}

.about-location{
    display: inline-block;
    margin-left: 20px;
}

.about-location i{
    margin-right: 10px;
}

.about-job img{
    width: 100px;
}


.contact-section{
    margin-bottom: 50px;
    float: left;
    width: 100%;
}


.contact-block{
    width: 100%;
    border: solid 1px #92B56C;
    margin-bottom: 20px;
    float: left;
    color: #222;
    padding: 20px;
}

.contact-block:hover{
    background-color:#92B56C;
    color: #fff;
}

.contact-block:hover i{
    color: #fff;
}

.contact-block:first-child{
    width: 100%;
}

.contact-block i{
    margin-right: 10px;
    font-size: 1.5em;
    color: #92B56C;
}

.contact-block:nth-child(3){
    margin-right: 0
}

.header-border{
    top: -15px;
    left: 15px;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: calc(100% - 30px);
}

.header-border img{
    width: 100%;
    height: 100%;
}




/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 10px 0;
}

.main article h1 {
    font-size: 2em;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
  helper class
   ========================================================================== */
.white-font{
    color: #fff;
}
.three_colums{
    float: left;
    width: 33.33%;
}

.box-block{
    width: calc((100% - 30px)/2);
    padding: 10px 30px;
    margin-left: 30px;
    border: solid 1px #ccc;
    float: left;
    flex:1;
}

.box-block-nonborder{
    border:none;
}

.box-block-3{
    width: calc((100% - 60px)/3);
}

.box-block:first-child{
    margin-left: 0;
}

.two_colums{
    float: left;
    width: 50%;
}

.setTextCenter{
    text-align: center;
}

.img-padding{
    padding: 5px;
}

.padding-all{
    padding: 15px;
}

.padding-bottom-20{
    padding-bottom: 20px;
}

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

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

.fix-display-issue{
    display: inline-block;
}

.text_content{
    padding: 0 20px;
}

.basic-border{
    border: solid 1px #ccc;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 712px) {
    
    .title{
    float: none;
    width: 150px;
    margin: 10px auto;
    }


    .text_title{
    font-size: 1.5em;
    }

    .home_swf{
    display: none;
    }


    .x-overflow img{
        height: 300px;
    }

    

    .header-container{
        padding:10px 0 0 20px;
        font-size: .65em;
    }

    h2.text_title{
        font-size: 1em;
    }

    .menu-button{
        width: 2em;
        height:1.75em;
        margin: 1.5em 0 0 .4em;
    }

    .header-container nav{
        display: none;
    }

 /*   .content_img{
        display: none;
    }
*/
    .home_img{
    display: block;
    }

    .ci-roles{
        display: block!important;
    }

    .box-block{
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }


}









@media only screen and (min-width: 713px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
    .menu-wrap,
    .menu-button{
        display: none;
    }

    nav {
        width:100%;
        float: right;
        margin: 0 auto;
    }

    nav ul {
        margin-left:0;
    }

    nav a {
       display: inline-block;
       padding: 0 1%;
     }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    
    .text_title{
    font-size: 1.8em;
    }
    

    .title::after {
    content: "";
    display: block;
    height: 2px;
    background: #92B56C;
    width: 0;
    transition:width .3s;  
    }


    .title:hover::after {
        width: 90%;
        margin: 0 auto;
        transition:width .3s;  
    }

    .contact-block{
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    }
   

}


@media only screen and (max-width: 1033px){
    .ci-logo{
        display: block!important;
    }
    .box-block-3{
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1033px) {


    body {
        z-index: 99;  
    }

    .title {
        text-align: center;
        float: left;
        margin-left: 50px;
    }

    nav {
        width: 70%;
        display:inline-block;
        margin: 60px 0 30px 0;
    }

    nav ul {
        margin-left:400px;
    }

    /* about */


    .contact-block{
        width: calc((100% - 40px)/3);
        margin-right: 20px;
    }

    .contact-block:first-child{
        width: calc((100% - 40px)/3);
    }

    .about-pic ul{
        font-size: 0.7em;
        padding-top: 15px;
    }



/* ============
    WIDE: Main
   ============ */

    .main article {
        /*float: left;*/
        width: 60%;
        margin: 6% auto;
    }
    
    .text_title{
    font-size: 2em;
}

   
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper,.footer-container {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}



.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}