body {
    overflow-x: hidden;
    background-color: #ffffff;
    font-family: OpenSans;
}

@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');
}

@font-face {
    font-family: 'OpenSans5';
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans6';
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic.ttf') format('truetype');
}

/*@font-face {
    font-family: 'FontAwesome';
    src: url('../font-awesome-icons/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font-awesome-icons/fonts/fontawesome-webfont.ttf') format('truetype');
}*/

.MenuCollapse{
    cursor: pointer;
}

@media(max-width: 1249px){
    .MenuCollapse{
    color: white !important;
    text-align: center;
}

    .MenuCollapse:hover {
        box-shadow: inset 0 7px 0 0 #7ac943;
    }
}

.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 {
    font-family: 'OpenSans';
    font-weight: 700;
}

/* 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;
}

.TopNavbar .navbar-nav {
    display: inline-block;
    float: none;
    letter-spacing: 1px;
    margin-top: 20px;
}

.TopNavbar .navbar-collapse {
    text-align: center;
}

.headerImg { height: 100%; }

.topLogoLarge{
    height: 118px !important;
}

.topLogo {
    height: 90px;
    margin-left: 10px !important;
}

.TopNavbar {
    text-transform: uppercase;
    font-family: 'OpenSans';
    font-weight: 700;
    background: url('../images/EpiphanyWebsite/navBG.png');
    background-repeat: repeat;
    border-bottom-width: 0px !important;
}

.TopNavbar .container-fluid{
    margin-bottom: 1px !important;
}

.nav > li > a {
    color: white !important;
    margin: 0px 11px !important;
}

.nav > li > a:hover {
    box-shadow: inset 0 7px 0 0 #7ac943;
}

.navbarLineAbove{
    box-shadow: inset 0 7px 0 0 #7ac943;
}

/*Changes background of an open dropdown*/
.navbar-default .navbar-nav > .open > a{
    background-color: transparent !important;
}

@media(max-width:1249px) {
    .navbar-collapse {
        background-color: #204C68;
    }
}
/* END NAVBAR */

/* START HEADER */
section.header{
    margin-top: 89px;
}

section#EWHPHeader{
    background: url('../images/EpiphanyWebsite/Home/headerBG.jpg');
    background-size: cover;
    background-position: 0px -470px;
    height: 600px;
}

@media(max-width: 1815px) {
    section#EWHPHeader {
        background-position: 0px -438px;
    }
}

@media(max-width: 1700px) {
    section#EWHPHeader {
        background-position: 0px -387px;
    }
}

@media(max-width: 1530px) {
    section#EWHPHeader {
        background-position: 0px -345px;
    }
}

@media(max-width: 1435px) {
    section#EWHPHeader {
        background-position: 0px -285px;
    }
}

@media(max-width: 1345px) {
    section#EWHPHeader {
        background-position: 0px -240px;
    }
}

@media(max-width: 1275px) {
    section#EWHPHeader {
        background-position: 0px -159px;
    }
}

@media(max-width: 1155px) {
    section#EWHPHeader {
        background-position: 0px -98px;
    }
}

@media(max-width: 1062px) {
    section#EWHPHeader {
        background-position: 0px -50px;
    }
}

@media(max-width: 990px) {
    section#EWHPHeader {
        background-position: 0px 0px;
    }
}

@media(max-width: 767px) {
    section#EWHPHeader {
        background-position: 0px -182px;
        height: 225px;
    }
}

@media(max-width: 690px) {
    section#EWHPHeader {
        background-position: 0px -163px;
    }
}

@media(max-width: 630px) {
    section#EWHPHeader {
        background-position: 0px -126px;
    }
}

@media(max-width: 617px) {
    section#EWHPHeader {
        background-position: 0px -126px;
        height: 220px;
    }
}

@media(max-width: 583px) {
    section#EWHPHeader {
        background-position: 0px -108px;
    }
}

@media(max-width: 510px) {
    section#EWHPHeader {
        background-position: 0px -87px;
    }
}

@media(max-width: 478px) {
    section#EWHPHeader {
        background-position: 0px -70px;
    }
}

