/* slightly lighter */
/* media query break points */
/* container widths */
/*==========================  General CSS ==========================*/
h1 {
  font-family: "Sofia-Pro", "Open Sans", Helvetica, Verdana, Arial, sans-serif;
  font-weight: 800;
  font-size: 64px;
  color: #FFFFFF;
}

h2 {
  font-family: "Roboto Slab", Georgia, Times, serif;
  font-weight: 700;
  font-size: 25px;
  color: #555555;
}

h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #555555;
}

h3.time-periods {
  color: #157556;
  font-weight: 800;
  font-size: 30px;
}

p.time-periods {
  color: #406BA0;
  font-weight: 400;
  font-size: 24px;
}

body {
  margin: 0;
  background: url("/images/calcchat_bkg_pattern.webp") repeat;
}
body p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #555555;
}

button {
  min-width: 250px;
  border-radius: 25px;
  background-color: #50A684;
  color: #fff;
  border-color: transparent;
}

button.prev_link {
  border-radius: 25px 0px 0px 25px;
  font-size: 24px;
  min-width: auto;
  color: white;
  float: left;
}
@media screen and (max-width: 767px) {
  button.prev_link {
    font-size: 18px;
    height: 40px;
    padding-right: 2px;
  }
}

button.next_link {
  border-radius: 0px 25px 25px 0px;
  font-size: 24px;
  min-width: auto;
  color: white;
  float: left;
}
@media screen and (max-width: 767px) {
  button.next_link {
    font-size: 18px;
    height: 40px;
    padding-left: 2px;
  }
}

span.btn-arrow {
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  span.btn-arrow {
    display: none;
  }
}

button:hover {
  background-color: #90CBEF;
}

:focus {
  outline: none;
}

.container {
  background-color: #fff;
}

.no_p {
  padding: 0 0 0 0;
}

.no_m {
  margin: 0 0 0 0;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.row.select-textbook {
  border-radius: 0px 0px 25px 25px;
}

.textbook-cover, .select-textbook, .study_guide_title_row {
  border: 1px solid #fff;
  background-color: #fff !important;
}

.textbook-cover, .row.select-textbook, .row.view-textbook {
  text-align: center;
}

select:not(.textbook-select) {
  background: transparent;
  padding-left: 10px;
  padding: 6px;
  height: 34px;
  appearance: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  text-indent: 0.01px; /* Removes default arrow from firefox*/
  text-overflow: ""; /*Removes default arrow from firefox*/
  border-radius: 25px;
}

/*=============================  Alert =============================*/
#alert {
  height: 50px;
  display: none;
  background-color: #f4b94e;
}
@media (max-width: 422px) {
  #alert {
    /* height:70px; */
  }
}
#alert p.alert_message {
  text-align: center;
  font-size: 1.5em;
  padding-top: 10px;
}
#alert p.alert_message span.bold {
  font-weight: 700;
}
@media (max-width: 767px) {
  #alert p.alert_message {
    font-size: 1em;
  }
}
@media (max-width: 422px) {
  #alert p.alert_message {
    margin-right: 29px;
    margin-left: 0;
    padding-top: 13px;
    font-size: 0.9em;
  }
}
#alert img.close_alert {
  position: absolute;
  top: 10px;
  right: 10px;
  max-height: 30px;
  max-width: 30px;
  padding: 0px;
  opacity: 0.3;
  cursor: pointer;
}
#alert img.close_alert:hover {
  opacity: 0.9;
}
@media (max-width: 422px) {
  #alert img.close_alert {
    top: 13px;
    max-height: 20px;
    right: 4px;
  }
}

