html {
  font-size: 1em;
}

body {
  background: #fff;
  font-family: "Droid Serif", serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  color: #666;
}

a {
  color: #0068b3;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #002d4d;
}
a:active {
  color: #002d4d;
}
a:focus {
  color: #002d4d;
}

h1 {
  font-size: 2.125em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 0.875em;
}

h6 {
  font-size: 0.75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  color: #0068b3;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  font-size: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-transform: none;
  color: #0068b3;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #002d4d;
}
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
  color: #002d4d;
}
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: #002d4d;
}

ol,
ul {
  margin-bottom: 20px;
  padding-left: 30px;
}
ol li,
ul li {
  margin: 0 0 5px;
}
ol li:last-child,
ul li:last-child {
  margin: 0;
}

.body-container {
  background: #fff;
}

.container {
  width: 100%;
}

section.section h1 p,
section.section h2 p,
section.section h3 p,
section.section h4 p,
section.section h5 p,
section.section h6 p {
  line-height: 1.25;
}

div > *:last-child, div > *:last-child > *:last-child, div > *:last-child > *:last-child > *:last-child,
ol > *:last-child,
ol > *:last-child > *:last-child,
ol > *:last-child > *:last-child > *:last-child,
section > *:last-child,
section > *:last-child > *:last-child,
section > *:last-child > *:last-child > *:last-child,
ul > *:last-child,
ul > *:last-child > *:last-child,
ul > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

::selection {
  background: #0068b3;
  color: #fff;
}

table {
  border: solid 1px #e1e1e1;
}
table th {
  background: #e1e1e1;
  padding: 10px !important;
  font-size: 1.125em;
  border-bottom: none !important;
}
table td {
  padding: 10px !important;
  font-size: 0.875em;
  border-top: solid 1px #e1e1e1 !important;
  border-right: solid 1px #e1e1e1;
}