@media(max-width: 452px) {
    section#EWHPHeader {
        background-position: 0px -10px;
        height: 257px;
    }
}

@media(max-width: 419px) {
    section#EWHPHeader {
        background-position: 0px 0px;
    }
}

.HeaderTitle{
    margin-top: 72px;
    font-size: 80pt;
}

.HeaderSlogan{
    color: white;
    font-size: 36px;
    margin-top: 15px;
    text-shadow: 10px 10px 10px #4d4d4d;
}

.HeaderText{
    color: white;
    font-size: 16px;
    margin-top: 110px;
}

@media(max-width: 1690px){
    .HeaderTitle{
        margin-top: 36px;
    }

    .HeaderText{
        margin-top: 55px;
    }
}

@media(max-width: 1250px){
    .HeaderTitle{
        margin-top: 15px;
    }
}

@media(max-width: 1200px){
    .HeaderTitle, .HeaderSlogan, .HeaderText, .HeaderBtn{
        text-align: center;
    }
}

@media(max-width: 767px){
    .HeaderSlogan{
        margin-top: 11px;
    }
    .HeaderText{
        margin-top: 20px;
    }
}

@media(max-width: 617px){
    .HeaderSlogan{
        font-size: 32px;
        margin-top: 17px;
    }
    .HeaderText{
        font-size: 14px;
        margin-top: 20px;
    }
    .btn-header{
        font-size: 13px;
    }
}

@media(max-width: 556px){
    .HeaderSlogan{
        font-size: 25px;
    }
    .HeaderText{
        font-size: 14px;
        margin-top: 22px;
    }
}

@media(max-width: 538px){
    .HeaderSlogan{
        margin-top: 12px;
    }
}

@media(max-width: 342px){
    .HeaderSlogan{
        font-size: 23px;
    }
}


.btn-header{
    border-radius: 0px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    margin-top: 30px;
    padding: 7px 34px;
}

.btn-header:hover{
    background-color: white;
    color: #4d4d4d;
    font-weight: bold;
}
/* END HEADER */

/* START SECTION */
.SectionMargin{
    margin-top: 100px;
}

.SectionTitle{
    font-family: OpenSans4;
    font-size: 40pt;
    color: #4d4d4d;
}

.SectionText{
    font-size: 15pt;
    text-align: justify;
    margin-top: 30px;
    color: #666;
}

@media(max-width: 1200px){
    .SectionMargin{
        margin-top: 50px;
    }
}

@media(max-width: 1110px){
    .SectionTitle{
        font-size: 35pt;
    }

    .SectionText{
        font-size: 13pt;
    }
}

@media(max-width: 520px){
    .SectionMargin{
        margin-top: 25px;
    }

    .SectionTitle{
        font-size: 28pt;
    }

    .SectionText{
        font-size: 17px;
        margin-top: 17px;
    }
}

@media(max-width: 392px){
    .SectionTitle{
        font-size: 20pt;
    }

    .SectionText{
        font-size: 14px;
    }
}

/* START HOME PAGE*/
.InfiniteCirclesColumn{
    margin-top: 100px;
}

@media(max-width: 992px){
    .GreyBar{
        margin-top: 50px !important;
    }
}

@media(max-width: 767px){
    .InfiniteCirclesColumn{
        margin-top: 0px;
    }
}

@media(max-width: 520px){
    .GreyBar{
        margin-top: 25px !important;
    }
}

.InfiniteCircles{
    padding: 0px;
}

.btn-infinite, .btn-infinite:focus{
    background: url('../images/EpiphanyWebsite/green button.png');
    background-size: cover;
    color: white;
    border-radius: 0px;
    border: 0px;
    padding-top: 5px;
    padding-bottom: 11px;
    font-size: 10pt;
    font-weight: bold;
    width: 157px;
    margin-left: 9px;
}

.btn-infinite:hover {
    background: url('../images/EpiphanyWebsite/green button hover 2.png');
    background-size: cover;
    color: white;
    padding-top: 8px;
    margin-top: -3px;
}

