html {
    box-sizing:border-box
}

*,*:before,
*:after {
    box-sizing:inherit
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */

html {
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}

body{
    margin:0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display:block;
}

summary {
    display:list-item;
}

audio,
canvas,
progress,
video {
    display:inline-block;
}

progress {
    vertical-align:baseline;
}

audio:not([controls]) {
    display:none;
    height:0;
} 

[hidden],
template {
    display:none;
}

a {
    background-color:transparent;
}

a:active,
a:hover {
    outline-width:0;
}

abbr[title] {
    border-bottom:none;
    text-decoration:underline;
    text-decoration:underline dotted;
}

b,
strong {
    font-weight:bolder;
}

dfn {
    font-style:italic;
}

mark {
    background:#ff0;
    color:#000;
}

small {
    font-size:80%;
}

sub,
sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}

sub {
    bottom:-0.25em;
}

sup {
    top:-0.5em;
} 

figure {
    margin:1em 40px;
}

img {
    border-style:none; 
}

code,
kbd,
pre,
samp {
    font-family:monospace,monospace;
    font-size:1em;
}

hr {
    box-sizing:content-box;
    height:0;
    overflow:visible;
}

button,
input,
select,
textarea,
optgroup {
    font:inherit;
    margin:0; 
}

optgroup {
    font-weight:bold;
}

button,
input {
    overflow:visible;
}

button,
select {
    text-transform:none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style:none;
    padding:0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline:1px dotted ButtonText;
}

fieldset {
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:.35em .625em .75em;
}

legend {
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal;
}

textarea {
    overflow:auto;
}

[type=checkbox],
[type=radio] {
    padding:0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height:auto;
}

[type=search] {
    outline-offset:-2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance:none;
}

::-webkit-file-upload-button {
    -webkit-appearance:button;
    font:inherit;
}
/* End extract */


html,body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0
}

hr {
    border: 0;
    border-top: 15px solid #eee;
    margin: 20px 0
}

img {
    vertical-align: middle
}

a {
    color: inherit
}

/*nav bar*/

.top {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
}

.card {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

.team-card {
    max-width: 600px;
    margin: 0 auto;
}

.bar {
    width: 100%;
    overflow: hidden
}

.bar .button {
    white-space: normal;
    padding: 16px;
}

.center .bar {
    display: inline-block;
    width: auto
}

.bar-block.center .bar-item {
    text-align: center
}

.button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.button:hover {
    color: #000!important;
    background-color: #ccc!important
}

.bar .bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.bar-block .bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.wide {
    letter-spacing: 4px
}

.right {
    float: right!important
}

.padding-16 {
    padding-top: 16px!important;
    padding-bottom: 16px!important
}

.padding-24 {
    padding-top: 24px!important;
    padding-bottom: 24px!important
}

.padding-32 {
    padding-top: 32px!important;
    padding-bottom: 32px!important
}

.padding-48 {
    padding-top: 48px!important;
    padding-bottom: 48px!important
}

.padding-64 {
    padding-top: 64px!important;
    padding-bottom: 64px!important
}

.sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed!important;
    z-index: 1;
    overflow: auto
}

.animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}



.bgimg-1 {
    background-position: center;
    background-size: cover;
    background-image: url("../../IMG/Web_design_1.jpg");
    min-height: 100%;
  }

.grayscale-min {
    filter: grayscale(50%)
}

.grayscale {
    filter: grayscale(75%)
}

.display-left {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%)
}

.serif{font-family:serif}

.text-white,.hover-text-white:hover {
    color: #fff!important
}

.jumbo {
    font-size: 64px!important
}

.xlarge {
    font-size: 24px!important
}

.xxlarge {
    font-size: 36px!important
}

.large {
    font-size: 18px!important
}

.padding-large {
    padding: 12px 24px!important
}

.margin-top {
    margin-top: 16px!important
}

.margin-right {
    margin-right: 16px!important
}

.opacity,.hover-opacity:hover {
    opacity: 0.60
}

.opacity-off,.hover-opacity-off:hover {
    opacity: 1
}

.display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.leftbar {
    border-left:6px solid #ccc
}

.left-align {
    text-align:left
}

