@import url(animate.css);
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Montserrat');
@import url(fl-chapps.css);

/*========================================================
 Color Schemes 
https://designschool.canva.com/blog/website-color-schemes/
http://htmlcolorcodes.com/color-picker/
https://www.w3schools.com/colors/colors_picker.asp

//#ffffff	// white
// warm tones
//#d7cec7	// grain
//#565656	// blackboard
//#76323f	// oxblood
//#c09f80	// tan
// fun and professional
//#4abdac	// fresh
//#fc4a1a	// vermillion
//#f7b733	// sunshine
//#dfdce3	// clean
// muted tones
//#c0b283	// pale gold
//#dcd0c0	// silk
//#f4f4f4	// paper
//#373737	// charcoal
// modern and clean
//#e37222	// tangerine
//#07889b	// teal
//#66b9bf	// powder
//#EEAA7B	// tan
// base
//#82ca9c	// light green
//#b78c9c	// mauve
//#f6f6f6	// light gray
// tetradic for grain
//#d7cec7	// grain
//#63d794	// sea green
//#636cd7	// blue
//#cd5360	// warm peach

=========================================================*/

/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #333;
  font: 400 20px/34px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  align: left;
  padding: 0;
}

h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
h2 span {
  margin-top: 24px;
  display: block;
  font-size: 35px;
  color: #4c4c4c;
}
@media (max-width: 450px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #4c4c4c;
}
@media (max-width: 450px) {
  h3 {
    font-size: 32px;
  }
}

h3 span {
  display: block;
  margin-top: 2px;
  font-size: 26px;
  font-weight: 300;
}

h3.n28 {
  font-size: 28px;
  line-height: 1.2;
  text-transform: none;
  font-style: normal;
  color: #4c4c4c;
}

h4 {
  font-size: 30px;
  line-height: 1.2;
  color: #4c4c4c;
}
@media (max-width: 450px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 24px;
  line-height: 1.2;
}

h5.i16 {
  font-size: 16px;
  line-height: 1.2;
  font-style: italic;
  color: #4c4c4c;
}

h5.n14 {
  font-size: 14px;
  line-height: 1.2;
  font-style: normal;
  color: #4c4c4c;
}

h6 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

p p a:hover {
  text-decoration: underline;
}

p .fa {
  text-decoration: none;
}

p {
  color: #959595;
  padding-bottom: 15px;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}
a:hover {
  color: #63d794;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .off1 {
  margin-top: 94px;
}

h3 + h5 {
  margin-top: 5px;
}

h3 + .list {
  margin-top: 64px;
}

h5 + table {
  margin-top: 79px;
}

.list + p {
  margin-top: 61px;
}

h3 + form {
  margin-top: 59px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  //display: inline-block;
  //text-transform: uppercase;
  padding: 0;
}
.brand_name {
  display: inline-block;
  padding-top: 6px;
  overflow: visible;
  font-size: 55px;
  line-height: 1;
  font-style: italic;
  //font-family: "Montserrat", sans-serif;
  font-family: "Impact", "Montserrat", sans-serif;
  //color: #555555;
  color: #14325a;
  vertical-align: middle;
}
.brand_name [class^="fa-"] {
  display: inline-block;
  margin-top: -6px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  font-size: 36px;
  text-align: center;
  color: #fff;
  background: #82ca9c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}
.brand_slogan {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  margin-top: -15%;
  margin-left: 21%;
  color: #5a5a5a;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: right;
  padding: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .brand_slogan {
    font-size: 10px;
    margin-top: -22%;
    margin-left: -11%;
  }
}
@media (max-width: 450px) {
  .brand_slogan {
    font-size: 8px;
    margin-top: -24%;
    margin-left: 1%;
  }
}

/*==================    Marquee    ======================*/
.alert {
  background: red;
  behavior: scroll;
  direction: left;
  font-size: 24px;
}

/*==================    Welcome    ======================*/
.welcome {
  font-size: 36px;
  padding: 0 10px 10px 0;
  text-transform: uppercase;
  color: #4c4c4c;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 450px) {
  .welcome {
    font-size: 28px;
  }
}

/*==================     Banner    ======================*/
.banner {
  -moz-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  -o-transform: translateX(-75%);
  -webkit-transform: translateX(-75%);
  transform: translateX(-75%);
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 40px 48px;
  font-size: 55px;
  color: #fff;
  //background: #b78c9c;
  background: #63d794;
}
@media (max-width: 767px) {
  .banner {
    font-size: 36px;
    padding: 20px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #63d794;
}
.bg-primary h3,
.bg-primary h5 {
  color: #fff;
}

.bg-secondary {
  background: #cd5360;
}
.bg-secondary h3,
.bg-secondary h5 {
  color: #fff;
}

.bg-tertiary {
  background: #636cd7;
}
.bg-tertiary h3,
.bg-tertiary h5 {
  color: #fff;
}

.bg-quaternary {
  background: #d7cec7;
}
.bg-quaternary h3,
.bg-quaternary h5 {
  color: #fff;
}

.bg-color {
  background: #f6f6f6;
}

.bg-white {
  background: #ffffff;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-pinterest,
.fa-rss,
.fa-instagram,
.fa-linkedin {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 62px;
  font-size: 25px;
  text-align: center;
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fa-facebook:before,
.fa-twitter:before,
.fa-google-plus:before,
.fa-pinterest:before,
.fa-rss:before,
.fa-instagram:before,
.fa-linked:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 800px) {
  .fa-facebook,
  .fa-twitter,
  .fa-google-plus,
  .fa-pinterest,
  .fa-rss,
  .fa-instagram,
  .fa-linkedin {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 52px;
    font-size: 25px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .fa-facebook:before,
  .fa-twitter:before,
  .fa-google-plus:before,
  .fa-pinterest:before,
  .fa-rss:before,
  .fa-instagram:before,
  .fa-linked:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.icon {
  display: inline-block;
  width: 160px;
  height: 160px;
  line-height: 160px;
  font-size: 80px;
  color: #fff;
  background: #82b8ca;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .icon {
    width: 160px;
    height: 160px;
    line-height: 160px;
  }
}

.list li:first-child .icon {
  background: #82a0ca;
}
.list li:last-child .icon {
  background: #beca82;
}

/*==================  Career List  ======================*/
.career-list {
  padding-top: 1px;
}

.career-list-heading {
  color: #3c3c3c;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  career-list-heading {
    font-size: 14px;
  }
}

.career-list-disclaimer {
  color: #3c3c3c;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  career-list-disclaimer {
    font-size: 12px;
  }
}

.career-list li {
  position: relative;
  padding-left: 24px;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
}
@media (max-width: 600px) {
  .career-list li {
    font-size: 18px;
    line-height: 18px;
  }
}

.career-list li + li {
  margin-top: 11px;
}
.career-list a:hover {
  color: #82ca9c;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .career-list {
    padding-top: 0;
  }
}

/*==================  Marked List  ======================*/
.marked-list {
  padding-top: 1px;
}
.marked-list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.marked-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  background: url(../images/marker.png) center no-repeat;
}
.marked-list li + li {
  margin-top: 11px;
}
.marked-list a:hover {
  color: #82ca9c;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .marked-list {
    padding-top: 0;
  }
}