a.button,
button.button {
  display: inline-block;
  width: auto;
  height: 60px;
  padding: 0 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 3.4;
  color: #fff;
  border: none;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.button::before, a.button::after,
button.button::before,
button.button::after {
  content: "";
  display: block;
  background: #0068b3;
  background: -moz-linear-gradient(top, #0068b3 0%, #004a80 100%);
  background: -webkit-linear-gradient(top, #0068b3 0%, #004a80 100%);
  background: linear-gradient(to bottom, #0068b3 0%, #004a80 100%);
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
a.button::after,
button.button::after {
  background: #002d4d;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.button:hover::after,
button.button:hover::after {
  opacity: 1;
}
a.button:active::after,
button.button:active::after {
  opacity: 1;
}
a.button:focus::after,
button.button:focus::after {
  opacity: 1;
}

.rule {
  border-color: #e1e1e1 !important;
  margin: 60px 0 !important;
}

.rule2 {
  border-color: #e1e1e1 !important;
}

[placeholder]:focus::-webkit-input-placeholder {
  -moz-transition: opacity 0.3s 0.3s ease-in-out;
  -o-transition: opacity 0.3s 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s ease-in-out;
  opacity: 0;
}

[placeholder]:focus::-moz-input-placeholder {
  -moz-transition: opacity 0.3s 0.3s ease-in-out;
  -o-transition: opacity 0.3s 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s ease-in-out;
  opacity: 0;
}

[placeholder]:focus:-moz-input-placeholder {
  -moz-transition: opacity 0.3s 0.3s ease-in-out;
  -o-transition: opacity 0.3s 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s ease-in-out;
  opacity: 0;
}

[placeholder]:focus::-ms-input-placeholder {
  -moz-transition: opacity 0.3s 0.3s ease-in-out;
  -o-transition: opacity 0.3s 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s ease-in-out;
  opacity: 0;
}

.homepage #content section.section:nth-child(even),
.homepage #content section.section:nth-child(odd) {
  background: #fff;
}

.homepage .section_SideBySide .container {
  padding: 60px 20px !important;
}
@media screen and (min-width: 992px) {
  .homepage .section_SideBySide .container {
    width: 970px;
    padding: 60px 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .section_SideBySide .container {
    width: 1170px;
    padding: 80px 0 !important;
  }
}
@media screen and (min-width: 1680px) {
  .homepage .section_SideBySide .container {
    padding: 120px 0 !important;
  }
}
.homepage .section_SideBySide .container .sidebyside-wrapper {
  padding: 0;
}
.homepage .section_SideBySide .container .aside_text h2 {
  margin-bottom: 15px;
}
.homepage .section_SideBySide .container .aside_text .learnmore {
  margin-top: 20px;
}
@media screen and (min-width: 1680px) {
  .homepage .section_SideBySide .container .aside_text .learnmore {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .homepage .section_SideBySide.Left .container .aside_text {
    padding-left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .section_SideBySide.Left .container .aside_text {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .section_SideBySide.Left .container .aside_text {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .homepage .section_SideBySide.Right .container .aside_text {
    padding-right: 40px;
  }
}
@media screen and (min-width: 992px) {
  .homepage .section_SideBySide.Right .container .aside_text {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .section_SideBySide.Right .container .aside_text {
    padding-right: 0;
  }
}
.homepage .section_SimpleText .container {
  padding: 60px 20px !important;
}
@media screen and (min-width: 992px) {
  .homepage .section_SimpleText .container {
    width: 970px;
    padding: 60px 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .section_SimpleText .container {
    width: 1170px;
    padding: 80px 0 !important;
  }
}
@media screen and (min-width: 1680px) {
  .homepage .section_SimpleText .container {
    padding: 120px 0 !important;
  }
}
.homepage .section_SimpleText .container .Text {
  padding: 0;
}
.homepage .section_SimpleText .container .Text h2 {
  margin-bottom: 15px;
}
.homepage .section_SimpleText .container .Text .learnmore {
  margin-top: 20px;
}
@media screen and (min-width: 1680px) {
  .homepage .section_SimpleText .container .Text .learnmore {
    margin-top: 30px;
  }
}

.homepage .home-banner {
  background: #fff !important;
}
.homepage .home-banner .container {
  padding: 60px 20px !important;
}
@media screen and (min-width: 992px) {
  .homepage .home-banner .container {
    width: 100%;
    padding: 0 !important;
  }
}
.homepage .home-banner .sidebyside-wrapper {
  padding: 0;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .homepage .home-banner .aside_image {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .homepage .home-banner .wrap {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 992px) {
  .homepage .home-banner .wrap {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .homepage .home-banner .crop::after {
    content: "";
    display: block;
    background: rgba(6, 88, 157, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1742px) {
  .homepage .home-banner .crop {
    height: calc(100vh - 100px);
  }
}
.homepage .home-banner .aside_text {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .homepage .home-banner .aside_text {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .homepage .home-banner .aside_text {
    padding: 0 0 40px;
    text-align: center;
    position: absolute;
    top: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .home-banner .aside_text {
    padding: 0;
    top: 45%;
  }
}
.homepage .home-banner h2 {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .homepage .home-banner h2 {
    width: 970px;
    margin: 0 auto 15px;
    padding: 0 20px;
    font-size: 2.5em;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .home-banner h2 {
    width: 1170px;
    padding: 0;
    font-size: 3.125em;
  }
}
@media screen and (min-width: 1900px) {
  .homepage .home-banner h2 {
    width: 1400px;
    font-size: 4em;
  }
}
.homepage .home-banner p {
  font-size: 1.125em;
}
@media screen and (min-width: 992px) {
  .homepage .home-banner p {
    width: 970px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .home-banner p {
    width: 1170px;
    padding: 0;
    font-size: 1.375em;
  }
}
@media screen and (min-width: 1900px) {
  .homepage .home-banner p {
    width: 1400px;
    font-size: 1.625em;
  }
}
.homepage .home-banner .button {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .homepage .home-banner .button {
    margin-top: 30px;
  }
}
.homepage .home-banner .scroll-down {
  display: none;
}
@media screen and (min-width: 1200px) {
  .homepage .home-banner .scroll-down {
    display: inline-block;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .homepage .home-banner .scroll-down span {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
  }
  .homepage .home-banner .scroll-down .fa {
    font-size: 2em;
  }
}
@media screen and (min-width: 1680px) {
  .homepage .home-banner .scroll-down {
    bottom: 40px;
  }
}

.homepage .home-intro {
  background: #f1f1f1 !important;
}
.homepage .home-intro .container {
  padding: 60px 20px !important;
}
@media screen and (min-width: 992px) {
  .homepage .home-intro .container {
    width: 970px;
    padding: 60px 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .home-intro .container {
    width: 1170px;
    padding: 80px 0 !important;
  }
}
@media screen and (min-width: 1680px) {
  .homepage .home-intro .container {
    width: 1400px;
    padding: 120px 0 !important;
  }
}
.homepage .home-intro .sidebyside-wrapper {
  padding: 0;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .homepage .home-intro .aside_image {
    width: 100%;
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  .homepage .home-intro .aside_image {
    float: right;
    width: 50%;
    padding: 50px 0 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .home-intro .aside_image {
    padding: 50px 0 0 60px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage .home-intro .aside_image {
    padding: 50px 0 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .homepage .home-intro .wrap {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 992px) {
  .homepage .home-intro .wrap {
    margin-bottom: 0 !important;
  }
}
.homepage .home-intro .crop {
  max-height: 360px;
}
@media screen and (min-width: 992px) {
  .homepage .home-intro .crop {
    max-height: none;
  }
}
.homepage .home-intro .aside_text {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .homepage .home-intro .aside_text {
    width: 100%;
    right: auto;
  }
}
@media screen and (min-width: 992px) {
  .homepage .home-intro .aside_text {
    width: 50%;
    padding: 60px 30px 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .home-intro .aside_text {
    padding: 80px 30px 80px 0;
  }
}
@media screen and (min-width: 1680px) {
  .homepage .home-intro .aside_text {
    padding: 120px 30px 120px 0;
  }
}
.homepage .home-intro h2 {
  margin-bottom: 15px;
}
.homepage .home-intro p {
  font-size: 1.125em;
}
@media screen and (min-width: 1680px) {
  .homepage .home-intro p {
    line-height: 2;
  }
}
.homepage .home-intro .button {
  margin-top: 20px;
}
@media screen and (min-width: 1680px) {
  .homepage .home-intro .button {
    margin-top: 30px;
  }
}

#hero {
  background-image: none !important;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #hero {
    height: auto;
  }
}
#hero .heroOverlay {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
#hero .container {
  background: none;
  padding: 60px 20px !important;
}
@media screen and (min-width: 992px) {
  #hero .container {
    width: 970px;
    padding: 60px 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  #hero .container {
    padding: 80px 0 !important;
  }
}
@media screen and (min-width: 1680px) {
  #hero .container {
    width: 1400px;
    padding: 120px 0 !important;
  }
}
#hero aside {
  font-size: 1em;
}
#hero .wrapper {
  overflow: auto;
}
#hero h2 {
  margin-top: 20px !important;
  margin-bottom: 15px;
  color: #0068b3;
}
@media screen and (min-width: 992px) {
  #hero h2 {
    margin-top: 0 !important;
  }
}
#hero p {
  margin-bottom: 0;
  font-size: 1.125em;
  color: #666;
}
@media screen and (min-width: 1680px) {
  #hero .learnmore {
    margin: 30px 0 0;
  }
}
#hero .backArrow,
#hero .forwardArrow {
  display: none;
}
@media screen and (min-width: 1200px) {
  #hero .backArrow,
  #hero .forwardArrow {
    display: block;
    background: #d1d1d1;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    font-size: 2em;
    color: #fff;
    line-height: 1.9;
    border-radius: 4px;
    top: 50% !important;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #hero .backArrow:hover,
  #hero .forwardArrow:hover {
    background: rgb(183.5, 183.5, 183.5);
    color: #fff;
  }
  #hero .backArrow:active,
  #hero .forwardArrow:active {
    background: rgb(183.5, 183.5, 183.5);
    color: #fff;
  }
  #hero .backArrow:focus,
  #hero .forwardArrow:focus {
    background: rgb(183.5, 183.5, 183.5);
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  #hero .backArrow {
    left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #hero .forwardArrow {
    right: 50px;
  }
}

.heroDesc,
.heroImages {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .heroDesc,
  .heroImages {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1680px) {
  .heroDesc,
  .heroImages {
    width: 50%;
  }
}

.heroImages img {
  max-width: 700px;
}

@media screen and (min-width: 992px) {
  .heroDesc {
    padding-left: 60px;
  }
}

.heroDesc .learnmore {
  width: auto;
  height: 60px;
  margin: 20px 0 0;
  padding: 0 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 3.4;
  color: #fff;
  border: none;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.heroDesc .learnmore::before, .heroDesc .learnmore::after {
  content: "";
  display: block;
  background: #0068b3;
  background: -moz-linear-gradient(top, #0068b3 0%, #004a80 100%);
  background: -webkit-linear-gradient(top, #0068b3 0%, #004a80 100%);
  background: linear-gradient(to bottom, #0068b3 0%, #004a80 100%);
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.heroDesc .learnmore::after {
  background: #002d4d;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.heroDesc .learnmore:hover::after {
  opacity: 1;
}
.heroDesc .learnmore:active::after {
  opacity: 1;
}
.heroDesc .learnmore:focus::after {
  opacity: 1;
}

.home-three-box {
  background: #0068b3 !important;
}
@media screen and (min-width: 992px) {
  .home-three-box {
    background: url("../img/color-bg.jpg") no-repeat 50% 50% !important;
    background-size: cover;
  }
}
.home-three-box .container {
  padding: 60px 20px !important;
}
@media screen and (min-width: 992px) {
  .home-three-box .container {
    width: 970px;
    padding: 60px 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .home-three-box .container {
    width: 1170px;
    padding: 80px 0 !important;
  }
}
@media screen and (min-width: 1680px) {
  .home-three-box .container {
    width: 1400px;
    padding: 120px 0 !important;
  }
}
.home-three-box .box {
  float: none;
  background: #fff;
  max-width: 420px;
  margin: 0 auto 40px;
  padding: 0;
  text-align: left;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (min-width: 768px) {
  .home-three-box .box {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .home-three-box .box {
    float: left;
    width: 30%;
    margin: 0 5% 0 0;
  }
}
.home-three-box .box h2 {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 20px 20px 0;
}
@media screen and (min-width: 1200px) {
  .home-three-box .box h2 {
    padding: 30px 30px 0;
  }
}
@media screen and (min-width: 1680px) {
  .home-three-box .box h2 {
    padding: 40px 40px 0;
  }
}
.home-three-box .box img {
  max-width: 420px;
}
.home-three-box .box .box-paragraph {
  margin-bottom: 0;
  padding: 0 20px;
}
.home-three-box .box .box-paragraph p {
  font-size: 1.125em;
}
@media screen and (min-width: 1200px) {
  .home-three-box .box .box-paragraph {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1680px) {
  .home-three-box .box .box-paragraph {
    padding: 0 40px;
  }
}
.home-three-box .box .learnmore {
  margin: 20px 0 20px 20px;
}
@media screen and (min-width: 1200px) {
  .home-three-box .box .learnmore {
    margin: 20px 0 30px 30px;
  }
}
@media screen and (min-width: 1680px) {
  .home-three-box .box .learnmore {
    margin: 30px 0 40px 40px;
  }
}
.home-three-box .box:last-child .learnmore {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .home-three-box .box:last-child .learnmore {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1680px) {
  .home-three-box .box:last-child .learnmore {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .home-three-box #box3 {
    margin-right: 0;
  }
}

.home-resources .container {
  padding: 60px 20px !important;
}
@media screen and (min-width: 992px) {
  .home-resources .container {
    width: 970px;
    padding: 60px 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .home-resources .container {
    width: 1170px;
    padding: 80px 0 !important;
  }
}
@media screen and (min-width: 1680px) {
  .home-resources .container {
    width: 1400px;
    padding: 120px 0 !important;
  }
}
.home-resources .welcome {
  padding: 0;
}
.home-resources .resources {
  text-align: left;
}
.home-resources h2 {
  margin-bottom: 25px;
}
.home-resources .box-btn {
  background: #e1e1e1;
  width: 100%;
  margin: 0 auto 30px;
  padding-bottom: 100%;
  border-radius: 4px;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-resources .box-btn:hover {
  background: #0068b3;
}
.home-resources .box-btn:hover .text .fa,
.home-resources .box-btn:hover .text h2 {
  color: #fff;
}
.home-resources .box-btn:active {
  background: #0068b3;
}
.home-resources .box-btn:active .text .fa,
.home-resources .box-btn:active .text h2 {
  color: #fff;
}
.home-resources .box-btn:focus {
  background: #0068b3;
}
.home-resources .box-btn:focus .text .fa,
.home-resources .box-btn:focus .text h2 {
  color: #fff;
}
@media screen and (min-width: 640px) {
  .home-resources .box-btn {
    width: 47%;
    padding-bottom: 47%;
  }
  .home-resources .box-btn.articles, .home-resources .box-btn.calculators {
    float: left;
  }
  .home-resources .box-btn.videos, .home-resources .box-btn.presentations {
    float: right;
  }
  .home-resources .box-btn.calculators, .home-resources .box-btn.presentations {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .home-resources .box-btn.articles, .home-resources .box-btn.videos {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .home-resources .box-btn {
    width: 22.75%;
    margin-right: 3%;
    padding-bottom: 22.75%;
  }
  .home-resources .box-btn.articles, .home-resources .box-btn.videos {
    margin-bottom: 0;
  }
  .home-resources .box-btn.videos, .home-resources .box-btn.presentations {
    float: left;
  }
  .home-resources .box-btn.presentations {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-resources .box-btn {
    width: 22%;
    margin-right: 4%;
    padding-bottom: 22%;
  }
  .home-resources .box-btn.presentations {
    margin-right: 0;
  }
}
.home-resources a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-resources .text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-resources .text .fa {
  font-size: 1.875em;
  color: #222;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-resources .text h2 {
  margin-top: 20px;
  font-size: 1.25em;
  color: #222;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-form {
  background: #0068b3 !important;
}
.home-form .container {
  background: none;
  padding: 60px 20px !important;
}
@media screen and (min-width: 992px) {
  .home-form .container {
    width: 970px;
    padding: 60px 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .home-form .container {
    width: 1170px;
    padding: 80px 0 !important;
  }
}
@media screen and (min-width: 1680px) {
  .home-form .container {
    width: 1400px;
    padding: 120px 0 !important;
  }
}
.home-form .col-md-12,
.home-form .col-md-4,
.home-form .col-sm-4,
.home-form .col-xs-12,
.home-form .contactMessage {
  padding: 0;
}
.home-form h2 {
  padding: 0;
  color: #fff;
}
.home-form input[type=text],
.home-form textarea {
  background: #004a80;
  margin-top: 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  text-transform: none;
  color: #fff;
  border: none;
  border-radius: 4px;
}
@media screen and (min-width: 1680px) {
  .home-form textarea {
    min-height: 150px;
  }
}
.home-form ::-webkit-input-placeholder {
  -moz-transition: opacity 0.2s 0.2s ease-in-out;
  -o-transition: opacity 0.2s 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s 0.2s ease-in-out;
  transition: opacity 0.2s 0.2s ease-in-out;
  color: #fff;
  opacity: 1;
}
.home-form :-moz-input-placeholder {
  -moz-transition: opacity 0.2s 0.2s ease-in-out;
  -o-transition: opacity 0.2s 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s 0.2s ease-in-out;
  transition: opacity 0.2s 0.2s ease-in-out;
  color: #fff;
  opacity: 1;
}
.home-form ::-moz-input-placeholder {
  -moz-transition: opacity 0.2s 0.2s ease-in-out;
  -o-transition: opacity 0.2s 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s 0.2s ease-in-out;
  transition: opacity 0.2s 0.2s ease-in-out;
  color: #fff;
  opacity: 1;
}
.home-form ::-ms-input-placeholder {
  -moz-transition: opacity 0.2s 0.2s ease-in-out;
  -o-transition: opacity 0.2s 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s 0.2s ease-in-out;
  transition: opacity 0.2s 0.2s ease-in-out;
  color: #fff;
  opacity: 1;
}
.home-form .formGroup {
  margin-bottom: 0;
}
.home-form .formGroup span {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-form .formGroup {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .home-form .formGroup {
    width: 31%;
    margin-right: 3.5%;
  }
  .home-form .formGroup.contactPhone {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-form .formGroup {
    width: 31.5%;
    margin-right: 2.75%;
  }
  .home-form .formGroup.contactPhone {
    margin-right: 0;
  }
}
@media screen and (min-width: 1680px) {
  .home-form .formGroup {
    width: 32%;
    margin-right: 2%;
  }
  .home-form .formGroup.contactPhone {
    margin-right: 0;
  }
}
.home-form .formArea {
  float: left;
  width: 100%;
}
.home-form .formArea span {
  display: none;
}
.home-form .form-button {
  float: left;
  margin-top: 30px;
}
.home-form .form-button .submit {
  background: #fff;
  padding: 0 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  text-transform: uppercase;
  color: #0068b3;
  line-height: 3.4;
  border: none;
  border-radius: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-form .form-button .submit:hover {
  background: #002d4d;
  color: #fff !important;
}
.home-form .form-button .submit:active {
  background: #002d4d;
  color: #fff !important;
}
.home-form .form-button .submit:focus {
  background: #002d4d;
  color: #fff !important;
}

.dl-app {
  background: #f1f1f1 !important;
}
.dl-app .container {
  padding: 60px 20px !important;
}
@media screen and (min-width: 992px) {
  .dl-app .container {
    width: 970px;
    padding: 60px 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .dl-app .container {
    width: 1170px;
    padding: 80px 0 !important;
  }
}
@media screen and (min-width: 1680px) {
  .dl-app .container {
    width: 1400px;
    padding: 120px 0 !important;
  }
}
.dl-app .container .welcome {
  padding: 0;
}
.dl-app .container .text h2 {
  margin-bottom: 20px;
}
.dl-app .container .text p {
  margin-bottom: 30px;
  font-size: 1.125em;
}
@media screen and (min-width: 992px) {
  .dl-app .container .text {
    float: left;
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .dl-app .container .text {
    width: 50%;
    padding-top: 50px;
  }
}
@media screen and (min-width: 1680px) {
  .dl-app .container .text {
    padding-top: 40px;
  }
}
.dl-app .container .buttons img {
  width: 160px;
  height: auto;
}
.dl-app .container .buttons .iphone-btn {
  margin-right: 5px;
}
.dl-app .container .image {
  height: 0;
}
@media screen and (min-width: 992px) {
  .dl-app .container .image {
    float: right;
    background: url("../img/app.png") no-repeat 50% 50%;
    background-size: cover;
    width: 300px;
    height: 300px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .dl-app .container .image {
    width: 400px;
    height: 400px;
    margin-right: 80px;
  }
}
@media screen and (min-width: 1680px) {
  .dl-app .container .image {
    margin-right: 160px;
  }
}

.homepage header.header .header-phone {
  display: none;
}
.homepage #section_0 h2 {
  font-family: "Nothing You Could Do", serif;
  text-transform: none;
}
.homepage #section_2 {
  display: none;
}
.homepage #section_4 {
  background-image: url("../img/city-bg.jpg") !important;
  background-size: cover;
  background-position: center center;
  padding: 75px 20px !important;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .homepage #section_4 {
    padding: 75px 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .homepage #section_4 .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage #section_4 .container {
    width: 1170px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage #section_4 .container {
    width: 1400px;
  }
}
.homepage #section_4 p {
  color: #fff;
}
.homepage #section_4 h2 {
  color: #7bc4f9;
}
.homepage #section_5 {
  padding: 75px 20px !important;
  background-color: #EBE8DC !important;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .homepage #section_5 {
    padding: 75px 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .homepage #section_5 .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage #section_5 .container {
    width: 1170px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage #section_5 .container {
    width: 1400px;
  }
}
.homepage #section_6 {
  padding: 75px 20px !important;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .homepage #section_6 {
    padding: 75px 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .homepage #section_6 .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage #section_6 .container {
    width: 1170px;
  }
}
@media screen and (min-width: 1680px) {
  .homepage #section_6 .container {
    width: 1400px;
  }
}
.homepage #section_6 .slider .slide {
  padding: 0 30px;
}
.homepage #section_6 .slider .slide img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .homepage #section_6 .slider .slide .slide-image {
    max-height: 200px;
    overflow: hidden;
  }
}
.homepage #section_6 .slider .slide .slide-content {
  background-color: #09457A;
  color: #fff;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .homepage #section_6 .slider .slide .slide-content {
    min-height: 200px;
  }
}
.homepage #section_6 .slider .slick-prev:before, .homepage #section_6 .slider .slick-next:before {
  color: black;
}

.homepage .section-title span {
  border-bottom: 1px solid #cfcfcf;
  max-width: 50%;
  margin: 0 auto;
  padding-bottom: 10px;
  display: block;
}
.homepage .section-title strong {
  display: block;
  margin-top: 10px;
}

/* ------------------------------------------------------------ *\
  Advantage
\* ------------------------------------------------------------ */
.advantage {
  float: left;
  width: 20%;
  text-align: center;
}
@media (max-width: 992px) {
  .advantage {
    width: 50%;
    margin-bottom: 30px;
  }
  .advantage:last-child {
    float: none;
    clear: both;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .advantage {
    float: none;
    width: auto;
  }
}
.advantage .advantage-image {
  color: #fff;
  font-size: 52px;
  width: 163px;
  height: 163px;
  line-height: 145px;
  background: #0068b3;
  border: 9px solid #0b78c7;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.advantage .advantage-title {
  color: #0068b3;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
.advantage .btn {
  font-size: 16px;
  border-radius: 25px;
}

ul.advantages li {
  list-style: none;
}

/* ------------------------------------------------------------ *\
  Slider Updates
\* ------------------------------------------------------------ */
.slider-updates {
  position: relative;
  color: #fff;
  font-size: 20px;
}
.slider-updates .slider-clip {
  margin: 0 -15px;
}
@media (max-width: 1200px) {
  .slider-updates .slider-clip {
    margin: 0;
    padding: 0 40px;
  }
}
.slider-updates .slide {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .slider-updates .slide {
    padding: 0;
  }
}
.slider-updates .slide-content {
  background: #00457c;
  padding: 25px;
}
.slider-updates .slide-image img {
  display: block;
  width: 100%;
}
.slider-updates .slider-prev {
  background: url(../img/ico-left.png) no-repeat 0 0;
  display: inline-block;
  width: 26px;
  height: 46px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  left: -97px;
}
@media (max-width: 1200px) {
  .slider-updates .slider-prev {
    left: 0;
  }
}
.slider-updates .slider-next {
  background: url(../img/ico-right.png) no-repeat 0 0;
  display: inline-block;
  width: 26px;
  height: 46px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  right: -97px;
}
@media (max-width: 1200px) {
  .slider-updates .slider-next {
    right: 0;
  }
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.subpage .section_FullWidth .welcome {
  padding: 0;
}

.subpage .section_SimpleText {
  margin: 0 0 60px;
}
.subpage .section_SimpleText .box {
  padding: 0;
}
.subpage .section_SimpleText h2 {
  margin: 0 0 15px;
}
.subpage .section_SimpleText .button {
  margin: 20px 0 0;
}
@media screen and (min-width: 1200px) {
  .subpage .section_SimpleText {
    margin: 0 0 80px;
  }
}

.subpage .section_SideBySide {
  margin: 0 0 60px;
}
.subpage .section_SideBySide .sidebyside-wrapper {
  padding: 0;
  overflow: hidden;
}
.subpage .section_SideBySide .aside_image {
  float: none;
  text-align: left;
}
.subpage .section_SideBySide .aside_image .wrap {
  margin: 0 0 20px;
}
.subpage .section_SideBySide .aside_text {
  float: none;
}
.subpage .section_SideBySide .aside_text h2 {
  margin: 0 0 15px;
}
.subpage .section_SideBySide .button {
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .subpage .section_SideBySide.Left .aside_image {
    float: left;
    width: 47%;
  }
  .subpage .section_SideBySide.Left .aside_image .wrap {
    margin: 0;
  }
  .subpage .section_SideBySide.Left .aside_text {
    float: right;
    width: 47%;
  }
  .subpage .section_SideBySide.Right .aside_image {
    float: right;
    width: 47%;
    left: auto;
  }
  .subpage .section_SideBySide.Right .aside_image .wrap {
    margin: 0;
  }
  .subpage .section_SideBySide.Right .aside_text {
    float: left;
    width: 47%;
    right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .subpage .section_SideBySide {
    margin: 0 0 80px;
  }
}

.subpage .section_Boxes {
  margin: 0 0 60px;
}
.subpage .section_Boxes .box {
  margin: 0 0 40px;
  padding: 0;
  text-align: left;
}
.subpage .section_Boxes .box img {
  max-width: 500px;
  margin: 0 0 20px !important;
}
.subpage .section_Boxes h2 {
  margin: 0 0 15px;
}
.subpage .section_Boxes .box-paragraph {
  margin: 0;
}
.subpage .section_Boxes .button {
  margin: 20px 0 0;
}
.subpage .section_Boxes .box-icon {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .subpage .section_Boxes .box {
    width: 30%;
    margin: 0 0 0 5%;
  }
  .subpage .section_Boxes #box1 {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .subpage .section_Boxes {
    margin: 0 0 80px;
  }
}

.subpage .section_Form {
  margin: 0 0 60px;
}
.subpage .section_Form .contact-form div {
  margin: 0 0 30px;
  padding: 0;
}
.subpage .section_Form .contact-form div span {
  display: none;
}
.subpage .section_Form .contact-form div input,
.subpage .section_Form .contact-form div textarea {
  margin: 0;
}
.subpage .section_Form .contact-form .form-title {
  margin: 0;
}
.subpage .section_Form .contact-form h2 {
  margin: 0 0 20px;
  padding: 0;
}
.subpage .section_Form .contact-form .formArea {
  margin: 0;
}
.subpage .section_Form .contact-form .form-button {
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .subpage .section_Form .contact-form .formGroup {
    width: 100%;
  }
  .subpage .section_Form .contact-form .form-title + div {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .subpage .section_Form .contact-form div {
    margin-bottom: 30px;
  }
  .subpage .section_Form .contact-form .formGroup {
    width: 31%;
    margin-left: 3.5%;
  }
}
@media screen and (min-width: 992px) {
  .subpage .section_Form .contact-form .formGroup {
    width: 31.5%;
    margin-left: 2.75%;
  }
}

.subpage nav#main .container .header-logo img {
  opacity: 0;
  transition: opacity, 1s;
}

.subpage .body-container {
  padding-top: 0;
}
.subpage h2.section-title {
  margin-bottom: 40px;
}
.subpage h2.section-title span {
  border-bottom: 1px solid #cfcfcf;
  max-width: 50%;
  margin: 0 auto;
  padding-bottom: 10px;
  display: block;
}
.subpage h2.section-title strong {
  display: block;
  margin-top: 10px;
}

.subpage .hero-container {
  height: 300px;
  background-image: url("../../../pages/img/contact-us-bg.png");
  position: relative;
  background-size: cover;
  background-position: center center;
}
.subpage .hero-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 88, 157, 0.3);
  z-index: 1;
}
.subpage .hero-container h1 {
  z-index: 50;
  position: absolute;
  top: 42%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: none;
}
@media screen and (min-width: 992px) {
  .subpage .hero-container h1 {
    font-size: 90px;
  }
}
@media screen and (min-width: 992px) {
  .subpage .hero-container {
    height: 633px;
  }
}

.page-services .hero-container {
  background-image: url(../../../pages/img/intro-services.jpg);
}

.page-company #section_0 {
  text-align: center;
}

.page-special-care-planning #section_0 h2 {
  text-align: center;
}
.page-special-care-planning #section_0 .section-head .row p {
  text-align: center;
}
.page-special-care-planning #section_0 .list-bullets {
  text-align: left;
}

.page-careers #content h5 {
  font-size: 25px;
  margin-bottom: 17px;
}
.page-careers #content h3 {
  text-align: center;
}

.section-head {
  text-align: center;
  margin-bottom: 70px;
}

.subpage .panel {
  border-radius: 4px;
  border: 1px solid #ddd;
}
.subpage .panel-title {
  color: #333 !important;
  text-align: center;
}
.subpage .panel-title a:hover {
  color: #333 !important;
}

.page-services #section_0 {
  padding-bottom: 90px;
  text-align: center;
}
.page-services #section_1 {
  position: relative;
  width: 100vw;
  left: -50vw;
  margin-left: 50%;
  background-image: url(../img/mountain-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 120px 20px;
  text-align: center;
  overflow: hidden;
}
.page-services #section_1 h2 {
  color: #fff;
}
.page-services #section_1 p {
  color: #fff;
}
.page-services #section_2 {
  padding-top: 90px;
}
.page-services #section_2 .row > .col-lg-offset-3 {
  width: 95%;
  margin: 0 auto;
  float: none;
}
@media (min-width: 992px) {
  .page-services #section_2 .row > .col-lg-offset-3 {
    width: 80%;
  }
}
.page-services #section_2 .service {
  display: table;
  width: 100%;
  margin-bottom: 43px;
}
.page-services #section_2 .service:last-child {
  margin-bottom: 0;
}
.page-services #section_2 .service .service-title {
  margin: 0;
  color: #1f4072;
  line-height: 0.8;
  text-transform: none;
  line-height: 1.5;
}
.page-services #section_2 .service .service-head {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 33.3%;
  padding: 0 15px;
  border-right: 1px solid #d1d4d6;
}
@media (max-width: 767px) {
  .page-services #section_2 .service .service-head {
    display: block;
    width: 100%;
    text-align: center;
    border-right: 0;
    border-bottom: 2px solid #d1d4d6;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.page-services #section_2 .service .service-body {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px 8px 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .page-services #section_2 .service .service-body {
    display: block;
  }
}

.page-special-care-planning #section_0 .col-md-offset-1 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.tab .col-md-3:nth-child(2n+1) {
  clear: left;
}
@media (min-width: 992px) {
  .tab .col-md-3:nth-child(2n+1) {
    clear: none;
  }
}

@media (min-width: 992px) {
  .tab .col-md-3:nth-child(4n+1) {
    clear: left;
  }
}

.subpage .team-header {
  text-align: center !important;
}
.subpage .team-header .tabs-head {
  margin-top: 50px;
}
.subpage .team-header .section-title {
  border-bottom: 1px solid #cfcfcf;
  max-width: 50%;
  margin: 0 auto;
  padding-bottom: 10px;
  display: block;
  margin-bottom: 20px;
}
.subpage .team-header .team-subtitle {
  margin-top: 30px;
}

/* ------------------------------------------------------------ *\
  Tabs
\* ------------------------------------------------------------ */
.tabs-nav {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0068b3;
  margin: 20px 0 68px 0 !important;
}
.tabs-nav li {
  list-style: none;
  list-style-position: outside;
  display: inline-block;
  vertical-align: middle;
}
.tabs-nav li:not(:first-child):before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .tabs-nav li:not(:first-child):before {
    display: none;
  }
}
@media (max-width: 767px) {
  .tabs-nav li {
    padding: 0 5px;
  }
}
.tabs-nav a {
  color: #0068b3;
  display: inline-block;
  vertical-align: middle;
}
.tabs-nav .current a {
  color: #1f4072;
  text-decoration: underline;
}

/* ------------------------------------------------------------ *\
  Team Item
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .subpage .tabs-body .tab .col-md-3 {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
}

.team-item {
  text-align: center;
  margin-bottom: 70px !important;
}
.team-item .team-item-image {
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  background: #959595;
  max-width: 100%;
}
.team-item .team-item-image img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.team-item .team-item-title {
  color: #1f4072;
}

.team-item-detailed .team-item-head {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .team-item-detailed .team-item-head {
    font-size: 18px;
  }
}
.team-item-detailed .team-item-image {
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  padding-bottom: 290px;
  position: relative;
  background: #959595;
  max-width: 290px;
}
.team-item-detailed .team-item-image img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.team-item-detailed .team-item-title {
  color: #1f4072;
}
.team-item-detailed ul li {
  list-style-type: none;
  position: relative;
}
.team-item-detailed .list-bullets li {
  padding-left: 25px;
}
.team-item-detailed .list-bullets li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #323232;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 11px;
  left: 0;
}
.team-item-detailed pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: nowrap;
}
.team-item-detailed .subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #0068b3;
}

.team-item-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.team-item-body ul {
  padding: 0;
}
.team-item-body ul li {
  list-style-type: none;
}

@media (min-width: 992px) {
  .team-item-title {
    -webkit-flex: 1 0 48px;
    flex: 1 0 70px;
    margin-bottom: 0;
  }
}
.list-positions {
  -webkit-flex: 1 0 75px;
  flex: 1 0 75px;
  font-size: 16px;
}

.team-bg {
  background-image: url(../img/intro-team.jpg);
}

/* ------------------------------------------------------------ *\
  Office
\* ------------------------------------------------------------ */
.office {
  position: relative;
  background: #443837;
  color: #fff;
  padding-right: 50%;
  text-align: center;
  display: table;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .office {
    padding-right: 0;
    display: block;
    height: auto;
    font-size: 16px;
  }
}
.office:last-child {
  margin-bottom: 0;
}
.office .office-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 767px) {
  .office .office-image {
    position: static;
    display: block;
    padding-top: 50%;
    width: 100%;
  }
}
.office .office-body {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
}
@media (max-width: 767px) {
  .office .office-body {
    display: block;
  }
}
.office h4 {
  margin-bottom: 50px;
}
.office h4:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .office h4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .office .break {
    display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
  }
}

