body {
    padding-top: 50px;
    background-color: #fff !important;
    position: relative;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-icon {
    text-align: center;
    margin-right: .75rem !important;
}
.media-body > p {
    margin-bottom: 0pt;
}
.modal-link {
    cursor: pointer;
}
.modal-link:hover {
    background: none;
}
.icon {
    font-size: 14pt;
    width: 2rem;
}
.navbar-brand {
    padding: 5px 15px;
}
.navbar-brand > img {
    height: 40px;
}
.navbar-default {
    background-color: #fff !important;
}
.navbar-shadow {
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
}
.aboutus-container {
    background-image: url(/img/office.jpg);
}
.contact-container {
    background-image: url(/img/contact-background.jpg);
}
.sn-icon {
    border-radius: 50%;
    background-color: #0495c9;
    display: inline-block;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
}
.sn-icon > i {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
}
.sn-icon-size-5 {
    width: 5.0rem;
    height: 5.0rem;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    background-color: #00b3db;
}
.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.e-transition-ease {
    -o-transition:color .1s ease-out, background .1s ease-in;
    -ms-transition:color .1s ease-out, background .1s ease-in;
    -moz-transition:color .1s ease-out, background .1s ease-in;
    -webkit-transition:color .1s ease-out, background .1s ease-in;
    /* ...and now override with proper CSS property */
    transition:color .1s ease-out, background .1s ease-in;
}
.g-submit-button {
    border-radius: 30px;
    font-weight: 600;
    font-size: rem !important;
}
.g-background-transparent {
    background-color: transparent;
}
.g-background-white {
    background-color: white;
}
.g-bg-black-opacity-0_7 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.g-border-color-black {
    border-color: #000 !important;
}
.g-border-none {
    border: none !important;
}
.g-color-black {
    color: #000 !important;
}
.g-color-white {
    color: #fff !important;
}
.g-font-family-merriweather {
    font-family: "Merriweather", serif;
}
.g-font-size-1_5 {
    font-size: 1.5em;
}
.g-font-size-30 {
    font-size: 30px !important;
}
.g-font-weight-600 {
    font-weight: 600;
}
.g-resize-none {
    resize: none;
}
.g-bg-img-hero {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}
.g-border-around {
    border: solid 1px !important;
}
.g-border-bottom {
    border-bottom: solid 1px !important;
}
.g-margin-left-10px {
    margin-left: 10px;
}
.g-margin-right-10px {
    margin-right: 10px;
}
.g-margin-bottom-1em {
    margin-bottom: 1em;
}
.g-margin-bottom-10px {
    margin-bottom: 10px;
}
.g-margin-bottom-15px {
    margin-bottom: 15px;
}
.g-margin-bottom-30px {
    margin-bottom: 30px;
}
.g-margin-bottom-45px {
    margin-bottom: 45px;
}
.g-margin-top-3em {
    margin-top: 3em;
}
.g-margin-y-10px {
    margin-top: 10px;
    margin-bottom: 10px;
}
.g-padding-top-45px {
    padding-top: 45px;
}
.g-padding-x-35px {
    padding-left: 35px;
    padding-right: 35px;
}
.g-padding-x-45px {
    padding-left: 45px;
    padding-right: 45px;
}
.g-padding-y-13px {
    padding-top: 13px;
    padding-bottom: 13px;
}
.g-padding-y-15px {
    padding-top: 15px;
    padding-bottom: 15px;
}
.g-padding-y-45px {
    padding-top: 45px;
    padding-bottom: 45px;
}
.g-padding-y-90px {
    padding-top: 90px;
    padding-bottom: 90px;
}
.g-padding-y-120px {
    padding-top: 120px;
    padding-bottom: 120px;
}
.g-text-align-center {
    text-align: center !important;
}
.g-width-100 {
    width: 100%;
}
.quotebox-text {
    font-size: large;
    font-weight: lighter;
}

/*
 * Bootstrap overrides
 */
.btn-primary {
    color: #fff;
    background-color: #0495c9;
    border-color: transparent;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00b3db;
    border-color: transparent;
}