/*=============================  Header =============================*/
header {
  height: 150px;
  background-color: #406BA0;
}
@media (max-width: 767px) {
  header {
    height: 120px;
  }
}
header .container {
  background-color: #406BA0;
  border: none;
}
header img#header_logo {
  display: block;
}
@media (max-width: 991px) {
  header img#header_logo {
    width: 100px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  header img#header_logo {
    width: 50px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  header .logo-author {
    padding-left: 10px;
    font-size: 1em;
    text-align: center;
  }
}
header a span.author {
  font-family: "Roboto Slab", Georgia, Times, serif;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  padding-left: 46px;
}
@media (max-width: 1199px) {
  header a span.author {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  header a span.author {
    font-size: 16px;
  }
}
header a span.author:hover {
  color: #eddbb7;
}
header a:hover {
  text-decoration: none;
}
header p.tagline {
  margin-top: 15px;
  font-family: "Sofia-Pro", "Open Sans", Helvetica, Verdana, Arial, sans-serif;
  font-weight: 800;
  font-size: 64px;
  line-height: 32px;
  text-align: right;
  color: #ffffff;
}
@media (max-width: 991px) {
  header p.tagline {
    font-size: 30px;
    line-height: 15px;
  }
}
header span.sub-tagline {
  font-weight: 400px;
  font-size: 24px;
}
@media (max-width: 991px) {
  header span.sub-tagline {
    font-size: 16px;
  }
}
header #social_media_icons {
  position: absolute;
  top: 60px;
  right: 10px;
}
header #social_media_icons i {
  padding-left: 10px;
  color: #fff;
}
header .header_row {
  height: 150px;
  padding-top: 25px;
  overflow: hidden;
}
@media (max-width: 767px) {
  header .header_row {
    padding-top: 25px;
    height: 120px;
  }
}

/*==========================  Main Content ==========================*/
div.row.online_status {
  margin: 3% 3%;
  width: 94%;
  height: 94%;
  background-color: #fff;
  border-radius: 25px;
  padding-top: 35px;
  padding-bottom: 20px;
}

#online_status {
  background-color: #F6F4F4;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}
#online_status .row h1.online-status span.online-offline a.online {
  color: #179a3c;
}
#online_status .row h1.online-status span.online-offline a.offline {
  color: #406BA0;
  cursor: default;
}
#online_status .row h1.online-status span.online-offline a.offline:hover {
  text-decoration: none;
}
#online_status .row h1.online-status span.online-offline a.offline:active {
  text-decoration: none;
}
#online_status .row h1.online-status span.online-offline a.offline:focus {
  text-decoration: none;
}
#online_status .row button#chat_link {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 25px;
  background-color: white;
  border: 2px solid #f4b94e;
  text-align: center;
  padding: 10px;
  color: #aaa;
  font-size: 21px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
}
#online_status .row button#chat_link:hover {
  background-color: #f4ba4f;
  color: white;
}
#online_status .row button#chat_link:active {
  background-color: #ff9801;
  color: white;
}
#online_status .row h3 {
  text-align: center;
}
#online_status .row #clock_id {
  text-align: center;
  padding-top: 20px;
}

.text-upper {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

h1.online-status {
  margin-bottom: 10px;
}

h2.availability-school-year {
  color: #943637;
}
h2.availability-summer {
  color: #e4b757;
}

#online_status h2 {
  margin-bottom: 10px;
}
#online_status h2.availability-school-year, #online_status h2.availability-summer {
  margin-bottom: 0;
}
#online_status h3 {
  margin-top: 10px;
}
#online_status h3.availability-hours {
  margin-top: 5px;
  margin-bottom: 15px;
}
#online_status h1 {
  letter-spacing: 2px;
}
#online_status h2 {
  letter-spacing: 1px;
}
#online_status h3 {
  font-weight: 300;
}
#online_status .current-day {
  outline-width: 2px;
  outline-style: solid;
}
#online_status .school-year .current-day {
  outline-color: #943637;
}
#online_status .summer .current-day {
  outline-color: #e4b757;
}

.availability-days div {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #444;
  display: inline-block;
  width: 14.25%;
}
.availability-days div.unavailable {
  color: #ccc;
}

#clock_id svg {
  text-align: center;
  background-image: url("/images/clock_face.png");
  background-size: 156px;
  background-position: 2px 2px;
  background-repeat: no-repeat;
}