.office-secondary {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 16px;
}
.office-secondary h6 {
  margin-bottom: 14px;
}
.office-secondary p {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .office-secondary {
    width: 50%;
    margin-bottom: 30px;
  }
  .office-secondary:last-child {
    clear: both;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .office-secondary {
    float: none;
    width: 100%;
  }
}

.page-contact-us .section-contacts > .row > div {
  margin: 0;
  width: 100%;
}
.page-contact-us .section-contacts + .section > .row > div {
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .subpage #content {
    overflow: auto;
  }
}

.subpage #content .container:first-of-type {
  background: #fff;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .subpage #content .container:first-of-type {
    width: 970px;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .subpage #content .container:first-of-type {
    width: 1170px;
    padding: 80px 0;
  }
}

.subpage #content article .container > .container,
.subpage #content article .container .section .container {
  padding: 0 !important;
  box-shadow: 0 0 0 rgba(34, 34, 34, 0);
}

.subpage article {
  min-height: 0;
  padding: 60px 0;
}
.subpage article h1 {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 !important;
}
.subpage article img {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .subpage .body-container {
    min-height: 500px;
    overflow: auto;
  }
  .subpage article {
    padding: 0;
  }
  .subpage article h1 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .subpage .body-container {
  }
}

.subpage #content .container h1:first-child + p {
  padding: 0 !important;
}