/*==================  Unmarked List  ======================*/
.unmarked-list {
  color: #000;
  padding-top: 1px;
}
.unmarked-list li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.0;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .unmarked-list li {
    font-size: 11px;
  }
}

.unmarked-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  //background: url(../images/marker.png) center no-repeat;
}

.unmarked-list li + li {
  margin-top: 11px;
}
@media (max-width: 450px) {
  .unmarked-list li + li {
    margin-top: 6px;
  }
}

.unmarked-list a:hover {
  color: #82ca9c;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .unmarked-list {
    padding-top: 0;
  }
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  width: 106px;
  padding: 18px 10px 20px;
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #63d794;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover {
  background: #cd5360;
  -webkit-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.2);
}
.btn:active {
  background: #77222b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*================    Background Image   ================*/
.bg-img {
  background: #d7cec7;
  position: relative;
  overflow: hidden;
}
.bg-img > .img {
  position: absolute;
  top: 0;
  right: 0;
  left: 41.76%;
  bottom: 0;
  overflow: hidden;
}
.bg-img > .img img {
  height: 100%;
  max-width: none;
}
@media (max-width:767px) {
  .bg-img > .img {
    display: none;
  }
}


.bg-img2 {
  position: relative;
  overflow: hidden;
}
.bg-img2 > .img {
  position: absolute;
  right: 57.179487179487179487179487179487%;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.bg-img2 > .img img {
  width: 100%;
  max-width: none;
}
@media (max-width: 767px) {
  .bg-img2 > .img {
    position: static;
  }
}
.bg-img2 p {
  font-size: 18px;
  line-height: 30px;
}
.bg-img2 h5 {
  line-height: 30px;
  margin-top: 12px;
}
.bg-img2 h2 + h5 {
  margin-top: 17px;
}
.bg-img2 h5 + p {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .bg-img2.ins1 {
    padding-bottom: 0;
  }
}

/*================          Table        ================*/
.mytable {
  -moz-transform: translateX(6%);
  -ms-transform: translateX(6%);
  -o-transform: translateX(6%);
  -webkit-transform: translateX(6%);
  transform: translateX(6%);
  left: 50%;
}
@media (max-width: 767px) {
  .mytable {
    -moz-transform: translateX(17%);
    -ms-transform: translateX(17%);
    -o-transform: translateX(17%);
    -webkit-transform: translateX(17%);
    transform: translateX(17%);
    left: 50%;
  }
}
@media (max-width: 600px) {
  .mytable {
    -moz-transform: translateX(17%);
    -ms-transform: translateX(17%);
    -o-transform: translateX(17%);
    -webkit-transform: translateX(17%);
    transform: translateX(17%);
    left: 50%;
  }
}
@media (max-width: 450px) {
  .mytable {
    -moz-transform: translateX(6%);
    -ms-transform: translateX(6%);
    -o-transform: translateX(6%);
    -webkit-transform: translateX(6%);
    transform: translateX(6%);
    left: 50%;
  }
}

table {
  border: 1px solid #fff;
}
table td {
  color: #fff;
  border: 1px solid #fff;
}
table p {
  margin-top: 6px;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
table h6 + p {
  margin-top: 17px;
}
@media (max-width: 767px) {
  table td {
    display: block;
  }
}

/*================           List        ================*/
.list .icon + * {
  margin-top: 33px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: -1px;
}
.inline-list a:hover {
  color: #82ca9c;
  border-color: #82ca9c;
}

/*================        Article       ================*/
article time {
  font-weight: 700;
  font-size: 60px;
  padding-bottom: 36px;
  border-bottom: 5px solid #52c7d3;
}
article time span {
  display: block;
  margin-top: 16px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
}
article p {
  padding: 0 30px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
article time + h6 {
  margin-top: 34px;
}
article h6 + p {
  margin-top: 18px;
}
article:first-child time {
  border-color: #becc79;
}
article:last-child time {
  border-color: #52d3b7;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #4c4c4c;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #b78c9c;
  text-decoration: none;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax h3,
.parallax h5,
.parallax h6,
.parallax p,
.parallax time {
  color: #3c3c3c;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

.parallax2 {
  text-align: right;
}
.parallax2 h2 {
  font-size: 58px;
  font-weight: 800;
  line-height: 68px;
  letter-spacing: -0.5px;
  color: #4c4c4c;
}
.parallax2 h5 {
  line-height: 34px;
  color: #4c4c4c;
}
.parallax2 h2 + h5 {
  margin-top: 30px;
}
.parallax2 * + .btn {
  margin-top: 34px;
}
@media (max-width: 767px) {
  .parallax2 .parallax_image {
    background-position: top left;
  }
}

.primary {
  color: #82ca9c;
}

.secondary {
  color: #b78c9c;
}

/*========================================================
                     Modal Dialog Section
=========================================================*/
.modalTitle {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 450px) {
  .modalTitle {
    font-size: 20px;
  }
}

.modalText {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  text-align: left
}
@media (max-width: 450px) {
  .modalText {
    margin-top: -7px;
    font-size: 12px;
  }
}

.modalDialog {
	position: fixed;
	font-family: "Montserrat", sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 75%;
	position: relative;
	margin: 2% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
        background: #82ca9c;
	//background: #fff;
	//background: -moz-linear-gradient(#fff, #999);
	//background: -webkit-linear-gradient(#fff, #999);
	//background: -o-linear-gradient(#fff, #999);
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close {
	background: #FFFFFF;
	color: #606061;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #DDDDDD; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}
/*
header {
  padding-top: 15px;
  padding-bottom: 15px;

  .logout-button, 
  .welcome {
    display: none;

  &.state-logged-in {
    .logout-button, 
    .welcome {
      display: block;
    }    
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}
*/

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well {
  padding-top: 75px;
  padding-bottom: 126px;
}

.well0 {
  padding-top: 50px;
  padding-bottom: 150px;
}

.well1 {
  padding-top: 137px;
  padding-bottom: 230px;
}

.well2 {
  padding-top: 97px;
  padding-bottom: 131px;
}

.well3 {
  padding-top: 111px;
  padding-bottom: 126px;
}

.well4 {
  padding-top: 127px;
  padding-bottom: 96px;
}

.ins1 {
  padding-bottom: 131px;
}

.ins2 {
  padding-bottom: 65px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  color: #4c4c4c;
}
footer > section:first-child {
  padding-top: 88px;
  padding-bottom: 81px;
  background: #d7cec7;						// change this color
  border-bottom: 1px solid #d7cec7;
}
footer > section:first-child a[href^="mailto:"] {
  margin-top: 8px;
  display: inline-block;
  color: #4c4c4c;
}
footer > section:first-child a[href^="mailto:"]:hover {
  color: #82ca9c;
}
footer .inline-list {
  margin-top: 32px;
}
@media (max-width: 800px) {
  footer {
    text-align: center;
  }
  footer > section:first-child {
  }
}

.copyright {
  color: #4c4c4c;
  margin-top: 36px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 800px) {
  .copyright {
    text-align: center;
  }
}

address {
  display: block;
  color: #4c4c4c;
}

/*========================================================
                     BENEFITS Styles
=========================================================*/
.quarter {
  width: 20%;
  display:inline-block;
  margin: auto;
  vertical-align:top;
}
@media (max-width: 767px) {
  .quarter {
    width: 30%;
  }
}
@media (max-width: 450px) {
  .quarter {
    width: 50%;
  }
}

.last {
  margin: 0 0 2% 0;
}
.entry-thumbnail {
  margin-bottom: 1px;
}
.entry-thumbnail img {
  margin: auto;
  height: auto;
}
@media (max-width: 767px) {
  .entry-thumbnail img {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .entry-thumbnail img {
    width: 50%;
  }
}

.img-title {
  color: #4c4c4c;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 10%;
  padding: 2px;
}

.filler {
  float: left;
  width: 30%;
  padding: 0px;
}


/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}