.study_guide_header {
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.study_guide_title_row {
  border-radius: 25px 25px 0px 0px;
}
.study_guide_title_row .carousel_title {
  padding: 10px 43px 10px 43px;
  min-height: 100px;
}
@media (max-width: 991px) {
  .study_guide_title_row .carousel_title {
    padding: 10px 30px 10px 30px;
    min-height: 50px;
  }
}
.study_guide_title_row .carousel_title h2 {
  vertical-align: bottom;
  text-align: center;
  font-family: "Roboto Slab", Georgia, Times, serif;
  font-weight: 700;
  font-size: 25px;
  color: #555;
}

/* if you want to use this for mobile select style */
.textbook-select-mobile {
  padding-left: 5px;
  background-image: url("/images/icons/down-caret.png");
  background-repeat: no-repeat;
  background-position: 100% -8px;
}

.choose-textbook {
  background-color: #F5F5F5;
  padding: 25px;
}
.choose-textbook .textbook-img {
  width: 100%;
  max-width: 400px;
}
.choose-textbook .textbook-prev-next {
  height: 100%;
  width: 100%;
  color: #aaa;
  font-size: 32px;
  background-color: #50A684;
  border: 1px solid #ccc;
}
.choose-textbook .textbook-prev,
.choose-textbook .textbook-next {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
}
.choose-textbook .textbook-prev {
  padding-left: 15px;
}
.choose-textbook .textbook-next {
  padding-right: 15px;
  right: 0;
}
.choose-textbook .textbook-select {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  border: none;
}
.choose-textbook .textbook-select option:hover,
.choose-textbook .textbook-select option:focus,
.choose-textbook .textbook-select option:checked,
.choose-textbook .textbook-select option[selected=selected],
.choose-textbook .textbook-select option.selected-book {
  background-color: #FFE5A2;
}
.choose-textbook .textbook-select option {
  padding-left: 5px;
}
.choose-textbook .choose-textbook-btn {
  font-size: 25px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.choose-textbook .choose-textbook-btn:active {
  background-color: #406BA0;
  color: white;
}

.teacher_benefits {
  background-color: #fff8e8;
}
.teacher_benefits h2 {
  font-size: 25px;
}
@media (max-width: 991px) {
  .teacher_benefits h2 {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .teacher_benefits p {
    font-size: 14px;
  }
}
.teacher_benefits p {
  text-align: left;
}
.teacher_benefits a {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #bbb;
  -moz-text-decoration-color: #bbb;
}

#onthego {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  #onthego .row {
    text-align: center;
  }
}
#onthego .row p {
  text-align: left;
}
#onthego .row .phone_col {
  padding: 0 50px 0 50px;
}
#onthego .row .phone_col img {
  max-height: 540px;
}
@media (max-width: 991px) {
  #onthego .row .phone_col img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  #onthego .row ul.on_the_go_list li {
    text-align: left;
  }
}
#onthego .row .app_download {
  padding-top: 2em;
}
#onthego .row .app_download a {
  padding: 10px;
}
#onthego .row h2 {
  font-size: 21px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#problem_col {
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
}

#callout {
  height: 225px;
}
@media (max-width: 1199px) {
  #callout {
    height: auto;
  }
}
#callout div.row {
  background: url("http://www.calcchat.com/images/callout2.jpg") no-repeat;
  background-size: cover;
  padding: 82px;
  text-align: center;
}
@media (max-width: 1199px) {
  #callout div.row {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  #callout div.row {
    padding: 30px 50px 30px 50px;
  }
}
@media (max-width: 767px) {
  #callout div.row {
    padding: 20px 50px 20px 50px;
  }
}
#callout div.row p.callout_text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 25px;
  text-align: left;
  color: #fff;
}
@media (max-width: 767px) {
  #callout div.row p.callout_text {
    font-size: 20px;
  }
}
#callout div.row #math_graphs_button {
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
#callout div.row #math_graphs_button:hover {
  background-color: white;
  color: #E9AA49;
}
#callout div.row #math_graphs_button:active {
  background-color: white;
  color: #E9AA49;
}
@media (max-width: 767px) {
  #callout div.row #math_graphs_button {
    width: 100%;
  }
}