#agentContent img {
  float: right;
  width: 100px;
  margin: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  #agentContent img {
    width: 200px;
  }
}

.teamIntro {
  padding: 0 !important;
}
.teamIntro a {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .teamIntro a {
    display: block;
  }
}
.teamIntro .team {
  width: 100%;
  max-width: 500px !important;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .teamIntro .team {
    float: left;
    width: 40%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .teamIntro p {
    float: right;
    width: 60%;
    padding-left: 60px;
  }
}

#teamContent .agent .description,
#teamContent .agent .info,
#teamContent .principal .description,
#teamContent .principal .info {
  padding-right: 0;
  padding-left: 0;
}
#teamContent .agent .description h4,
#teamContent .principal .description h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1.5em;
}
@media screen and (min-width: 768px) {
  #teamContent .agent .description h4,
  #teamContent .principal .description h4 {
    margin-top: 0;
  }
}
#teamContent .principal {
  margin-top: 0;
}
#teamContent .agent {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  #teamContent .agent .info {
    width: 25%;
  }
  #teamContent .agent .description {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  #teamContent .principal .info {
    width: 26%;
  }
  #teamContent .principal .description {
    width: 74%;
  }
  #teamContent .agent .info {
    width: 19%;
  }
  #teamContent .agent .description {
    width: 81%;
  }
}
@media screen and (min-width: 1200px) {
  #teamContent .principal .info {
    width: 22%;
  }
  #teamContent .principal .description {
    width: 78%;
  }
  #teamContent .agent .info {
    width: 17%;
  }
  #teamContent .agent .description {
    width: 83%;
  }
}
#teamContent .button {
  margin: 20px 0 0;
}