.btn-infinite:active {
    color: white;
    background: url('../images/EpiphanyWebsite/green pushed button.png');
    background-size: cover;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0px;
}

section#EWHPOver25Years{
    background: url('../images/EpiphanyWebsite/Home/over 25 years background.png');
    background-size: cover;
    background-position: 0px -525px;
    height: 400px;
}

@media(max-width: 1840px){
    section#EWHPOver25Years{
        background-position: 0px -450px;
    }
}

@media(max-width: 1580px){
    section#EWHPOver25Years{
        background-position: 0px -395px;
    }
}

@media(max-width: 1390px){
    section#EWHPOver25Years{
        background-position: 0px -350px;
    }
}

@media(max-width: 1230px){
    section#EWHPOver25Years{
        background-position: 0px -270px;
    }
}

@media(max-width: 1199px){
    section#EWHPOver25Years{
        background-position: 0px -300px;
    }
    section#EWHPOver25Years{
        height: 300px;
    }
}

@media(max-width: 1065px){
    section#EWHPOver25Years{
        background-position: 0px -260px;
    }
}

@media(max-width: 930px){
    section#EWHPOver25Years{
        background-position: 0px -222px;
    }
}

@media(max-width: 800px){
    section#EWHPOver25Years{
        background-position: 0px -180px;
    }
}

@media(max-width: 739px){
    section#EWHPOver25Years{
        background-position: 0px -160px;
    }
}

@media(max-width: 709px){
    section#EWHPOver25Years{
        background-position: 0px -150px;
    }
}

@media(max-width: 695px){
    section#EWHPOver25Years{
        background-position: 0px -100px;
    }
}

@media(max-width: 620px){
    section#EWHPOver25Years{
        background-position: 0px -70px;
    }
}

@media(max-width: 575px){
    section#EWHPOver25Years{
        background-position: 0px -20px;
    }
}

@media(max-width: 500px){
    section#EWHPOver25Years{
        background-position: 0px 0px;
    }
}


.Over25YearsBox{
    background: url('../images/EpiphanyWebsite/Home/over 25 years square.png');
    color: white;
    font-size: 40pt;
    font-weight: bold;
    margin-top: 100px;
}

.Over25YearsText{
    color: white;
    font-size: 31pt;
    font-weight: bold;
    margin-top: 60px;
}

@media(max-width: 1689px){
    .Over25YearsBox{
        font-size: 35pt;
    }
}

@media(max-width: 1498px){
    .Over25YearsBox{
        font-size: 30pt;
    }

    .Over25YearsText{
        font-size: 24pt;
    }
}

@media(max-width: 1307px){
    .Over25YearsBox{
        font-size: 27pt;
    }

    .Over25YearsText{
        font-size: 21pt;
    }
}

@media(max-width: 1199px){
    .Over25YearsBox{
        margin-top: 75px;
    }
    .Over25YearsText{
        text-align: center;
    }
}

@media(max-width: 392px){
    .Over25YearsBox{
        font-size: 20pt;
    }
    .Over25YearsText{
        font-size: 15pt;
    }
}

section#EWHPPricing{
    /*background: url('../images/EpiphanyWebsite/Home/fibre optic black and white.png');*/
    background: url('../images/EpiphanyWebsite/Solutions/fibre optic black and white - darker.png');
    background-size: cover;
    background-position: 0px -525px;
    height: 400px;
}

@media(max-width: 1409px){
    section#EWHPPricing{
        background-position: 0px -270px;
    }
}

@media(max-width: 1199px){
    section#EWHPPricing{
        background-position: 0px -235px;
    }
    section#EWHPPricing{
        height: 300px;
    }
}

@media(max-width: 821px){
    section#EWHPPricing{
        background-position: 0px -80px;
    }
}

@media(max-width: 586px){
    section#EWHPPricing{
        background-position: 0px 0px;
    }
}

.PricingContent{
    margin-left: 30px;
    margin-top: 70px;
}

.PricingTitle{
    font-size: 65pt;
}

.PricingSlogan{
    font-size: 25pt;
    font-family: OpenSans3 !important;
    margin-top: 30px;
}