#slider {
  margin-top: 25px;
}

@media (max-width: 1199px) {
  #callout2 {
    height: auto;
  }
}
#callout2 div.row {
  background: url("http://www.calcchat.com/images/callout1.jpg") no-repeat;
  background-size: cover;
  padding-left: 82px;
  padding-right: 82px;
  text-align: center;
}
@media (max-width: 1199px) {
  #callout2 div.row {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  #callout2 div.row {
    padding: 30px 50px 30px 50px;
  }
}
@media (max-width: 767px) {
  #callout2 div.row {
    padding: 20px 50px 20px 50px;
  }
}
#callout2 div.row .callout2_icon {
  font-size: 20px;
  color: white;
  padding-top: 40px;
  padding-bottom: 15px;
}
#callout2 div.row p.callout_text {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  #callout2 div.row p.callout_text {
    font-size: 20px;
  }
}

img#topnavbook {
  float: right;
  margin-top: 20px;
  width: 150px;
  transition: -ms-margin 0.5s;
  transition: margin 0.5s;
}
img#topnavbook:hover {
  margin-top: -25px;
  transition: -ms-margin 0.5s;
  transition: margin 0.5s;
}

#problem_dropdowns {
  background-color: #F6F4F4;
}
#problem_dropdowns .row form#PS_form {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: 15px;
}
#problem_dropdowns .row form#PS_form select {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #505050;
  border: 1px solid #ccc;
  background: #fff url("../images/icons/down-caret.png") 100% 0 no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 10px;
  margin-bottom: 15px;
}
#problem_dropdowns .row form#PS_form button#go {
  height: 50px;
  background-color: #50A684;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  margin-bottom: 15px;
  border: 2px solid #fff;
  font-family: open-sans;
  font-size: 25px;
}
@media (max-width: 1199px) {
  #problem_dropdowns .row form#PS_form button#go {
    margin-left: -10px;
  }
}
@media (max-width: 991px) {
  #problem_dropdowns .row form#PS_form button#go {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  #problem_dropdowns .row form#PS_form button#go {
    width: 100%;
    margin-left: 0px;
  }
}
#problem_dropdowns .row form#PS_form button#go:hover {
  background-color: white;
  color: black;
}

.PT-row {
  margin: 3% 3%;
  width: 94%;
  height: 94%;
  position: relative;
}

#PT {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #90CBEF;
}