#agentContent .team-img,
#agentContent .team-info {
  padding-right: 0;
  padding-left: 0;
}
#agentContent .team-img {
  margin: 0 0 20px;
}
#agentContent .team-img img {
  float: none;
  width: auto;
  margin: 0;
}
#agentContent .team-summary {
  margin: 0 0 15px;
}
#agentContent .team-summary h2 {
  margin: 0 0 10px;
}
@media screen and (min-width: 992px) {
  #agentContent .team-img {
    width: auto;
    margin: 0;
  }
  #agentContent .team-info {
    padding-right: 20px;
  }
}

.form {
  overflow: hidden;
}
.form .col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}
.form h2 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}

.contactForm {
  padding: 0;
}
.contactForm input[type=text],
.contactForm textarea {
  border-color: #e1e1e1;
  border-radius: 4px;
}
.contactForm #Name, .contactForm #Email {
  margin-bottom: 30px;
}
.contactForm #Message {
  margin: 0 0 30px;
}
.contactForm .submit {
  background: #0068b3;
  width: auto;
  height: 60px;
  margin: 0;
  padding: 0 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 3.4;
  color: #fff;
  border: none;
  border-radius: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contactForm .submit:hover {
  background: #002d4d;
  color: #fff;
}
.contactForm .submit:active {
  background: #002d4d;
  color: #fff;
}
.contactForm .submit:focus {
  background: #002d4d;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .contactForm #Name,
  .contactForm #Email {
    width: 48.5%;
  }
}
@media screen and (min-width: 1200px) {
  .contactForm #Name,
  .contactForm #Email {
    width: 48.75%;
  }
}