.btn-pricing, .btn-pricing:focus{
    background: url('../images/EpiphanyWebsite/green button.png');
    background-size: cover;
    color: white;
    border-radius: 0px;
    border: 0px;
    padding-top: 5px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: bold;
    font-size: 20pt;
    margin-top: 65px;
}

.btn-pricing:hover {
    background: url('../images/EpiphanyWebsite/green button hover 2.png');
    background-size: cover;
    color: white;
    padding-top: 8px;
    margin-top: 60px;
}

.btn-pricing:active {
    color: white;
    background: url('../images/EpiphanyWebsite/green pushed button.png');
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 65px;
}

@media(max-width: 1199px){
    .PricingContent{
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
    }

    .PricingTitle{
        font-size: 40pt;
    }

    .PricingSlogan{
        font-size: 20pt;
        margin-top: 35px;
    }

    .btn-pricing, .btn-pricing:focus{
        font-size: 14pt;
        margin-top: 40px;
    }

    .btn-pricing:hover {
        margin-top: 35px;
    }

    .btn-pricing:active {
        margin-top: 40px;
    }
}

@media(max-width: 405px){
    .PricingContent{
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
    }

    .PricingTitle{
        font-size: 30pt;
        margin-top: 37px;
    }

    .PricingSlogan{
        font-size: 15pt;
    }

    .btn-pricing, .btn-pricing:focus{
        font-size: 11pt;
    }
}



.BlogTitle{
    color: #4d4d4d;
    font-size: 26pt;
}

.BlogSubTitle{
    color: #4d4d4d;
    font-size: 50pt;
    margin-top: -45px;
}

.BlogSlogan{
    font-family: OpenSans6;
    font-size: 21px;
    margin-top: 16px;
}

@media(max-width: 1309px){
    .BlogTitle{
        font-size: 21pt;
    }

    .BlogSubTitle{
        font-size: 44pt;
    }
}

@media(max-width: 1199px){
    .BlogSlogan{
        text-align: center;
        margin-top: 0px;
    }
}

.BlogImages{
    margin-top: 17px;
}

.BlogImage:hover{
    cursor: pointer;
}
/* END HOME PAGE*/

/* START SOLUTIONS */
section#EWSHeader{
    background: url('../images/EpiphanyWebsite/Solutions/fibre optic black and white - darker.png');
    background-size: cover;
    background-position: 0px 0px;
    height: 600px;
}

.SolutionHeaderTitle{
    margin-top: 110px;
    font-size: 60pt;
}

.SolutionHeaderText{
    color: white;
    font-size: 18px;
    margin-top: 70px;
    text-align: justify;
}

@media(max-width: 1110px){
    .SolutionHeaderText{
        font-size: 13pt;
    }
}

@media (max-width: 767px) {
    section#EWSHeader{
        height: 350px;
    }
    .SolutionHeaderTitle{
        margin-top: 0px;
        font-size: 35pt;
    }
    .SolutionHeaderText{
        font-size: 13pt;
        margin-top: 6px;
    }
}

@media (max-width: 583px) {
    .SolutionHeaderText{
        font-size: 11pt;
    }
}

@media (max-width: 486px) {
    section#EWSHeader{
        height: 390px;
    }
    .SolutionHeaderTitle{
        margin-top: 0px;
        font-size: 25pt;
    }
    .SolutionHeaderText{
        font-size: 10pt;
    }
}

.SolutionsCircles{
    padding: 0px;
}

@media(max-width: 992px){
    .SolutionsCircles{
        padding: 0px 7px !important;
    }
}

@media(max-width: 767px){
    .SolutionsCircles{
        margin-top: 25px;
    }
}

.SolutionsBox, .SolutionsBox2{
    border: 1px solid #B3B3B3;
    margin: 10px;
    vertical-align: top;
    padding: 1px 0px;
    font-size: 13pt;
}

@media(max-width: 1430px){
    .SolutionsBox, .SolutionsBox2{
        padding: 3px 0px;
        font-size: 11pt;
    }
}