#problem_view {
  /*display: table-cell;*/
  float: none;
}
#problem_view div {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#problem_view #problem_image_container {
  border: none !important;
  position: relative;
  z-index: 1;
  min-height: 500px;
  width: 100%;
}
#problem_view #problem_image_container img {
  padding: 15px !important;
}
#problem_view #problem_view_controls {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  margin-top: -6px;
  width: 100%;
  background-color: #F6F4F4;
  padding: 25px 25px 10px 25px;
}
@media (max-width: 991px) {
  #problem_view #problem_view_controls {
    padding: 10px 10px 5px 10px;
  }
}
@media (max-width: 767px) {
  #problem_view #problem_view_controls {
    padding: 0px;
  }
}
#problem_view #problem_view_controls .fa-plus, #problem_view #problem_view_controls .fa-minus {
  margin: 0px 10px;
  cursor: pointer;
  float: left;
}
#problem_view #problem_view_controls .fa-plus:hover, #problem_view #problem_view_controls .fa-minus:hover {
  color: #aaa;
}
#problem_view #problem_view_controls #problem_selector {
  width: auto;
  float: left;
  border-bottom: none;
}
#problem_view #problem_view_controls #problem_selector .selected {
  background-color: #406BA0;
}
#problem_view #problem_view_controls #problem_selector .prev_link, #problem_view #problem_view_controls #problem_selector .next_link {
  color: white;
}
#problem_view #problem_view_controls #problem_selector .prev_link:hover, #problem_view #problem_view_controls #problem_selector .next_link:hover {
  color: #333;
}
#problem_view #problem_view_controls #problem_selector .dis {
  color: #ddd;
  cursor: default;
}
#problem_view #problem_view_controls #problem_selector .dis:hover {
  color: #ddd;
  background-color: white;
}
#problem_view #problem_view_controls #misc_controls {
  border: 1px solid #CCC;
  border-bottom: none;
  border-top: none;
  background-color: #eddbb7;
  width: 100%;
}
#problem_view #problem_view_controls #misc_controls .long_control {
  vertical-align: middle;
  border: none;
  padding-top: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  #problem_view #problem_view_controls #misc_controls .long_control {
    width: 69%;
  }
}
#problem_view #problem_view_controls #misc_controls #print_button {
  border-right: 1px solid #ccc;
  background-color: #50A684;
}
#problem_view #problem_view_controls #misc_controls #full_screen_button {
  border-left: 1px solid #ccc;
}
#problem_view #problem_view_controls #misc_controls .square_control {
  border: none;
  height: auto;
  vertical-align: middle;
  padding-top: 0;
}
#problem_view #problem_view_controls #misc_controls img.square_control {
  height: 50px;
  width: 50px;
  padding: 10px;
}
#problem_view #problem_view_controls #misc_controls img.square_control:hover {
  border-bottom: 3px solid #ccc;
}
#problem_view #problem_view_controls #misc_controls #slider {
  width: 90%;
  display: inline-block;
}
@media screen and (max-width: 589px) {
  #problem_view #problem_view_controls #misc_controls #slider {
    width: 80%;
  }
}
#problem_view #problem_view_controls .rect_control, #problem_view #problem_view_controls .square_control, #problem_view #problem_view_controls .long_control {
  border: 1px solid #ccc;
  display: inline-block;
  height: 50px;
  cursor: pointer;
}
#problem_view #problem_view_controls .sol_link {
  color: #333;
}
#problem_view #problem_view_controls .sol_link:hover {
  background-color: #406BA0;
  color: white;
}
#problem_view #problem_view_controls .square_control {
  float: left;
  display: grid;
  align-content: center;
  border: none;
  width: 40px;
  height: 36px;
  margin: 2px 5px;
  font-size: 24px;
  background-color: #fff;
  color: #000;
  border-left: none;
}
@media screen and (max-width: 767px) {
  #problem_view #problem_view_controls .square_control {
    width: 30px;
    font-size: 18px;
  }
}
#problem_view #problem_view_controls .square_control:last-child {
  border-right: none;
}
#problem_view #problem_view_controls .selected_square {
  background-color: #FFE5A2;
  color: black;
}
#problem_view #problem_view_controls .rect_control {
  width: 74px;
}

button#resetlink {
  position: absolute;
  top: 1px;
  right: 15px;
  background-color: transparent;
  border-radius: 0;
  -ms-box-shadow: "none";
  -o-box-shadow: "none";
  box-shadow: "none";
  appearance: "none";
  -moz-appearance: "none";
  -webkit-appearance: "none";
  border: none;
  opacity: 0.7;
  display: none;
}

@media screen and (max-width: 475px) {
  img#min_zoom {
    display: none !important;
  }
  img#max_zoom {
    display: none !important;
  }
  #problem_view_controls > #misc_controls > .long_control {
    width: 87% !important;
  }
}
#contact {
  padding-bottom: 50px;
}
#contact img.contact_icons {
  width: 20px;
  vertical-align: top;
  padding-top: 7px;
}
#contact .phone_img {
  margin-top: -7px;
  margin-right: 5px;
}
#contact .email_img {
  width: 30px !important;
  margin-left: -5px;
}
#contact .address_img {
  margin-right: 5px;
}
#contact p.contact_info {
  display: inline-block;
  padding-left: 10px;
  padding-top: 3px !important;
}
#contact .welcome_row {
  text-align: center;
}
#contact #contact_form input, #contact #contact_form textarea {
  margin-top: 30px;
  padding-left: 20px;
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  color: #aaa;
  border-radius: 0;
  -webkit-appearance: none;
}
#contact #contact_form input:focus, #contact #contact_form textarea:focus {
  border: 1px solid #ccc;
  border-bottom: 3px solid #f4b94e;
  color: #555;
}
#contact #contact_form input {
  height: 50px;
}
#contact #contact_form .submit {
  margin-top: 25px;
  background-color: white;
  border: 2px solid #f4b94e;
  font-size: 25px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