#learningContent {
  margin: 0 0 60px;
}
#learningContent h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
#learningContent p {
  margin-bottom: 30px;
}
#learningContent p:last-child {
  margin-bottom: 0;
}
#learningContent + .form.container {
  padding: 0 !important;
}

#matterContent {
  margin-top: 60px;
}
#matterContent .rule2 {
  height: 60px;
  margin: 0;
}
#matterContent .flagBody {
  background: #0068b3;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#matterContent .flagBody:hover {
  background: #0068b3;
}
#matterContent .flagBody:active {
  background: #0068b3;
}
#matterContent .flagBody:focus {
  background: #0068b3;
}
#matterContent .featuredFlag {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}

.featured {
  padding: 0;
  overflow: hidden;
}
.featured .featured-image {
  margin: 0 0 20px;
  padding-right: 0;
}
.featured .featured-image img {
  width: 100%;
  max-width: 400px !important;
}
.featured .featured-summary {
  padding-right: 0;
  padding-left: 0;
}
.featured .featured-summary h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .featured .featured-image {
    margin: 0;
  }
  .featured .featured-summary {
    padding-left: 30px;
  }
}

#suggested {
  margin: 60px 0 0;
}
#suggested h2 {
  margin: 0 0 20px;
  padding: 0 20px;
  font-size: 1.875em;
  text-align: left;
}
#suggested .content {
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
}
#suggested .content p {
  font-size: 1em;
}
#suggested .content:last-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #suggested .content {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #suggested .content {
    width: 30%;
    margin: 0 5% 0 0;
  }
  #suggested:last-child {
    margin: 0;
  }
}

.thumbnail {
  padding: 0;
  line-height: 1.5;
  border-radius: 0;
}
.thumbnail img {
  max-width: 400px !important;
  margin: 0 !important;
}
.thumbnail .caption {
  margin: 15px 0 0;
  padding: 0;
  color: #666;
}
.thumbnail .caption h3 {
  margin: 0 0 5px;
}

#additional_xs {
  margin: 60px 0 0;
}
#additional_xs .panel-heading {
  background: #0068b3;
  height: 60px;
  padding: 21px 20px;
  border: none;
  border-radius: 4px;
}
#additional_xs .panel-heading h4 a {
  color: #fff;
}
#additional_xs .panel-heading h4 a:hover {
  color: #fff;
}
#additional_xs .panel-heading h4 a:active {
  color: #fff;
}
#additional_xs .panel-heading h4 a:focus {
  color: #fff;
}
#additional_xs .panel-collapse h4 a:hover {
  color: #002d4d;
}
#additional_xs .panel-collapse h4 a:active {
  color: #002d4d;
}
#additional_xs .panel-collapse h4 a:focus {
  color: #002d4d;
}

@media screen and (min-width: 768px) {
  #additional {
    background: #f1f1f1;
    margin-top: 60px;
    margin-bottom: 0;
    border-radius: 4px;
  }
  #additional .nav-tabs {
    border-bottom: solid 1px #e1e1e1;
  }
  #additional .nav-tabs a {
    padding: 15px 20px;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    color: #0068b3;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  #additional .nav-tabs a:hover {
    background: #e1e1e1;
    border-radius: 0;
    color: #0068b3;
  }
  #additional .nav-tabs a:active {
    background: #e1e1e1;
    border-radius: 0;
    color: #0068b3;
  }
  #additional .nav-tabs a:focus {
    background: #e1e1e1;
    border-radius: 0;
    color: #0068b3;
  }
  #additional .nav-tabs a.selected {
    background: #e1e1e1;
    border-radius: 0;
    color: #0068b3;
  }
  #additional .matterContent {
    padding: 20px;
  }
  #additional .matterContent .content {
    margin: 0 0 20px;
    padding: 0 0 0 10px;
  }
  #additional .matterContent .content h4 {
    margin-top: 0;
  }
  #additional .matterContent .content h4 a {
    color: #0068b3;
  }
  #additional .matterContent .content h4 a:hover {
    color: #002d4d;
  }
  #additional .matterContent .content h4 a:active {
    color: #002d4d;
  }
  #additional .matterContent .content h4 a:focus {
    color: #002d4d;
  }
  #additional .matterContent .left {
    padding: 0 10px 0 0;
  }
  #additional .matterContent .viewAll {
    margin: 0;
    padding: 0;
  }
  #additional .matterContent .viewAll a {
    color: #0068b3;
  }
  #additional .matterContent .viewAll a:hover {
    color: #002d4d;
  }
  #additional .matterContent .viewAll a:active {
    color: #002d4d;
  }
  #additional .matterContent .viewAll a:focus {
    color: #002d4d;
  }
}
@media screen and (min-width: 992px) {
  #additional .matterContent {
    padding: 30px;
  }
  #additional .matterContent .content {
    margin-bottom: 30px;
  }
}

.panel {
  border: none;
}

.panel-body {
  background: #f1f1f1;
  padding: 30px 20px;
  border-top: none !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel-body.selected {
  border: none;
}
.panel-body .col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}
.panel-body .content {
  margin: 0 0 20px;
}
.panel-body .content h4 {
  margin: 0 0 5px;
}
.panel-body .content h4:hover {
  color: #002d4d;
}
.panel-body .content h4:active {
  color: #002d4d;
}
.panel-body .content h4:focus {
  color: #002d4d;
}
.panel-body .content p {
  color: #222;
}

.viewAll {
  font-size: 1.125em;
}
.viewAll:hover {
  color: #002d4d !important;
}
.viewAll:active {
  color: #002d4d !important;
}
.viewAll:focus {
  color: #002d4d !important;
}

#allTypeContent .col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}
#allTypeContent .matter {
  margin: 0 0 30px;
}
#allTypeContent .matter:last-child {
  margin: 0;
}
#allTypeContent h2 {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  #allTypeContent .matter {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #allTypeContent .matter {
    width: 50%;
    padding-left: 40px;
  }
  #allTypeContent .left {
    padding-right: 40px;
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .page-resource-center-calculators .matter {
    padding: 0 !important;
  }
}

#content .note {
  padding: 0;
}

#articleContent {
  padding: 0;
}
#articleContent .fastFact,
#articleContent .tip {
  width: 100%;
  margin: 0 0 15px;
  padding: 30px 0 0;
  font-size: 0.75em;
  line-height: 1.5;
}
#articleContent h2 {
  margin: 20px 0 10px;
}
#articleContent .focusBox {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
#articleContent .focusBox img {
  width: 100%;
  height: auto;
}

.relatedContent {
  min-height: 0 !important;
}

#allVideoContent .col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}
#allVideoContent .videoContent {
  margin: 0 0 30px;
}
#allVideoContent .videoContent:last-child {
  margin: 0;
}
#allVideoContent .videoContent {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #allVideoContent .videoContent {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #allVideoContent .videoContent {
    width: 30%;
    margin: 0 0 40px 5%;
  }
  #allVideoContent .left {
    margin: 0 0 40px 0;
  }
  #allVideoContent .rule {
    margin: 40px 0 !important;
  }
}

.presentationContainer,
.videoContentContainer {
  background: #fff;
  padding-right: 0;
  padding-left: 0;
}

.videoContent {
  margin: 0 0 40px;
}

.form.container,
.presentationDetailsContact {
  margin: 0 0 50px;
  padding: 0 20px !important;
}

