form.example input[type=text] {
  padding: 20px 20px 20px 40px;
  font-size: 17px;
  border: 3px solid #E2E2E2;
  box-shadow: 0px 7px 20px 0 rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
  background: #fff;
}

form.example button {
  padding: 20px;
  background: #00454F;
  color: #FFF;
  font-size: 18px;
  border-left: none;
  cursor: pointer;
  width: 30%;
}

form.example button:hover {
  background: #00292F;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #CECECE;
}

.form-group {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.teaching-materials-box {
  padding: 51px 20px 22px;
  background: #FFF;
  border: 1px solid #E2E2E2;
  box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 0 30px 0;
}

.teaching-materials-box .ico {
  height: 50px;
  margin-bottom: 80px;
}

.teaching-materials-box .ico img {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0 auto;
}

.teaching-materials-box h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 21px;
}

@media (max-width: 767px) {
  .teaching-materials-box {
    margin: 0 0 30px;
    padding: 50px 15px 20px;
  }

  .teaching-materials-box h4 {
    margin: 0 0 14px;
  }
}

h1,
h2,
h3,
h4,
p {
  font-family: roboto, sans-serif;
}

a {
  background-color: transparent;
  font-family: roboto, sans-serif;
  font-weight: 500;
  color: #00454F;
}

a:active,
a:hover {
  outline: 0;
}

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  a[href^="#"]:after {
    content: "";
  }

  p {
    orphans: 3;
    widows: 3;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

.teaching-materials-container a:hover,
.teaching-materials-container a:focus {
  color: inherit;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

[role="button"] {
  cursor: pointer;
}

h4 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 {
  font-size: 18px;
}

p {
  margin: 0 0 10px;
}



.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a {
  color: #00454F;
}

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus {
  outline: none;
}

.accordion {
  padding: 32px 40px 6px;
  background: #FFF;
  border: 1px solid #CCCCCC;
  box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.accordion .panel {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  margin: 0 0 26px;
}

.accordion .panel-title>a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  padding: 5px 18px 5px 0;
}

.accordion .panel-title>a:after {
  content: '\f106';
  position: absolute;
  font-family: "FontAwesome";
  right: 0;
  top: 50%;
  margin-top: -.6em;
  font-size: 1.25em;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion .panel-title>a.collapsed:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -.4em;
}

.accordion .panel-body {
  padding: 12px 10px 18px 0;
}

.accordion .panel-body p {
  margin: 0;
}

@media (max-width: 767px) {
  .accordion {
    padding: 20px 20px 6px;
  }

  .accordion .panel {
    margin-bottom: 14px;
  }
}