#contact #contact_form .submit:hover {
  background-color: #f4ba4f;
  color: white;
}
#contact #contact_form .submit:active {
  background-color: #ff9801;
  color: white;
}
#contact #contact_form textarea {
  height: 130px;
  padding-top: 15px;
}
#contact #contact_form .info_col {
  margin-top: 20px;
  padding-left: 30px;
}
@media (max-width: 991px) {
  #contact #contact_form .info_col div {
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #contact #contact_form .info_col div {
    display: block;
    vertical-align: middle;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #contact #contact_form .info_col div .contact_icons {
    display: none;
  }
}
#contact #contact_messages {
  text-align: center;
  font: "Roboto Slab", Georgia, Times, serif;
  font-weight: 300;
}

/* fix partial borders on problem view controls */
#problem_view #problem_view_controls .square_control {
  border-bottom: 0;
}
#problem_view #problem_view_controls #misc_controls {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
#problem_view #problem_view_controls #misc_controls img.square_control:hover {
  border-bottom: 3px solid #555;
}

/* fix background image centering on clock svg */
#clock_id svg {
  background-size: 155px auto;
  background-position: 3px 3px;
}

/* keep center alignment on contact info through media breaks */
@media (max-width: 991px) {
  #contact #contact_form .info_col {
    padding-left: 15;
  }
}
@media (max-width: 767px) {
  #contact p.contact_info {
    padding-left: 0;
  }
}

/*===========================  About Page ===========================*/
.about_general .row, .how_to_use .row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  padding-top: 15px;
}
.about_general .row h1, .about_general .row h2, .how_to_use .row h1, .how_to_use .row h2 {
  text-align: center;
}

.for_teachers .row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 15px;
}
@media (max-width: 1199px) {
  .for_teachers .row {
    padding-bottom: 13px;
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .for_teachers .row {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.for_teachers h2 {
  padding-top: 6px;
  padding-bottom: 5px;
  text-align: center;
}
@media (max-width: 1199px) {
  .for_teachers img {
    padding-top: 79px;
  }
}
@media (max-width: 991px) {
  .for_teachers img {
    margin: 0 auto;
    padding-top: 20px;
  }
}

/*===========================  Privacy Page ===========================*/
#privacy {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
#privacy .row {
  padding: 0 15px 0 15px;
}
#privacy h1 {
  text-align: center;
}

/*=============================  Footer =============================*/
footer {
  background-color: #406BA0;
  color: #fff;
}
footer .container {
  background-color: #406BA0;
  border: none;
}
@media (max-width: 767px) {
  footer .container .footer_col {
    padding-bottom: 25px;
  }
}
footer .container .footer_col #footer_logo {
  margin: 30px 0 30px 0;
  height: 50px;
  display: block;
}
footer .container .footer_col p {
  color: #fff;
}
footer .container .footer_col .copyright {
  font-size: 12px;
}
footer .container {
  background-color: #406BA0;
  border: none;
}
@media (max-width: 767px) {
  footer .container .nav_col_1 {
    padding-left: 3%;
    padding-right: 3%;
    margin: 1em 0;
  }
}
@media (max-width: 420px) {
  footer .container .nav_col_1 {
    text-align: center;
  }
}
footer .container .nav_col_1 span.footer_nav {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 991px) {
  footer .container .nav_col_1 span.footer_nav {
    font-size: 12px;
  }
}
footer .container .nav_col_1 span.footer_nav a {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}