.text-grey,.hover-text-grey:hover,.text-gray,.hover-text-gray:hover {
    color: #757575!important
}

.light-grey,.hover-light-grey:hover,.light-gray,.hover-light-gray:hover {
    color: #000!important;
    background-color: #f1f1f1!important
}

.dark-grey,.hover-dark-grey:hover,.dark-gray,.hover-dark-gray:hover {
    color: #fff!important;
    background-color: #616161!important
}

.grey,.hover-grey:hover,.gray,.hover-gray:hover {
    color: #000!important;
    background-color: #9e9e9e!important
}

.text-lightblue,.hover-text-green:hover {
    color: #4bb3e1!important
}

.text-blue,.hover-text-green:hover {
    color: #254e7c!important
}

.text-white, .hover-text-white:hover {
    color: #fff;
}

.white {
    color: #000!important;
    background-color: #fff
}

.black,.hover-black:hover {
    color: #fff!important;
    background-color: #000!important
}

.red,.hover-red:hover {
    color: #fff!important;
    background-color: #f44336!important
}

.title-text {
    background-color: #254e7c;
    padding: 25px;
    border-radius: 8px;
    opacity: 0.9;
}

.container,
.panel {
    padding: 0.01em 16px
}

.panel {
    margin-top: 16px;
    margin-bottom: 16px;
}

.center {
    text-align: center!important
}

.row-padding, .row-padding > .col, .row-padding>.third, .row-padding>.half {
    padding: 0 8px;
}

.quarter {
    float: left;
    width: 100%;
}

.margin-bottom {
    margin-bottom: 16px!important
}

.container:after,.container:before,.row:after,.row:before,.row-padding:after,.row-padding:before,.clear:after,.clear:before,.bar:before,.bar:after {
    content: "";
    display: table;
    clear: both
}

.col, 
.third,
.half {
    float: left;
    width: 100%
}

.image {
    max-width: 100%;
    height: auto
}


.round-large {
    border-radius: 8px
}

.block {
    display: block;
    width: 100%
}

.section {
    margin-top: 16px!important;
    margin-bottom: 16px!important
}

.modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4)
}

.display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}




.transparent,.hover-none:hover {
    background-color: transparent!important
}

.ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd
}

.ul li:last-child {
    border-bottom: none
}

.hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)
}


.input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.border {
    border: 1px solid #ccc!important
}

.quote {
    background-color: #254e7c;
    font-size: 20px;
}

.name {
    font-size: 20px;
}

.image-link {
    text-align: center;
    padding: 20px;
    margin: 20px;
    text-decoration: none;
    cursor: pointer;
    background-color: #254e7c;;
    border-radius: 25px;
    color: #fff;
}

.a-link {
    text-decoration: none;
}

.image-link:hover {
    background-color: #4bb3e1;
    color: #000;
}

@media (max-width: 601px) {

    .quote {
        text-align: center;
        border-top:6px solid #ccc;     

    }

    .leftbar {
        border-left: none;
    }


}



@media (min-width: 601px) {
    .quarter {
        width: 24.99999%
    }

    .col.m6 {
        width: 49.99999%
    }

    .modal-content {
        margin:0 10px;
        width: auto!important
    }

    .modal {
        padding-top: 30px
    }

    .col.m4,.third {
        width: 33.33333%
    }

    .half {
        width: 49.99999%;
    }


}

@media (min-width: 601px) and (max-width: 768px) {
    .quote {
        font-size: 20px;
    }

    .name {
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .modal-content {
        width:500px
    }

    .modal {
        padding-top: 50px
    }
}

@media (max-width: 920px) {

    .hide-small {
        display: none!important
    }

    .fa.fa-bars {
        font-size: 45px;
        margin: 20px auto;
      }
    .img-width {
        width: 329px;
        margin: 0 auto;
    }

}

@media (min-width: 993px) {

    .sidebar {
        display: block !important;
    }

    .hide-large {
        display: none !important;
    }

    .col.l3 {
        width: 24.99999%
    }

    .modal-content {
        width:900px
    }
}

@media (max-width: 992px) and (min-width:920px) {
    .hide-medium {
        display:none!important        
    }
}