@media(max-width: 1999px){
    .VAlignMiddle{
        padding: 13px 0px !important;
    }
}

@media(max-width: 530px){
    .SolutionsBox, .SolutionsBox2{
        padding: 4px 0px;
    }
}

@media(max-width: 433px){
    .NoLRPadding-Solutions{
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media(max-width: 363px){
    .NoLRPadding-Solutions{
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media(max-width: 350px){
    .SolutionsBox, .SolutionsBox2{
        font-size: 10pt;
    }
}


.SolutionsBoxColored, .SolutionsBox:hover, .SolutionsBox2:hover{
    cursor: pointer;
    background-color: #8CC23f;
    color: white;
}

.SolutionsBox:active, .SolutionsBox2:active{
    background: #71A230;
    color: white;
}

.VAlignMiddle{
    padding: 13px 0px;
}

.SolutionsTitle{
    margin-top: 20px;
}

.SolutionsImage{
    margin-top: 25px;
}

.SolutionsText{
    margin-top: 60px;
}

.SolutionsBulletColumn{
    margin-top: 50px;
    padding-left: 26px;
}

.SolutionBulletPoints{
    list-style-type: none;
    padding-left: 15px;
    font-size: 15pt;
    text-indent: -10px;
}

.SolutionBulletPoints > li:before{
    font-family: 'FontAwesome';
    content: '\f064';
    margin: 0 5px 0 -15px;
}

.SolutionBulletPoints > li{
    padding-bottom: 10px;
}

@media(max-width: 1110px){
    .SolutionsBulletColumn{
        padding-left: 23px;
    }
    .SolutionBulletPoints{
        font-size: 13pt;
        text-indent: -7px;
    }
}

@media(max-width: 520px){
    .SolutionBulletPoints{
        font-size: 17px;
    }
}

@media(max-width: 392px){
    .SolutionBulletPoints{
        font-size: 15px;
    }
}

/* END SOLUTIONS */
/* START INDUSTRIES */
section#EWIHeader{
    background-size: cover;
    background-position: 0px -56px;
    height: 600px;
}

.IndustriesHeaderTitle{
    margin-top: 300px;
    font-size: 60pt;
}

.IndustriesHeaderText{
    color: white;
    font-size: 18px;
    margin-top: 70px;
    text-align: justify;
}

@media(max-width: 1260px) {
    .IndustriesHeaderTitle{
        margin-top: 250px;
    }
}

@media(max-width: 1205px) {
    .IndustriesHeaderTitle{
        margin-top: 150px;
    }
}

@media(max-width: 1000px) {
    section#EWIHeader{
        height: 300px;
        background-position: 0px 0px;
    }
    .IndustriesHeaderTitle{
        margin-top: 65px;
    }
    .IndustriesHeaderText{
        margin-top: 0px;
    }
}

@media(max-width: 750px) {
    .IndustriesHeaderTitle{
        font-size: 40pt;
    }
}

@media(max-width: 750px) {
    .IndustriesHeaderTitle{
        font-size: 30pt;
    }
}

@media(max-width: 430px) {
    .IndustriesHeaderTitle{
        margin-top: 5px;
        font-size: 21pt;
    }
    .IndustriesHeaderText{
        font-size: 15px;
    }
}

.IndustriesBox, .IndustriesBox2{
    border: 1px solid #B3B3B3;
    margin: 10px;
    vertical-align: top;
    padding: 2px 0px;
    font-size: 12pt;
}

.IndustriesBoxColored, .IndustriesBox:hover, .IndustriesBox2:hover{
    cursor: pointer;
    background-color: #8CC23f;
    color: white;
}

.IndustriesBox:active, .IndustriesBox2:active{
    background: #71A230;
    color: white;
}

.IndustriesTitle{
    margin-top: 20px;
}

.IndustriesImage{
    margin-top: 25px;
}

.IndustriesText{
    margin-top: 60px;
}

.IndustriesBulletColumn{
    margin-top: 50px;
    padding-left: 26px;
}

.IndustriesBulletPoints{
    list-style-type: none;
    padding-left: 15px;
    font-size: 15pt;
    text-indent: -10px;
}

.IndustriesBulletPoints > li:before{
    font-family: 'FontAwesome';
    content: '\f064';
    margin: 0 5px 0 -15px;
}

.IndustriesBulletPoints > li{
    padding-bottom: 10px;
}

@media(max-width: 500px) {
    .IndustriesBox, .IndustriesBox2{
        font-size: 11pt;
        padding-top: 3px;
    }
}

@media(max-width: 450px) {
    .IndustriesBox, .IndustriesBox2{
        font-size: 10pt;
        padding-top: 6px;
    }
    .NoLRPadding-Industries{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media(max-width: 375px) {
    .IndustriesBox, .IndustriesBox2{
        font-size: 9pt;
        padding-top: 7px;
    }
    .IndustriesBulletPoints{
        font-size: 9pt;
    }
}

@media(max-width: 325px) {
    .IndustriesBox, .IndustriesBox2{
        font-size: 8pt;
        padding-top: 9px;
    }
}

@media(max-width: 363px){
    .NoLRPadding-Industries{
        padding-left: 3px;
        padding-right: 3px;
    }
}
/* END INDUSTRIES */
/* START PRICING */
section#EWPContact{
    background: url('../images/EpiphanyWebsite/Home/fibre optic black and white.png');
    background-size: cover;
    background-position: 0px 0px;
    height: 200px;
}

.btn-pricing-contact, .btn-pricing-contact:focus{
    background: url('../images/EpiphanyWebsite/green button.png');
    background-size: cover;
    background-position-y: 100%;
    color: white;
    border-radius: 0px;
    border: 0px;
    padding-top: 15px;
    padding-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: bold;
    font-size: 20pt;
    margin-top: 65px;
}

.btn-pricing-contact:hover {
    background: url('../images/EpiphanyWebsite/green button hover 2.png');
    background-size: cover;
    background-position-y: 100%;
    color: white;
    padding-top: 18px;
    margin-top: 60px;
}

.btn-pricing-contact:active {
    color: white;
    background: url('../images/EpiphanyWebsite/green pushed button.png');
    background-size: cover;
    background-position-y: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 65px;
}

@media(max-width: 417px){
    .btn-pricing-contact, .btn-pricing-contact:focus {
        font-size: 13pt;
    }
}

.PricingModelTH{
    background-color: #efefef;
}

.PricingModelLargeText{
    color: #4d4d4d;
    font-size: 16pt;
    font-family: OpenSans5;
    vertical-align: middle !important;
}

.PricingModelPadding{
    padding: 18px !important;
}

@media(max-width: 767px){
    .PricingModelPadding{
        padding: 4px !important;
    }

    .PricingModelLargeText{
        font-size: 12pt;
    }

    .PriceTextLarge{
        font-size: 15pt !important;
    }

    .PriceTextSmall{
        font-size: 10pt !important;
    }

    .GreyCircle{
        height: 10px !important;
        width: 10px !important;
    }

    .PricingTableNormalText{
        font-size: 10pt !important;
    }

    .PricingTable > tbody > tr > td{
        padding: 4px;
    }
}

.PriceTextSmall{
    color: #8CC63F;
    text-align: left;
    font-weight: bold;
    font-size: 15pt;
}

.PriceTextLarge{
    color: #8CC63F;
    text-align: left;
    font-size: 20pt;
    font-weight: bold;
}

.GreyCircle{
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background: #4d4d4d;
    display: inline-block;
}

.PricingTableColumn{
    margin-top: 75px;
}

.PricingTable{
    /*border-spacing: 10px;
    border-collapse: separate;*/
    border: 7px solid #E6E6E6;
}

.PricingTable tr:nth-child(even){
   background-color: #EFEFEF;
}

.PricingTable tr:nth-child(odd) {
    background-color: #FDFDFD;
}

.PricingTable > tbody > tr > td {
    /*border-top: 0px;*/
    vertical-align: middle;
}

/*
.PricingTable > thead > tr > th {
    border-bottom: 0px;
}*/

.PricingTableNormalText{
    font-size: 15pt;
    text-align: left;
    font-family: OpenSans2;
    font-weight: bold;
}
/* END PRICING */

/* START CONTACT */
#map-canvas{
    height: 600px;
}

.ContactText{
    font-size: 11pt;
}

@media(max-width: 767px){
    .ContactText{
        text-align: center !important;
    }
}

.ContactInfo{
    margin-top: 30px;
    color: #666;
}

.GreenText, .GreenText:active{
    color: #7AC943;
    font-size: 20pt;
}

.GreenText:hover, .GreenText:focus{
    color: #5C9732;
}

.ContactEmail{
    font-size: 15pt;
}

.ContactAddress{
    margin-top: 10px;
}

.ContactFormColumn{
    margin-top: 30px;
}

.ContactForm{
    background-color: #E6E6E6;
    border: 1px solid #B3B3B3;
    height: 400px;
    padding: 20px 25px;
}

.ContactTextarea{
    height: 145px !important;
}

.btn-contact, .btn-contact:focus{
    background: url('../images/EpiphanyWebsite/green button.png');
    background-size: cover;
    color: white;
    border-radius: 0px;
    border: 0px;
    padding-top: 5px;
    padding-bottom: 11px;
    font-size: 10pt;
    font-weight: bold;
    width: 100px;
}

.btn-contact:hover {
    background: url('../images/EpiphanyWebsite/green button hover 2.png');
    background-size: cover;
    color: white;
    padding-top: 8px;
    margin-top: -3px;
}

.btn-contact:active {
    color: white;
    background: url('../images/EpiphanyWebsite/green pushed button.png');
    background-size: cover;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 0px;
}

.GreenStar{
    color: #7AC943;
}
/* END CONTACT */

/* START FAQ */
.FAQGreenSquare, .FAQGreenSquare2{
    background-color: #7AC943;
    border-radius: 40px;
    color: white;
    font-size: 14pt;
    font-weight: bold;
    height: 150px;
    padding-top: 18px;
}

.FAQGreenSquare:hover, .FAQGreenSquare2:hover{
    cursor: pointer;
    box-shadow: 7px 8px 35px 8px #bbb;
}

.FAQGreySquare{
    background-color: #4D4D4D !important;
    min-height: 150px;
    height: auto;
    padding-bottom: 18px;
}

@media(max-width: 1348px){
    .FAQGreenSquare, .FAQGreenSquare2{
        font-size: 12pt;
    }
}

@media(max-width: 991px){
    .FAQGreenSquare, .FAQGreenSquare2{
        font-size: 14pt;
    }
}

.FAQMargin{
    margin-top: 40px;
}

@media(max-width: 767px){
    .FAQMargin-xs{
        margin-top: 40px;
    }
}
/* END FAQ */

/* START ABOUT US */

.AboutUsText{
    vertical-align: middle !important;
    padding-right: 150px !important;
}

.AboutUsPadding{
    padding-top: 50px !important;
}

.AboutUsTable > tbody > tr > td{
    border-top: 0px;
}

.AboutUsPersonTitle{
    text-align: center;
}

.AboutUsPersonSubTitle{
    color: #4D4D4D;
    text-align: center;
    Font-family: OpenSans2;
}

@media(max-width: 1529px){
    .AboutUsText{
        font-size: 13pt;
    }
}

@media(max-width: 1284px){
    .AboutUsText{
        font-size: 12pt;
    }
    .AboutUsPersonTitle{
        font-size: 12pt;
    }

    .AboutUsPersonSubTitle{
        font-size: 12pt;
    }
}

@media(max-width: 1153px){
    .AboutUsText{
        font-size: 11pt;
    }
    .AboutUsPersonTitle{
        font-size: 11pt;
    }

    .AboutUsPersonSubTitle{
        font-size: 11pt;
    }
}

@media(max-width: 1090px){
    .AboutUsText{
        padding-right: 80px !important;
    }
}

@media(max-width: 767px){
    .AboutUsPersonTitle{
        font-size: 15pt;
    }

    .AboutUsPersonSubTitle{
        font-size: 15pt;
    }
}
/* END ABOUT US */

/* 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 !important;
    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/EpiphanyWebsite/Footer.png');
    margin-bottom: 0px !important;
}

.FooterRow{
    padding-top: 25px;
    padding-bottom: 25px;
}

ul.FooterList {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}

ul.FooterList > li:before { 
    content: "";
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0.55em 0 0.55em 0.65em;
    display: block;
    height: 0;
    width: 0;
    left: -2em;
    top: 1.3em;
    position: relative;
}

.FooterListDiv{
    text-align: left;
    margin: 0 auto;
    width: 134px;
    font-size: 16pt;
    margin-top: 25px;
}

.FooterDarkBlue{
    color: #064559;
    font-size: 30pt;
}

.FooterLightBlue{
    color: #98D3E5;
    font-size: 30pt;
}

.SocialMediaTitle{
    font-size: 23pt;
    margin-top: 25px;
}

.PhoneNumber{
    font-size: 18pt;
    margin-top: 25px;
}

.Address{
    font-size: 18pt;
    margin-top: 35pt;
}

.FooterLine{
    height: 250px;
    margin-top: 6px;
}

.FooterLine1{
    float: right;
}

.FooterLine2{
    float: left;
}

@media(max-width: 1615px){
    .FooterDarkBlue, .FooterLightBlue{
        font-size: 25pt;
    }

    .SocialMediaTitle{
        font-size: 20pt;
    }
}

@media(max-width: 1380px){
    .FooterDarkBlue, .FooterLightBlue{
        font-size: 20pt;
    }

    .SocialMediaTitle, .PhoneNumber, .Address{
        font-size: 16pt;
    }
}

@media(max-width: 1380px){
    .FooterDarkBlue, .FooterLightBlue{
        font-size: 16pt;
    }

    .SocialMediaTitle, .PhoneNumber, .Address{
        font-size: 13pt;
    }

    .FooterListDiv {
        font-size: 13pt;
        margin-top: 0px;
    }

    .FooterLine{
        height: 175px;
        margin-top: 6px;
    }
}

@media(max-width: 1112px) {
    .btn-social {
      width: 33px;
      height: 33px;
      font-size: 17px;
    }
}

@media(max-width: 991px) {
    .SocialMediaBtns{
        margin-top: 0px !important;
    }

    .FooterRow{
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .list-inline{
        margin-top: 2px !important;
        margin-bottom: 8px;
    }
}

ul.FooterList > li > a{
    color: white;
}

ul.FooterList > li > a:hover{
    color: #98D3E5;
}

.SocialMediaBtns{
    margin-top: 25px;
}
/* END FOOTER */

/* START CUSTOM CSS */
.TextDropShadow{
    font-family: OpenSans4;
    color: white;
    text-shadow: 10px 10px 10px #4d4d4d;
}

.GreyBar{
    margin-top: 100px;
    background-color: #e6e6e6;
    border: 1px solid #b3b3b3;
    font-size: 18pt;
    padding-top: 16px;
    padding-bottom: 16px;
}

.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;
    }
}

.CirclesTitles{
    font-family: OpenSans5;
    color: #4d4d4d;
}

.CirclesText{
    margin-top: 50px;
}

.CirclesHR{
    border-top: 2px solid #b3b3b3;
    margin-top: 87px;
}

@media(max-width: 1690px){
    .CirclesHR{
        margin-top: 70px;
    }
}

@media(max-width: 1430px){
    .CirclesHR{
        margin-top: 60px;
    }
}

@media(max-width: 1200px){
    .CirclesHR{
        margin-top: 50px;
    }
}

@media(max-width: 1050px){
    .CirclesHR{
        margin-top: 40px;
    }
}


.CirclesImages{
    padding-left: 15px;
    padding-right: 15px;
}

.col-centered {
    display:inline-block;
    float:none;
}

.NoLRPadding{
    padding-left: 0px;
    padding-right: 0px;
}

@media(max-width: 767px){
    .NoLRPadding-xs{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.NoRPadding{
    padding-right: 0px;
}

.Error{
    color: red;
}
/* END CUSTOM CSS */