#presentation {
  background: #222;
}

.slideText p {
  color: #fff;
}

.page-resource-center-presentations .fancybox-close,
.presentation.subpage .fancybox-close {
  background: rgba(255, 255, 255, 0.5);
}
.page-resource-center-presentations .fancybox-close::after, .page-resource-center-presentations .fancybox-close::before,
.presentation.subpage .fancybox-close::after,
.presentation.subpage .fancybox-close::before {
  background: #0068b3;
}

#calcContent {
  padding: 0 20px;
}

.eventsIntro {
  padding: 0 !important;
}

#eventContent .col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}
#eventContent .info h4 {
  margin: 0 0 10px;
}
#eventContent [itemprop=image] {
  width: 100%;
  max-width: 600px !important;
}
#eventContent [itemprop=location] {
  margin: 20px 0 0;
}
#eventContent .description {
  margin: 20px 0 0;
}
#eventContent .description h2 {
  margin: 0 0 10px;
}
#eventContent hr {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  #eventContent .event .info {
    width: 25%;
  }
  #eventContent .event .description {
    width: 75%;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  #eventContent .event .info {
    width: 22%;
  }
  #eventContent .event .description {
    width: 78%;
  }
}

#EventRegistrationSignupForm .submit,
#eventContent .register {
  margin-top: 20px;
}

.registerBtn .submit {
  margin-top: 0 !important;
}

.post-container,
.post-image {
  padding: 0;
}

.post-image {
  display: none;
}

.post-container h2 {
  margin-bottom: 20px;
}
.post-container .authorimage {
  float: left;
  margin: 10px 20px 15px 0;
}
@media screen and (min-width: 992px) {
  .post-container {
    width: 100%;
  }
  .post-container .authorimage {
    margin: 10px 50px 30px 0 !important;
  }
}

.page-blog .container div[class=rule]:last-child {
  display: none;
}

.blogIntro {
  padding: 0 !important;
}

.blogPost .blogimage {
  width: 600px;
}
.blogPost hr {
  margin-top: 60px;
  margin-bottom: 60px;
}
.blogPost .genre {
  float: left;
  clear: left;
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  color: #0068b3;
}
.blogPost div[itemProp=articleBody] {
  float: left;
}
.blogPost + .clear + .addthis_toolbox {
  margin: 0;
  padding: 20px 0 0;
}

.postheader .authorimage {
  float: left;
  width: 75px;
  margin: 10px 15px 15px 0;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .postheader .authorimage {
    margin-top: 0;
  }
}

.readmore {
  background: none;
  width: auto;
  height: 60px;
  margin: 10px 0 0;
  padding: 0 55px;
  font-size: 1.125em;
  font-weight: 400 !important;
  text-transform: none;
  line-height: 3.1;
  color: #0068b3;
  border: solid 2px #0068b3;
}
.readmore:hover {
  background: none;
  color: #fff;
}
.readmore:active {
  background: none;
  color: #fff;
}
.readmore:focus {
  background: none;
  color: #fff;
}

.page-tools #content article h2,
.page-tools #content article p {
  padding: 0 !important;
}

#glossaryContent .col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}
#glossaryContent h3 a {
  text-transform: inherit;
  color: inherit;
}

.resourceList {
  padding: 0 !important;
}

.page-tools-tax-resources #content article .note {
  margin-top: 40px;
}

.at-icon-wrapper {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: top;
}

.addthis_separator {
  display: block !important;
  margin: -4px 5px 0 !important;
}

.page-contact #content .container .container {
  padding: 0;
}
.page-contact #content .socialMedia a {
  width: auto;
  height: auto;
  margin: 0 10px 0 0 !important;
  font-size: 1em;
}
.page-contact #content article .col-xs-12 {
  padding: 0;
}
.page-contact .contact-block {
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-contact .contact-block h2 {
  margin-bottom: 15px;
}
.page-contact .contact-block section {
  margin-bottom: 15px !important;
}
.page-contact .contact-block section:last-child {
  margin-bottom: 0 !important;
}
.page-contact .contact-block .address p,
.page-contact .contact-block .contact p,
.page-contact .contact-block .hours p {
  margin-bottom: 5px;
  font-size: 1em;
}
.page-contact .contact-block .address p:last-child,
.page-contact .contact-block .contact p:last-child,
.page-contact .contact-block .hours p:last-child {
  margin-bottom: 0;
}
.page-contact .map-canvas {
  float: none;
  height: 400px;
  margin: 30px 0 0;
}
.page-contact .form.container {
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .page-contact .contact-email,
  .page-contact .contact-social {
    width: 50%;
  }
  .page-contact .contact-social {
    text-align: right;
  }
  .page-contact #content .socialMedia {
    margin-top: 0;
  }
  .page-contact .map-canvas {
    margin: 0;
  }
}

body.article .main-container {
  padding: 0 20px !important;
}
body.article #articleContent .container {
  padding: 0 !important;
}
body.article #articleContent strong {
  color: #0068b3;
}
body.article #suggested h2 {
  padding: 0;
}
body.article #suggested .container {
  padding: 0 !important;
}
@media screen and (min-width: 992px) {
  body.article .main-container {
    padding: 60px 0 !important;
  }
  body.article #articleContent .container {
    box-shadow: 0 0 0 rgba(34, 34, 34, 0) !important;
  }
  body.article #suggested {
    margin: 60px 0 0;
  }
  body.article #suggested .container {
    box-shadow: 0 0 0 rgba(34, 34, 34, 0) !important;
  }
}
@media screen and (min-width: 1200px) {
  body.article .main-container {
    padding: 80px 0 !important;
  }
}

body.calculator #calcContent {
  text-align: left !important;
}
body.calculator .addthis_toolbox {
  width: 100%;
  padding-top: 30px;
}
body.calculator .main-container {
  padding: 60px 20px 0 20px !important;
}
body.calculator #suggested h2 {
  padding: 0;
}
body.calculator #suggested .container {
  padding: 0 !important;
}
@media screen and (min-width: 480px) {
  body.calculator .addthis_toolbox {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  body.calculator #calcContent {
    margin: 0;
    padding: 0 30px;
    text-align: center !important;
  }
  body.calculator #calcFrame {
    width: 900px;
    min-height: 580px;
    border-top: solid 60px #fff;
  }
  body.calculator .addthis_toolbox {
    display: inline-block;
    width: 900px;
    padding-top: 20px;
  }
  body.calculator .main-container {
    padding: 60px 0 !important;
  }
  body.calculator #suggested {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  body.calculator #calcContent {
    padding: 0 60px;
  }
  body.calculator #calcFrame,
  body.calculator .addthis_toolbox {
    width: 1100px;
  }
  body.calculator #calcFrame {
    border-top: solid 80px #fff;
  }
  body.calculator .main-container {
    padding: 60px 0 80px !important;
  }
}

body.presentation .main-container {
  padding: 0 20px !important;
}
body.presentation .videoContent {
  margin: 0 0 60px;
}
body.presentation #suggested h2 {
  padding: 0;
}
body.presentation #suggested .container {
  padding: 0 !important;
}
@media screen and (min-width: 992px) {
  body.presentation .main-container {
    padding: 60px 0 !important;
  }
  body.presentation .presentationContainer .container {
    box-shadow: 0 0 0 rgba(34, 34, 34, 0) !important;
  }
  body.presentation .videoContent {
    margin: 20px 0 60px;
  }
  body.presentation #suggested {
    margin: 60px 0 0;
  }
  body.presentation #suggested .container {
    box-shadow: 0 0 0 rgba(34, 34, 34, 0) !important;
  }
}
@media screen and (min-width: 1200px) {
  body.presentation .main-container {
    padding: 80px 0 !important;
  }
}

body.video .main-container {
  padding: 0 20px !important;
}
body.video .videoContent {
  margin: 0 0 60px;
}
body.video #suggested h2 {
  padding: 0;
}
body.video #suggested .container {
  padding: 0 !important;
}
@media screen and (min-width: 992px) {
  body.video .main-container {
    padding: 60px 0 !important;
  }
  body.video .videoContentContainer .container {
    box-shadow: 0 0 0 rgba(34, 34, 34, 0) !important;
  }
  body.video .videoContent {
    margin: 20px 0 60px;
  }
  body.video #suggested {
    margin: 60px 0 0;
  }
  body.video #suggested .container {
    box-shadow: 0 0 0 rgba(34, 34, 34, 0) !important;
  }
}
@media screen and (min-width: 1200px) {
  body.video .main-container {
    padding: 80px 0 !important;
  }
}

