@charset "UTF-8";
	
body {
	font-style: normal;
	font-weight: 400;
	min-height: 0px;
	height: 100%;
	padding-top: 120px;
	text-align: center;
	font-family: alegreya;
}
h1 {
	font-size: large;
	text-align: center;
	color: #000000;
	font-style: normal;
	font-weight: 400;
}

.row .col-lg-12 .page-header {
	font-size: xx-large;
	text-align: center;
	color: #000000;
	font-style: normal;
	font-weight: 400;
}

h2 {
	text-align: center;
	font-size: medium;
}

h3 {
	text-align: center;
}

p {
	font-size: medium;
}

aside img {
	text-align: center;
	max-width: 90%;
}

#mc_embed_signup form {
	text-align: center;
}

footer {
	font-size: small;
	text-align: center;
	position: static;
	bottom: 0px;
	width: 100%;
	margin-top: 100px;
}

.container.footer {
	clear: both;
}
.left img {
	width: 100%;
	height: 100%;
	max-width: 75px;
	max-height: 90px;
}

.navbar.navbar-default.navbar-fixed-top {
	border-style: solid;
	border-bottom-color: #6398B4;
	border-bottom-width: thick;
	background-color: #000000;

}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #FFFFFF;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.navlist {
	list-style-type: none;
	overflow: hidden;
	padding-top: 26px;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	float: right;
	text-align: center;
	color: white;
}
.navlistItem a {
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 16px;
	padding-left: 16px;
	color: white;
}
.navlistItem a:hover {
	color: #4F94B2;
}
.navbar.navbar-default.navbar-fixed-top .container-fluid .navbar-header {
	margin-bottom: 0px;

}

.container-fluid .navbar-header .navbar-brand {
	margin-bottom: 0px;
	clear: none;
	height: 0%;
	text-align: center;
}

#mc_embed_signup_scroll .clear #mc-embedded-subscribe {
	background-color: #3692A7;
	color: #FFFFFF;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
}

#mc-embedded-subscribe-form #mc_embed_signup_scroll .indicates-required {
	font-size: small;
	color: #454343;
	float: left;
	text-align: center;
}
.row .col-sm-8 #mc_embed_signup {
	text-align: center;
}

#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group {
	margin-left: -10px;
	text-align: center;
	width: 100%;
	height: 100%;
}
button {
	color: #4F94B2;
	text-align: center;
}
.formStyle {
	width: 100%;
	text-align: center;
}
#location .left img {
	max-width: 100px;
	max-height: 25px;
}
#location .left {
	text-align: center;
}

.container .row .col-sm-12 {
	text-align: center;
	width: 100%;
}


.row .col-sm-8.col-sm-offset-2 img {
	max-width: 38%;
}


#mc_embed_signup_scroll .mc-field-group #mce-EMAIL {
	text-align: center;
}
#mc_embed_signup div#mce-responses {
	text-align: center;
	color: #000000;
	width: 100%;
}
.formStyle {
	width: 100%;
}

.flip_container{
	width: 340px;
	height: 340px;
                         }
.flip_container:hover .flip 
                        {      
          -webkit-transform: rotateY(180deg);
                           transform: rotateY(180deg);
                 }
.flip {
  -webkit-transition: 0.5s;
  transition: 0.5s;
          -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
        }
.flip_front, .flip_back {
                            -webkit-backface-visibility: hidden;
                                    backface-visibility: hidden;
                            position: absolute;
                            top: 0;
                            left: 0;
                                    }
.flip_front {
           -webkit-transform: rotateY(0deg);
                   transform: rotateY(0deg);
                   }
.flip_back {
            -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                  }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
aside {
	font-size: xx-large;
}
.row .col-sm-8.col-sm-offset-2.col-md-offset-0.col-md-12 h1 {
	font-size: xx-large;
}
.col-md-4.col-sm-6 a .img-responsive.img-portfolio.img-hover {
	margin-bottom: 23px;
}
.row .col-md-4.col-sm-6 .img-responsive.img-portfolio.img-hover {
	margin-bottom: 25px;
}
.panel-body ul li {
	text-align: left;
}
.panel-body ul li {
}
.panel-body ul li {
	font-size: small;
}
.col-md-6 .col-lg-12 .flip_container {
	margin-left: 100px;
}
.container-fluid .row h4 {
	font-variant: small-caps;
	font-weight: bold;
	color: #338EBF;
}
.container-fluid .row h3 {
	text-decoration: underline;
}
.container-fluid .row h5 {
	text-indent: 0px;
	font-style: italic;
	color: #000000;
}
.row .col-sm-6.left h1 {
	font-size: xx-large;
	font-variant: small-caps;
}
.nav.navbar-nav.navlist .navlistItem.active a {
}
.col-lg-12 ul li {
}
.col-lg-12 ul li {
	text-align: center;
}
.row .col-lg-12 h1 {
	font-size: xx-large;
}
.row .col-lg-12 h4 {
	font-variant: small-caps;
	font-weight: bold;
	color: #428BB3;
}
