/*chapter name in center*/
@font-face {
  font-family: 'Signature Script';
  src: url('/fonts/SignatureScript.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Solitas Norm Med';
  src: url('/fonts/Solitas-NorMed.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Solitas Slab Norm Reg';
  src: url('/fonts/SolitasSlab-NorReg.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Solitas Serif Norm Bold';
  src: url('/fonts/Solitas Serif Norm Bold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Solitas Serif Norm Reg';
  src: url('/fonts/Solitas Serif Norm Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
/* Global styles */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  padding: 0;
  font-family: 'Solitas Serif Norm Reg', serif;
  font-style: normal;
  font-weight: 400;
  z-index: 1;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
h1 {
  font-size: 35px;
  color: #1C9AD6;
  font-family: 'Solitas Norm Med', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
h2 {
  font-size: 27px;
  color: #1C9AD6;
  font-family: 'Solitas Norm Med', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
h3 {
  font-family: 'Solitas Slab Norm Reg', serif;
  font-size: 24px;
  color: #213469;
  font-weight: 500;
}
h4 {
  font-family: 'Solitas Serif Norm Bold', serif;
  font-size: 18px;
  color: #213469;
  font-weight: bold;
}
p {
  font-family: 'Solitas Serif Norm Reg', serif;
  font-size: 18px;
  color: #213469;
  font-weight: normal;
}
a {
  font-family: 'Solitas Serif Norm Bold', serif;
  font-size: 18px;
  color: #D19F2A;
  font-weight: 700;
}
html {
  width: 100%;
}
html .row {
  margin-left: 0;
  margin-right: 0;
}
img {
  max-width: 100%;
}
hr {
  border: 1px dashed #cccccc;
  margin-top: 5px;
  margin-bottom: 0px;
}
hr .hr2 {
  border: 1px dashed #dddddd;
}
hr .hr3 {
  border: 1px dashed #77c2c5;
}
.clear {
  clear: both;
}
.img-responsive {
  display: inline-block;
}
.mobile-show {
  display: none;
}
.mobile-hide {
  display: block;
}
.wrapper {
  margin: 0 auto;
  padding-top: 5px;
  margin-bottom: 30px;
}
#previewAlert {
  display: none;
  margin-bottom: 0px;
  padding: 30px;
  font-weight: bold;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 9999;
}
.alert {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 9999;
  margin-bottom: 0px;
}
select::-ms-expand {
  display: none;
  /* hide default arrow in IE10 */
}
select:not([name="os0"]) {
  width: 100%;
  /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 0 10px;
  padding: 6px 0;
  /* use this to set a specific height for your dropdown (DO NOT use the attribute 'height') */
  padding-left: 15px;
  border: 0 none;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 4px;
  color: #cbe0f1;
  background-color: #174c90;
  -webkit-appearance: none;
  /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none;
  /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none;
  /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;
}
select:not([name="os0"]) option {
  background: #6399de;
  /* style the dropdown bg color */
  color: #133064;
  opacity: 0.5;
}
/* Header */
header {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 5;
}
header .row .col-md-12 {
  padding: 0px;
}
header #menu-toggle {
  display: none;
}
header .main-name {
  padding: 0px;
}
header .nameResize {
  padding-top: 20px;
}
header .nameResize #chapterName,
header .nameResize #school {
  z-index: 2;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 300;
  color: #39345e;
  margin-bottom: 0px;
  font-family: 'Solitas Serif Norm Reg', serif;
  font-style: normal;
  font-weight: 400;
}
header .nameResize #school {
  line-height: 10px;
}
header .nameResize #chapterName {
  font-size: 20px;
  margin-top: 10px;
}
header .container {
  padding: 0px;
}
header .navigation {
  display: flex;
  vertical-align: middle;
  height: 70px;
}
header .navigation .logo {
  width: 400px;
  position: absolute;
  display: inline-block;
}
header .navigation .logo img {
  margin: 11px 20px 15px 22px;
  width: 316px;
  height: 42px;
  max-width: 100%;
  overflow-x: visible;
}
header .navigation .nav-container {
  background: #fff;
  display: inline-flex;
  width: 63%;
  vertical-align: middle;
  margin-left: 400px;
  margin-right: 140px;
  text-align: center;
  align-content: center;
  justify-content: space-between;
  position: relative;
  overflow: visible;
  font-family: 'Solitas Serif Norm Bold', serif;
  font-size: 16px;
  color: #213469;
  font-weight: bold;
  text-transform: uppercase;
  /* Main Navigation */
  /* Mobile Menu */
  /* Mobile Drop Down */
}
header .navigation .nav-container .main-menu {
  margin: auto;
  padding: 12px 10px;
  height: 70px;
  list-style-type: none;
  display: inline-flex;
  justify-content: space-evenly;
  width: 100%;
  clear: both;
  font-family: 'Solitas Serif Norm Bold', serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #213469;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
}
header .navigation .nav-container .main-menu li {
  padding: 10px 4px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-family: 'Solitas Serif Norm Bold', serif;
  font-size: 16px;
  line-height: 22px;
  color: #213469;
  font-weight: bold;
  text-transform: uppercase;
}
header .navigation .nav-container .main-menu li:hover {
  background: #8DC5E6;
}
header .navigation .nav-container .main-menu li:hover a {
  font-family: 'Solitas Serif Norm Bold', serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #213469;
}
header .navigation .nav-container .main-menu li a {
  padding: 5px 0px;
  display: block;
  font-family: 'Solitas Serif Norm Bold', serif;
  font-size: 16px;
  color: #213469;
  font-weight: bold;
  text-transform: uppercase;
}
header .navigation .nav-container .main-menu li:first-child {
  padding-left: 0px;
}
header .navigation .nav-container .main-menu li .dropdown-menu a {
  font-family: 'Solitas Serif Norm Bold', serif;
  font-size: 16px;
  color: #213469;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
header .navigation .nav-container .main-menu li .dropdown-menu a:hover {
  background: #8DC5E6;
}
header .navigation .nav-container .main-menu li .dropdown-menu a:hover a {
  font-family: 'Solitas Serif Norm Bold', serif;
  font-size: 16px;
  color: #213469;
  font-weight: bold;
  text-transform: uppercase;
}
header .navigation .nav-container .dropdown {
  position: absolute;
  bottom: 0px;
}
header .navigation .nav-container .main-menu .dropdown-menu {
  background: white;
  margin-top: 0px;
  padding: 0px;
  left: -5px;
  box-shadow: none;
  border: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
header .navigation .nav-container .main-menu .dropdown-menu li {
  border: 0px;
  width: 100%;
  padding: 8px 20px;
}
header .navigation .nav-container .main-menu .dropdown-menu li:hover {
  background: #8DC5E6;
}
header .navigation .nav-container .main-menu .dropdown-menu li a {
  font-family: 'Solitas Serif Norm Bold', serif;
  font-size: 16px;
  color: #213469;
  font-weight: bold;
  text-transform: uppercase;
}
header .navigation .nav-container .main-menu .dropdown-menu li a.active {
  background: #8DC5E6;
}
header .navigation .nav-container .main-menu .dropdown-menu li a.active:hover {
  background: #8DC5E6;
}
header .navigation .nav-container #menu-toggle {
  display: none;
}
header .navigation .nav-container .mobile-menu {
  position: absolute;
  right: 0px !important;
  top: 78px;
  background: transparent;
  margin: 0 auto;
  padding-left: 0px;
  list-style-type: none;
  display: none;
}
header .navigation .nav-container .mobile-menu i {
  font-size: 32px;
  font-weight: lighter;
  color: #213469;
  background-color: transparent;
  padding: 5px;
  margin: 5px;
  position: absolute;
  top: -78px;
}
header .navigation .nav-container .mobile-menu i.active {
  content: '\e616';
}
header .navigation .nav-container .mobile-menu li {
  position: relative;
  background: white;
  float: none;
  display: none;
  text-align: left;
  border: 2px solid #9BA5B4;
  padding: 10px 0px;
  height: 40px;
  margin-top: -3px;
}
header .navigation .nav-container .mobile-menu li a {
  font-family: 'Solitas Norm Med', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background-color: white;
  color: #213469;
  padding-left: 15px;
}
header .navigation .nav-container .mobile-menu li a:hover {
  background-color: white;
  color: #1C9AD6;
}
header .navigation .nav-container .mobile-menu li a img {
  border: 1px solid #213469;
  color: #213469;
  width: 33px;
  height: 31px;
  margin: 0;
  position: absolute;
  right: 31px;
  top: 0px;
  padding: 7px 8px !important;
}
header .navigation .nav-container .mobile-menu li a i {
  font-size: 28px;
  font-weight: lighter;
  color: #213469;
  background-color: transparent;
  right: 0px !important;
  padding: 5px;
  margin: 5px;
  position: absolute;
  top: -7px;
  border-left: 2px solid #9BA5B4;
}
header .navigation .nav-container .mobile-menu li a i:hover {
  background-color: white;
  color: #1C9AD6;
}
header .navigation .nav-container .mobile-menu .dropdown {
  left: 180px;
}
header .navigation .nav-container .mobile-menu .dropdown-menu {
  float: none;
  width: 250px;
  margin: 0px;
  background-color: white;
  border: 0px;
  box-shadow: 0px;
  padding: 0px;
}
header .navigation .nav-container .mobile-menu .dropdown-menu li {
  padding: 0px;
  border: 2px solid #213469;
}
header .navigation .nav-container .mobile-menu .dropdown-menu li a {
  border: 0px;
  padding: 5px 20px 5px 25px;
  font-family: 'Solitas Norm Med', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #213469;
  background-color: #FFFFFF;
}
header .navigation .nav-container .mobile-menu .dropdown-menu li a:hover {
  background-color: #213469;
  color: white;
}
header .navigation .nav-container .toggle-menu {
  display: none;
  position: absolute;
  left: 0px !important;
  border-radius: 4px;
  color: white;
}
header .navigation .login {
  width: 140px;
  display: inline-block;
  position: absolute;
  right: 0px;
}
header .navigation .login .button {
  position: relative;
  right: 0px;
  background: #D19F2A;
  border-radius: 0%;
  border: 0px;
  font-family: 'Solitas Serif Norm Bold', serif;
  font-size: 16px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.2s;
  height: 70px;
  width: 140px;
  margin: 0px;
}
header .navigation .login .button:hover {
  background-color: #dcb352;
}
header .navigation .login .button span {
  display: none;
}
header .navigation .col-md-9,
header .navigation .col-sm-9 {
  padding: 2px;
}
body.interior-page #navigation {
  border-bottom: 0px;
}
body.interior-page .wrapper {
  width: 70vw;
  margin: 0 auto;
  padding-top: 5px;
  margin-bottom: 30px;
}
body.interior-page .wrapper #logo {
  margin-top: 0px;
}
body.interior-page #pageContent {
  margin-top: 60px;
  width: 100%;
}
body.interior-page #pageContent table tr td {
  padding: 20px;
}
body.interior-page #pageContent h1 {
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 15px;
}
body.interior-page #pageContent .page-content h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Solitas Norm Med', serif;
  font-style: normal;
  font-weight: 400;
}
body.interior-page #pageContent .page-content p {
  margin-bottom: 15px;
}
body.interior-page #pageContent .page-content #previewable h1 {
  text-align: center;
  margin-bottom: 100px;
}
body.interior-page #pageContent .page-content a {
  font-weight: 400;
  font-style: italic;
  text-decoration: underline;
}
body.interior-page #interiorSidebar {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 70vw;
  margin-top: 50px;
  z-index: 2;
}
body.interior-page #interiorSidebar .photo {
  display: block;
  width: 70vw;
  height: 40vw;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-right: 0;
}
body.interior-page #interiorSidebar .photo img {
  width: 70vw;
  height: 40vw;
  overflow: hidden;
}
body.interior-page .sidebar_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.interior-page .sidebar_content form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.interior-page .sidebar_content form table {
  width: 100%;
  margin: 0px 0px 10px 0px;
}
body.interior-page .sidebar_content form table tr:first-child td {
  display: none;
  text-align: left;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 0px;
}
body.interior-page .sidebar_content form table tr td {
  padding: 0px !important;
}
body.interior-page .sidebar_content form select {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 5px;
}
body.interior-page .sidebar_content form input[type=image] {
  max-height: 47px;
  max-width: 144px;
}
body.interior-page form[target='paypal'] table {
  width: 100%;
}
body.interior-page form[target='paypal'] table tr:first-child td {
  text-align: left;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 0px;
}
body.interior-page form[target='paypal'] table tr td {
  text-align: left;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 15px;
}
body.interior-page form[target='paypal'] select {
  width: 100%;
}
body.interior-page .borderLine {
  border-bottom: 2px solid #213469;
  height: 2px;
  width: 95%;
  margin: 80px;
}
#mastHead {
  background: url("../images/hero.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px 0px;
  height: 535px;
  width: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
#mastHead .container {
  padding: 0px;
}
#homeContent {
  background: #fff;
  min-height: 1500px;
  padding-top: 25px;
  padding-bottom: 40px;
}
#homeContent .content {
  align-content: center;
  text-align: center;
  justify-content: center;
  margin: auto;
  width: 70%;
}
#homeContent .content .chapterTop h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 140%;
  /* or 49px */
  text-align: center;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
