body {
    overflow-x: hidden;
    background-color: #ffffff;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans2';
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans3';
    src: url('../fonts/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans4';
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

.MenuCollapse{
    cursor: pointer;
}

.ui-widget{
    font-size: 0.8em;
}

.modal-body .autoWidth{
    width: auto !important;
}

p {
    font-size: 20px;
    font-family: 'OpenSans';
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-transform: uppercase;*/
    font-family: 'OpenSans';
    font-weight: 700;
}

.hoverFill:hover { fill: #999; }
.cloudHoverFill:hover { fill: #CDCCCC; }
.hoverFillGreen:hover { fill: #8CC63F; }
.hoverFillBlue:hover { fill: #3FA9F5; }
.hoverFillGrey:hover { fill: #808080; }
.whiteFill:hover { fill: #fff; }
.epiphanyDoubleHover:hover .epiphanyHover { fill: #fff; }
text { pointer-events: none; font-family: 'OpenSans'; }
text.softwareHover {pointer-events: auto !important; }

/* Justifies text */
.justified {
    text-align: justify;
}

@media(max-width:767px){
    .justified{
        font-size: 13pt;
    }
}

/* Centers an image */
.img-centered {
    margin: 0 auto;
}

/* NAVBAR */
.navbar-fixed-top {
    padding: 25px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}

.navbar-fixed-top .navbar-brand {
    font-size: 2em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-fixed-top.navbar-shrink {
    padding: 0px 0;
}

.navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
}

.large{
    margin-top: 35px !important;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    letter-spacing: 1px;
    margin-top: 20px;
}

.navbar .navbar-collapse {
    text-align: center;
}

.headerImg { height: 100%; }

.topLogoLarge{
    height: 118px !important;
}

.topLogo {
    height: 90px;
    margin-left: 10px !important;
}

@media(max-width:560px) {
    .headerImg { height: 90%; }
    .topLogo { height: 90px; width: 340px; }
}

@media(max-width:430px) {
    .headerImg { height: 100%; }
    .topLogo { height: 52px; width: 165px; }
}

/*@media(max-width:390px) {
    .headerImg { height: 70%; }
    .topLogo { height: 90px; width: 270px; }
}

@media(max-width:360px) {
    .headerImg { height: 100%; }
    .topLogo { height: 52px; width: 216px; }
}

@media(max-width:300px) {
    .headerImg { height: 100%; }
    .topLogo { height: 52px; width: 165px; }
}*/

.navbar {
    text-transform: uppercase;
    font-family: 'OpenSans';
    font-weight: 700;
    /*background-color: #fff;*/
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}
/* END NAVBAR */

/* HEADER */
header {
    text-align: center;
    color: #fff;
    /*background: #18bc9c;*/
/*    background-image: url('../images/home page main graphic.png');
    background-size: cover;*/
    background: #99A6B3;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 89px;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .text {
    color: #002D56;
    font-size: 40pt;
    margin-top: 90px;
    text-align: left;
}

header .header{
    font-family: "OpenSans";
    font-size: 100pt;
}

header .crystalImage {
    max-height: 550px;
}

header .buttonMargin{
    margin-top: 100px;
}

header .button{
    background-color: transparent;
    border-color: #002D56;
    color: #002D56;
    font-family: OpenSans2;
    font-size: 30px;
    border-width: 3px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
}

header .button:hover{
    background-color: #002D56;
    color: white;
}

@media(max-width: 1448px){
    header .text{
        font-size: 34pt;
    }

    header .button{
        font-size: 25px;
    }

    header .buttonMargin{
        margin-top: 75px;
    }
}

@media(max-width: 1240px){
    header .crystalImage{
        max-height: 425px;
    }

    header .text{
        font-size: 30pt;
    }

    header .button{
        font-size: 20px;
    }

    header .buttonMargin{
        margin-top: 60px;
    }

    header .header{
        font-size: 45pt;
    }
}

@media(max-width: 1100px){
    header .text{
        font-size: 26pt;
    }

    header .button{
        font-size: 17px;
    }

    header .buttonMargin{
        margin-top: 50px;
    }
}

@media(max-width:960px){
    header .text{
        font-size: 23pt;
        margin-top: 110px;
    }

    header {
        padding-top: 55px;
        padding-bottom: 50px;
    }
}

@media(max-width:860px){
    header .text{
        font-size: 20pt;
        margin-top: 110px;
    }
}

@media(max-width:767px){
    header .text{
        font-size: 23pt;
        margin-top: 0px;
        text-align: center;
    }

    header .buttonMargin{
        margin-top:20px;
    }

    header {margin-top: 89px; !important}

    header {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    header .crystalImage{
        margin-top: 20px;
        max-height: 200px;
    }

    header .header{
        font-size: 35pt;
    }
}

@media(max-width:430px){
    header {margin-top: 51px; !important}
}


/* END HEADER */

/* LOGIN SECTION */
section#login {
    background-image: url('../images/clientLoginBackground.jpg');
    background-position: 0px -491px;
    padding-top: 45px; 
    padding-bottom: 45px;
    color: white;
}
/* END LOGIN SECTION */


/* SECTION */
section {
    /*padding: 100px 0;*/
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-icon {
    margin-top: -75px;
}

.section-icon-height {
    height: 50px;
    margin-right: 15px;
    margin-top: 25px;
}

.section-icon-width {
    width: 50px;
    margin-right: 15px;
    margin-top: 25px;
}

.section-icon-about-us{
    margin-top: 19px;
}

section#welcome {
    padding: 10px 0;
    padding-bottom: 20px;
    margin-top: 0px;
}

section h1 {
    font-size: 30pt;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #002d56;
}

.section-slogan {
    font-size: 16pt;
    font-style: italic;
}

/* Hides element on load */
.section-hidden {
    display:none;
}

/* Adds padding on top and bottom of section images */
.section-img-buffer {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media(max-width:767px) {
    section {
        padding: 30px 0;
    }

    section h1{
        font-size: 25pt;
    }

    .section-slogan {
        font-size: 11pt;
    }

    section.first {
        padding-top: 75px;
    }

    .section-icon-height {
        height: 50px;
        margin-right: 15px;
        margin-top: 0px;
    }

    .section-icon-width {
        width: 50px;
        margin-right: 15px;
        margin-top: 0px;
    }

    .section-icon-about-us{
        margin-top: 0px;
    }

    .section-img-buffer {
        margin-top: 0px;
        margin-bottom: 10px;
    }
}
/* END SECTION */

/* SOCIAL MEDIA BUTTONS */
.btn-outline {
    margin-top: 5px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;G
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #002d56;
    background: #fff;
}

.btn-social {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 37px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}
/* END SOCIAL MEDIA BUTTONS */


/* FOOTER */
footer nav {
    color: #fff;
    background-size: cover;
    background-image: url('../images/footer.png');
}

footer .footer-above {
    padding-top: 20px;
    padding-bottom: 10px;
    /*background-color: #002d56;*/
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

footer .footerAddress { 
    text-align: left; 
    font-weight: normal;
    font-family: 'OpenSans2' !important;
    text-transform: none;  
}

footer .footerTitle {
    font-weight: normal;
    font-family: 'OpenSans2' !important;
    text-transform: none;  
}

@media(max-width:991px) {
    footer .footerText {text-align: center;}
}

@media(max-width:767px) {
    footer nav {
        background-color: #002D56 !important;
        background-image: none;
    }

    footer {
        margin-bottom: 100px;
    }
}
/* END FOOTER */

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
    background-color: #002d56;
}

.scroll-top .btn:hover{
    background-color: #115C93;
}

.scroll-top .btn:focus {
    outline: 0;
}

@media(max-width: 400px) {
    .scroll-top{
        width: 30px;
        height: 32px;
    }

    .scroll-top .btn {
        width: 33px;
        height: 33px;
    }

    .scrollTopIcon{
        top: -2px;
        left: -5px;
    }
}


.modalTile .modal-content {
    padding: 40px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media(max-width: 767px){
    .modalTile .modal-content{
        padding: 5px 0; 
    }


}

.success {
    color: #fff;
    background: #002d56;
}

.modalTile .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

@media(max-width:767px){
    .modalTile .modal-content h2 {
        font-size: 19pt;
    }
}

.modalTile .modal-content img {
    margin-bottom: 30px;
}

.aboutus {
    margin-bottom: -35px !important;
}

.aboutus-modal-body {
    padding: 10px;
}

.modalTile .modal-content .item-details {
    margin: 30px 0;
}

.modalTile .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.modalTile .close-modal:hover {
    opacity: .4;
}

/*.modalTile .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modalTile .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}*/

.modalX{
    padding-right: 15px;
}

.whiteX {
    background-color: #fff;
}

.greyX {
    background-color: #2c3e50;
}

.modalTile .image {
    max-height: 330px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.modalLink {
    cursor: pointer;
}

.svg{
    max-height: 550px;
}

.epiphanySVG {
    width: 100%;
    height: 700px;
}

.infrastructureSVG{
    width:100%;
    height:489px;
}

.softwareSVG{
    width:100%;
    height:620px;
}

.consultingSVG{
    width:100%;
    height:410px;
}

.cloudSVG{
    width:100%;
    height:505px;
}

.aboutusSVG{
    width:100%;
    height:677px;
}

.popover{
    color: #002D56;
}