.page-team-amarjit-rekhi #cal-button,
.page-team-andrew-selim #cal-button,
.page-team-angelo-facciponti-citc #cal-button,
.page-team-anthony-botte #cal-button,
.page-team-anthony-canderozzi-chfccrpclutcf #cal-button,
.page-team-anthony-durazzo #cal-button,
.page-team-anthony-gerbasio #cal-button,
.page-team-anthony-loffredo #cal-button,
.page-team-antoinette-gega-casl-chfc #cal-button,
.page-team-barbara-exposito #cal-button,
.page-team-barbara-knudson-clu-chfc-msfs #cal-button,
.page-team-beth-watkins #cal-button,
.page-team-bob-sondi #cal-button,
.page-team-brandon-martin #cal-button,
.page-team-bryan-telzer #cal-button,
.page-team-charles-a-lambert-crpc #cal-button,
.page-team-charles-a-marisca-cfp #cal-button,
.page-team-charlie-gordon #cal-button,
.page-team-chris-s-fiorenzi #cal-button,
.page-team-christopher-furrule-lutcf #cal-button,
.page-team-chuck-ricciardi #cal-button,
.page-team-craig-mckinley #cal-button,
.page-team-craig-seminara-chfc #cal-button,
.page-team-daniel-c-ballister-cfp #cal-button,
.page-team-daniel-lamego #cal-button,
.page-team-daniel-mccoy #cal-button,
.page-team-danielle-chiarella #cal-button,
.page-team-david-e-maschio #cal-button,
.page-team-david-j-waverczak #cal-button,
.page-team-david-m-sharpe #cal-button,
.page-team-david-maurer-cfpcrpc-mba #cal-button,
.page-team-david-mesa #cal-button,
.page-team-david-selenko-jd #cal-button,
.page-team-denise-gavin #cal-button,
.page-team-dennis-j-quinn #cal-button,
.page-team-dina-delre #cal-button,
.page-team-donna-hlavacek-chfc-casl #cal-button,
.page-team-donna-lorch #cal-button,
.page-team-douglas-berry #cal-button,
.page-team-edward-kulik #cal-button,
.page-team-edward-giblin #cal-button,
.page-team-eric-karlik #cal-button,
.page-team-erik-gaines #cal-button,
.page-team-evan-silverstein-chfcr-cltc-cfp-casl-rebc #cal-button,
.page-team-fernando-dager #cal-button,
.page-team-francis-j-gordon-jr-clu-lutcf #cal-button,
.page-team-ganshyam-bhojwani #cal-button,
.page-team-garry-pfeil #cal-button,
.page-team-geoffrey-ernst #cal-button,
.page-team-george-grube #cal-button,
.page-team-georgia-christodoulou #cal-button,
.page-team-gerald-jarmusik #cal-button,
.page-team-haris-hot-mba #cal-button,
.page-team-lutcf-cltc #cal-button,
.page-team-ian-ruderman-ricp #cal-button,
.page-team-jacob-solomon-mba-cfp #cal-button,
.page-team-jacob-rathee #cal-button,
.page-team-jake-furrule #cal-button,
.page-team-jamie-betar #cal-button,
.page-team-janice-barone #cal-button,
.page-team-jared-brown #cal-button,
.page-team-jayson-decandia #cal-button,
.page-team-je-c-park-mba #cal-button,
.page-team-jeffrey-pesso #cal-button,
.page-team-jennifer-post #cal-button,
.page-team-john-a-mendes-cfp-casl-lutcf #cal-button,
.page-team-john-beninato-cdfa #cal-button,
.page-team-john-costello-cfp-casl-rebc #cal-button,
.page-team-joseph-del-guecrio-clu-chfc #cal-button,
.page-team-joseph-p-silvestri-cfp-chfc-clu-casl-cltc #cal-button,
.page-team-joseph-turano #cal-button,
.page-team-juan-rengifo #cal-button,
.page-team-jyoti-thakker #cal-button,
.page-team-kahlia-freeman #cal-button,
.page-team-karen-r-kuiphoff #cal-button,
.page-team-karl-lorch #cal-button,
.page-team-keith-kensey #cal-button,
.page-team-keith-bermeo-cfp-clu-chfc-casl #cal-button,
.page-team-keith-soltis-cltc #cal-button,
.page-team-kenneth-korwin-cfp-crpc #cal-button,
.page-team-kenneth-w-mills-iii #cal-button,
.page-team-kevin-barry-lutcf #cal-button,
.page-team-kevin-shim #cal-button,
.page-team-larry-lauth #cal-button,
.page-team-laurie-aromando #cal-button,
.page-team-laurie-silvestri #cal-button,
.page-team-lex-knapp #cal-button,
.page-team-liz-czopek #cal-button,
.page-team-louis-m-natale-jr #cal-button,
.page-team-luke-decandia-cfp-cluchfc-mba #cal-button,
.page-team-manuel-v-thomas #cal-button,
.page-team-marie-buchicchio #cal-button,
.page-team-marion-sommer-cfp #cal-button,
.page-team-mark-mccoy #cal-button,
.page-team-mark-ringwald #cal-button,
.page-team-mary-grace-herring #cal-button,
.page-team-matthew-galasso #cal-button,
.page-team-matthew-siegel #cal-button,
.page-team-matthew-jamandron #cal-button,
.page-team-melanie-dahl #cal-button,
.page-team-michael-webb-lutcf #cal-button,
.page-team-michael-abrams #cal-button,
.page-team-michael-j-liskowitz #cal-button,
.page-team-michael-nitto #cal-button,
.page-team-michael-sumi #cal-button,
.page-team-michelle-zhang #cal-button,
.page-team-mike-feeney #cal-button,
.page-team-morihiko-goto #cal-button,
.page-team-nathan-golwasser-mba #cal-button,
.page-team-nicholas-skibinski #cal-button,
.page-team-norman-chevlin-cfp-mba #cal-button,
.page-team-olena-kondryshyn #cal-button,
.page-team-ottilia-stura #cal-button,
.page-team-paras-m-vakharia #cal-button,
.page-team-patrick-connelly-ricp #cal-button,
.page-team-perry-j-koplik-aif #cal-button,
.page-team-ralph-dente #cal-button,
.page-team-raymond-chicoli #cal-button,
.page-team-raymond-j-dondero #cal-button,
.page-team-rich-gallagher #cal-button,
.page-team-richard-kearns #cal-button,
.page-team-ricky-nelson #cal-button,
.page-team-robb-hagerman #cal-button,
.page-team-robert-hellwig #cal-button,
.page-team-robert-k-descherer-cltc #cal-button,
.page-team-robert-l-azzollini-cfp-cpa #cal-button,
.page-team-robert-meara #cal-button,
.page-team-robin-guiro #cal-button,
.page-team-rodney-boylan #cal-button,
.page-team-ronald-h-carr-jr-cfp-chfc-clu #cal-button,
.page-team-ronald-pfeiffer #cal-button,
.page-team-rosemary-clappsy #cal-button,
.page-team-sajiman-antony #cal-button,
.page-team-samuel-digaetano #cal-button,
.page-team-sang-joon-lee #cal-button,
.page-team-santo-scrofani #cal-button,
.page-team-sarah-downs #cal-button,
.page-team-scott-a-geer #cal-button,
.page-team-scott-alexander #cal-button,
.page-team-scott-lissansky #cal-button,
.page-team-sean-m-donlan-cfp-chfc-clu-casl #cal-button,
.page-team-seok-j-lee #cal-button,
.page-team-seung-y-cho-cfp-mba #cal-button,
.page-team-seung-chul-kang-mba #cal-button,
.page-team-shanna-l-wolf #cal-button,
.page-team-steven-gochman #cal-button,
.page-team-terrence-s-carey-clu-chfc-aep #cal-button,
.page-team-thomas-wieczerak-clu-rhu #cal-button,
.page-team-tory-principe #cal-button,
.page-team-van-nelson #cal-button,
.page-team-vincent-m-tagliaferri-cfp #cal-button,
.page-team-walter-reppy #cal-button,
.page-team-william-obrien #cal-button,
.page-team-young-woo-kwak-mba-cltc #cal-button,
.page-team-zachary-gildenberg #cal-button {
  display: none !important;
}