#homeContent .content p span {
  font-family: 'Solitas Serif Norm Reg', serif;
  font-size: 18px;
  color: #213469;
  font-weight: normal;
}
#homeContent .home-photo {
  display: block;
  width: 100%;
  text-align: center;
  margin: 5px;
  min-height: 1320px;
}
#homeContent .home-photo .row {
  display: inline-flex;
  width: 100%;
}
#homeContent .home-photo .img-wrapper-lg {
  height: 373px;
  width: 66vw;
  display: inline-flex;
  position: relative;
  margin: 1vw;
  overflow: hidden;
  object-fit: contain;
  background-position: center !important;
}
#homeContent .home-photo .img-wrapper {
  height: 373px;
  width: 33vw;
  display: inline-flex;
  position: relative;
  margin: 1vw;
  overflow: hidden;
  object-fit: contain;
  background-position: center !important;
}
#homeContent .home-photo .chapter-logo {
  height: 373px;
  width: 33vw;
  margin: 1vw 0;
  position: relative;
  text-align: center;
  align-content: center;
  vertical-align: middle;
  justify-content: center;
  display: inline-block;
}
#homeContent .home-photo .chapter-logo .topLine {
  border-top: 2px solid #213469;
  border-bottom: 2px solid #213469;
  width: 180px;
  height: 223px;
  position: relative;
  margin: 75px auto;
}
#homeContent .home-photo .chapter-logo .topLine h2 {
  margin: -11px 0 0 -30%;
  color: #1C9AD6;
  font-family: 'Signature Script', cursive;
  font-weight: 400;
  font-style: normal;
  text-transform: lowercase;
  text-align: center;
  position: relative;
  width: 500px;
  left: -100px;
  font-size: 150px;
  line-height: 71px;
  overflow: visible;
  display: inline-block;
}
#homeContent .home-photo .chapter-logo .botLine {
  border-top: 2px solid #213469;
  width: 125px;
  height: 73px;
  display: block;
  position: relative;
  bottom: 0;
  left: 33%;
}
footer .connect-bg {
  background-color: white;
  width: 100%;
  align-content: center;
  box-shadow: none;
  position: relative;
}
footer .connect-bg .row {
  z-index: 2;
  position: relative;
  min-height: 150px;
}
footer .connect-bg .edge {
  border-right: 1px solid #213469;
}
footer .connect-bg p {
  font-size: 12px;
}
footer .connect-bg .social-icons {
  text-align: center;
  justify-content: center;
  align-content: center;
  vertical-align: middle;
}
footer .connect-bg .social-icons a {
  color: #1C9AD6;
  background-color: white;
  display: inline-block;
  border: 1px solid #213469;
  margin-top: 1px;
  transition: all 0.2s;
  border-radius: 50%;
}
footer .connect-bg .social-icons a + a {
  margin-left: 5px;
}
footer .connect-bg .social-icons a:hover {
  background-color: white;
  color: #213469;
}
footer .connect-bg .social-icons a i {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  color: #1C9AD6;
  font-size: 30px;
  align-content: center;
  text-align: center;
  vertical-align: middle;
  padding-top: 6px;
}
footer .connect-bg .social-icons a i:hover {
  background-color: white;
  color: #213469;
}
footer .connect-bg .social-icons a i img {
  border-color: transparent;
  background: transparent;
  color: #1C9AD6;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  height: 42px;
  width: 42px;
}
footer .connect-bg h3 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  color: white;
  margin: 10px 0;
}
footer .connect-bg h3 a {
  color: white;
}
footer .connect-bg h3 img {
  width: 40px;
}
@media screen and (min-width: 768px) {
  footer .connect-bg h3 {
    margin: 0 0 15px;
  }
}
footer .login {
  background-color: #1C9AD6 !important;
  width: 100%;
  margin-left: 0px;
  border-bottom: 20px solid #8DC5E6;
  margin-bottom: 0px;
  padding-top: 30px;
  align-content: center;
  justify-content: center;
}
footer .login img {
  align-content: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
  max-height: 50px;
}
footer .login button {
  display: inline-block;
  background-color: #1C9AD6;
  color: #213469;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  padding: 8px 12px 12px 12px;
  transition: all 0.2s;
  align-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
footer .login button:hover {
  background-color: #1C9AD6;
  color: #213469;
}
footer .login .btn-submit {
  border-radius: 53px;
  height: 40px;
  background-color: #1C9AD6;
  color: #213469;
  align-content: center;
  justify-content: center;
}
footer .login .btn-submit:hover {
  background-color: #1C9AD6;
  color: #213469;
}
footer p {
  color: #213469;
}
footer .footer-bg {
  background-color: #213469 !important;
  width: 100%;
  box-shadow: none;
  padding-top: 20px;
  padding-bottom: 0px;
  position: relative;
}
footer .footer-bg img {
  max-width: 460px;
  padding-bottom: 55px;
}
footer .footer-bg .row {
  z-index: 2;
  position: relative;
}
footer .footer-bg p {
  color: white;
  font-size: 12px;
}
footer .footer-bg a {
  color: white;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 24pt;
}
footer .footer-bg h2 {
  text-align: center;
  font-size: 18px;
  color: #1C9AD6;
  margin: 10px 0;
}
footer .footer-bg h2 a {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  footer .footer-bg h2 {
    margin: 0 0 15px;
  }
}
footer .footer-bg .copyright {
  padding-bottom: 10px;
  margin-bottom: 0px;
}
footer .footer-bg .copyright p {
  font-family: 'Solitas Serif Norm Reg', serif;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 24pt;
}
footer .footer-bg .copyright p a {
  font-family: 'Solitas Serif Norm Reg', serif;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 24pt;
}
footer .footer-bg .copyright a {
  font-family: 'Solitas Serif Norm Reg', serif;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 24pt;
}
footer .footer-bg .name-container {
  background-color: transparent;
  margin-top: 15px;
  width: 100%;
  padding: 4px;
}
footer .footer-bg .name-container .name-border {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-bg .name-container #chapterName,
footer .footer-bg .name-container #school {
  color: #1C9AD6;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
}
footer .footer-bg .name-container #chapterAddress {
  text-align: center;
  font-family: 'Solitas Serif Norm Reg', serif;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 20pt;
}
footer .footer-bg .name-container #chapterAddress p {
  font-family: 'Solitas Serif Norm Reg', serif;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 20pt;
}
footer .footer-bg .name-container #chapterAddress p a {
  font-family: 'Solitas Serif Norm Reg', serif;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 20pt;
}
footer .footer-bg .name-container #chapterAddress a {
  font-family: 'Solitas Serif Norm Reg', serif;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 20pt;
}
@media screen and (min-width: 992px) {
  footer .footer-bg .login {
    background-color: #174c90;
    text-align: center;
  }
}
footer .content-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
/* Scrapbook */
#albumSelector label > input:checked + .album-thumbnail {
  border-color: #174c90;
}
@media all and (min-width: 768px) and (max-width: 1000px) {
  header .navigation .nav-container .main-menu {
    white-space: normal;
  }
  header .navigation .nav-container .main-menu li a {
    font-size: 12px;
  }
  #mastHeader .container {
    width: 100%;
  }
  #pageContent .container {
    padding-left: 0;
    padding-right: 0;
  }
  #pageContent .container #content {
    padding: 0 50px;
    width: 67%;
  }
  #pageContent .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 767px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }
  header {
    position: relative;
    z-index: 5;
    height: 78px;
    width: 100%;
  }
  header .navigation {
    height: 78px;
  }
  header .navigation .logo {
    display: none;
  }
  header .navigation .login {
    display: none;
  }
  header .navigation .nav-container {
    background: white url("../images/horizontal.png") no-repeat;
    background-position: left 18px center;
    background-size: 67vw auto;
    margin: 0;
    width: 100%;
    height: 78px;
  }
  header .navigation .nav-container .main-menu {
    display: none;
  }
  header .navigation .nav-container .mobile-menu {
    width: 100%;
    z-index: 6;
    position: absolute;
    display: block;
  }
  header .navigation .nav-container .mobile-menu:first-child {
    position: absolute;
    top: 78px;
  }
  header .navigation .nav-container .mobile-menu .toggle-menu {
    display: inline-block;
    right: 30px !important;
  }
  header .navigation .nav-container .mobile-menu .toggle-menu i {
    margin-top: 20px;
    margin-right: 0px;
    right: 0px;
  }
  header .navigation .nav-container .mobile-menu .toggle-menu.active {
    content: '\e616';
  }
  header .navigation .nav-container .mobile-menu li .moblogin {
    display: block;
    position: relative;
    top: -12px;
    left: -2px;
    width: calc(100% + 4px);
    background-color: #D19F2A;
    color: white;
    height: 50px;
    float: none;
    justify-content: center;
    vertical-align: middle;
    margin: auto;
    z-index: 150;
  }
  header .navigation .nav-container .mobile-menu li .moblogin a {
    padding-left: 0;
  }
  header .navigation .nav-container .mobile-menu li .moblogin .button {
    padding-top: 2px;
    margin: 0 !important;
    float: none;
    width: 100%;
    height: 48px;
    border: 1px solid #D19F2A;
    font-family: 'Solitas Norm Med';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    background-color: #D19F2A;
    color: white;
    z-index: 150;
  }
  header .navigation .nav-container .mobile-menu li .moblogin .button:hover {
    background-color: #e0bc67;
    color: white;
  }
  header .navigation .nav-container .mobile-menu li .moblogin:hover {
    background-color: #e0bc67;
    color: white;
  }
  header .navigation .nav-container .mobile-menu li a {
    display: block;
  }
  header .navigation .nav-container .mobile-menu li a .button {
    padding-top: 2px;
    float: none;
    width: 104.3%;
    height: 48px;
    border: 1px solid #D19F2A;
    font-family: 'Solitas Norm Med';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    background-color: #D19F2A;
    color: white;
    z-index: 150;
    margin: -5px -15px -5px -20px;
  }
  header .navigation .nav-container .mobile-menu li a .button:hover {
    background-color: #e0bc67;
    color: white;
  }
  header #mastHead {
    background: url("../images/hero-Mobile.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px 0px;
    height: 450px;
    width: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
  }
  header #mastHead .mainSlider {
    height: 478px;
  }
  header #mastHead .mainSlider .slideshow .bx-wrapper .bx-viewport {
    height: 450px;
  }
  header #mastHead .mainSlider .slideshow .bx-wrapper .bx-viewport li {
    min-height: 450px;
    height: 450px;
    width: auto;
    overflow: hidden;
  }
  header #mastHead .mainSlider .slideshow .bx-wrapper .bx-viewport li img {
    min-height: 450px;
    height: 450px;
    width: auto;
    overflow: hidden;
  }
  #homeContent {
    margin-top: 488px;
    display: block;
    height: auto;
  }
  #homeContent .container {
    margin-bottom: 50px;
  }
  #homeContent .home-photo {
    position: relative;
    left: -15px;
  }
  #homeContent .home-photo .col-md-4,
  #homeContent .home-photo .col-md-8,
  #homeContent .home-photo .row {
    display: block;
    width: 100%;
    margin-top: -12px;
  }
  #homeContent .home-photo .col-md-4 .img-wrapper,
  #homeContent .home-photo .col-md-8 .img-wrapper,
  #homeContent .home-photo .row .img-wrapper,
  #homeContent .home-photo .col-md-4 .img-wrapper-lg,
  #homeContent .home-photo .col-md-8 .img-wrapper-lg,
  #homeContent .home-photo .row .img-wrapper-lg {
    display: block;
    width: 100%;
    margin: 12px 12px;
  }
  #homeContent .home-photo .col-md-4 .img-wrapper-lg,
  #homeContent .home-photo .col-md-8 .img-wrapper-lg,
  #homeContent .home-photo .row .img-wrapper-lg {
    height: 225px;
  }
  #homeContent .home-photo .col-md-4 .chapter-logo,
  #homeContent .home-photo .col-md-8 .chapter-logo,
  #homeContent .home-photo .row .chapter-logo {
    width: 100%;
  }
  #homeContent .home-photo .col-md-4 .chapter-logo h2,
  #homeContent .home-photo .col-md-8 .chapter-logo h2,
  #homeContent .home-photo .row .chapter-logo h2 {
    width: 100vw;
    left: -72%;
  }
  #homeContent .home-photo .col-md-4 .mobile-hide,
  #homeContent .home-photo .col-md-8 .mobile-hide,
  #homeContent .home-photo .row .mobile-hide {
    display: none;
  }
  body.interior-page .wrapper {
    width: 90vw;
  }
  body.interior-page .borderLine {
    border-bottom: none;
    margin: 14px;
  }
  body.interior-page #pageContent {
    margin-top: 488px;
    padding: 0;
  }
  body.interior-page #pageContent .container {
    padding-left: 0;
    padding-right: 0;
  }
  body.interior-page #pageContent .container #content {
    padding: 0 50px;
  }
  body.interior-page #pageContent .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
  }
  body.interior-page #pageContent #interiorSidebar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body.interior-page #pageContent #interiorSidebar .photo {
    display: block;
    width: 100%;
  }
  body.interior-page #pageContent #interiorSidebar .photo img {
    height: 241px;
    width: 100%;
    max-height: none;
    overflow: hidden;
  }
  .mobile-show.social-show {
    display: block;
  }
  footer .connect-bg .edge {
    border-right: none;
  }
  footer .connect-bg .mobLine {
    border-bottom: 2px solid #213469;
    margin-bottom: 40px;
    width: 25%;
    margin-left: 37.5%;
  }
  footer .connect-bg .social-icons {
    margin-bottom: 50px;
  }
  footer .connect-bg .border {
    height: 40px;
    width: 100%;
    background-color: white;
  }
  footer #mastFooter {
    margin-top: 0;
    padding-top: 0;
    height: auto;
  }
  footer #mastFooter .content-center {
    padding-left: 30px;
    padding-right: 50px;
    margin-bottom: 40px;
  }
  footer #mastFooter .content-center a img {
    max-width: 95%;
  }
  footer #mastFooter .text-left {
    padding-left: 50px;
  }
  footer #mastFooter .bottomSocial {
    display: block;
  }
  footer #mastFooter .bottomSocial .social-icons {
    margin-bottom: 50px;
  }
  footer #mastFooter .bottomSocial h4 {
    text-align: center;
  }
  footer #mastFooter .bottomSocial .col-sm-6 {
    width: 100%;
    align-content: center;
    text-align: center;
  }
  footer .footer-bg img {
    max-width: 90%;
  }
}
.instafeed {
  text-align: center;
}
.instafeed__item {
  width: 95%;
  text-align: center;
  margin: 5px auto 20px;
  position: relative;
}
.instafeed__item:hover .instafeed__caption {
  display: block;
}
.instafeed__header {
  text-align: left;
  margin-bottom: 10px;
}
.instafeed__link {
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
}
.instafeed__title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #262626;
  font-weight: 600;
}
.instafeed__media-link {
  width: 100%;
  display: block;
}
.instafeed__img {
  width: 100%;
}
.instafeed__username {
  color: #262626;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.instafeed__followup {
  background: 0 0;
  border: none;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  overflow: visible;
  padding: 0;
  color: #3897f0;
  cursor: pointer;
}
.instafeed__logo {
  float: right;
  display: block;
}
.instafeed__logo-link {
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background-image: url(https://www.instagram.com/static/sprites/embed/9d26e1.png);
  background-repeat: no-repeat;
  background-position: -72px -27px;
  height: 32px;
  width: 32px;
}
.instafeed__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  color: white;
  padding: 5px;
  display: none;
}
