* {
  box-sizing: border-box !important;
}
body, html {
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: #f4f5f6;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #424242;
}

.content {
  min-height: calc(100% - 110px);
  margin-bottom: -32px;
}

.container {
  max-width: 75em;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  color: #1e0576;
}

.h2 a:hover {
  color: #626262;
  text-decoration: none !important;
}

.post-list {
  width: 100%;
  margin: 15px;
  background-color: #fff;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  color: #424242;
  font-size: .8em;
  line-height: 1.5em;
}

.post-list:first-child {
  margin-top: 30px;
}

.post-list video,
.post-list img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .post-list {
    flex-direction: column;
    margin: 20px 20px 40px;
  }
}

.post-list .post-content {
  padding: 3em;
  margin-bottom: 5em;
}


.single .post-content {
  min-height: calc(100% - 220px);
}

.post-list .post-image-holder {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .post-list .post-image-holder {
    height: 250px;
    position: static;
  }
}

.post-list p {
  margin: 2em 0 1em;
}

.post-list:after {
  display: block;
  content: '';
  clear: both;
}

.post-list a {
  color: #1e0576;
}

.post-list a.readmore {
  font-weight: 700;
}

.date {
  color: #626262;
}

.post-meta {
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 3em;
  display: flex;
  justify-content: space-between;
}

.post-list .tags a {
  color: #626262;
  margin-right: 1em;
}

.post-list .tags a:before {
  content: '#';
}

.post-list .tags ul {
  list-style: none;
  padding: 0;
}

.post-list .tags li {
  float: left;
}

.post-list .image {
  padding-left: 0px;
  padding-right: 0px;
}

.comments-list {
  margin: 30px 15px;
  background-color: #1e0576;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  color: #424242;
  font-size: .8em;
  line-height: 1.5em;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comments-list {
    flex-direction: column;
    margin: 20px 20px 40px;
  }
}

.comments-list .comments-content {
  padding: 3em;
  background-color: #fff;
}

.comment {
  padding: 2em 2em 1em 2em;
  width: 100%;
  overflow: hidden;
}

.comment:before {
  content: '';
  display: block;
  clear: both;
}

.comment-author {
  float: left;
  display: flex;
  flex-direction: column;
  padding: 0 1em 2em 1em;
}

.comment-meta {
  padding-bottom: 1.5em;
}

.reply {
  width: 100%;
  padding-bottom: 2em;
}

  .comment-respond {
    margin-top: 2em;
  }

  .comment-respond textarea,
  .comment-respond input {
    border: 1px solid #ccc;
  }

.depth-1 {
  border-bottom: #ccc 1px solid;
  margin-top: 2em;
  background: #eee;
  box-shadow: 1px 1px 1px #ccc;
}

.depth-2 {
  border-left: 20px solid #ccc;
  background: #ddd;
  margin-bottom: 1em;
  padding: 2em 1em 0em 1em;
}

.comment-form-comment label {
  display: none;
}

#comment {
  width: 100%;
}

#form-allowed-tags {
  display: none;
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 1em;
}

  .pagination span,
  .pagination a {
    padding: 10px;
  }

footer {
  background-color: #1e0576;
  color: #f4f5f6;
  width: 100%;
  margin-top: 2em;
  padding: 1em;
  height: 50px;
}

footer p {
  font-size: .8em;
}


header {
  display: block;
}

header a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

header a:active,
header a:hover {
  outline-width: 0;
}

header strong {
  font-weight: inherit;
  font-weight: bolder;
}

header sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

header sup {
  top: -.5em;
}

header img {
  border-style: none;
}

header svg:not(:root) {
  overflow: hidden;
}

header input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

header input {
  overflow: visible;
}

header *,
:after,
:before {
  box-sizing: inherit;
}

header img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

header div,
header form,
header li,
header ul {
  margin: 0;
  padding: 0;
}

header i {
  font-style: italic;
}

header i,
header strong {
  line-height: inherit;
}

header strong {
  font-weight: 700;
}

header a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

header a:focus,
header a:hover {
  color: #1468a0;
}

header a img {
  border: 0;
}

header ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

header li {
  font-size: inherit;
}

header ul {
  list-style-type: disc;
}

header ul {
  margin-left: 1.25rem;
}

header ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

@media print {
  header * {
    background: transparent!important;
    box-shadow: none!important;
    color: #000!important;
    text-shadow: none!important;
  }
  header a,
  header a:visited {
    text-decoration: underline;
  }
  header a[href]:after {
    content: " (" attr(href) ")";
  }
  header img {
    page-break-inside: avoid;
  }
  header img {
    max-width: 100%!important;
  }
}

header [type=text] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #0a0a0a;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

header [type=text]:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border-color .25s ease-in-out;
}

header input::-webkit-input-placeholder {
  color: #cacaca;
}

header input::-moz-placeholder {
  color: #cacaca;
}

header input:-ms-input-placeholder {
  color: #cacaca;
}

header input::placeholder {
  color: #cacaca;
}

header input:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

header .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header .fa-search:before {
  content: "\F002";
}

header .fa-user-circle-o:before {
  content: "\F2BE";
}

header {
  background-color: #fff;
  min-height: 72px;
  padding-bottom: 0;
  z-index: 10;
  font-family: Open Sans, sans-serif!important;
}

@media only screen and (max-width:1023px) {
  header {
    min-height: 48px;
  }
}

header .masthead {
  position: relative;
  max-width: 75em;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

header .masthead a {
  border-bottom: 0;
}

header .masthead .masthead--left {
  display: flex;
  align-items: center;
  max-width: 170px;
  height: 72px;
  padding-left: 15px;
  margin-right: 72px;
}

header .masthead .masthead--left img {
  max-height: 32px;
  max-width: none;
}

@media only screen and (max-width:1023px) {
  header .masthead .masthead--left img {
    height: 28px;
  }
}

@media only screen and (max-width:1023px) {
  header .masthead .masthead--left {
    height: 28px;
    padding-left: 12px;
    margin-right: 0;
  }
}

header .masthead .masthead--right {
  height: 72px;
  flex-grow: 1;
}

@media only screen and (max-width:1023px) {
  header .masthead .masthead--right {
    height: 48px;
  }
}

header .masthead .utilities {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 2.25em;
  align-items: center;
}

header .masthead .community-menu-wrapper {
  width: 100%;
  height: 32px;
}

@media only screen and (max-width:1023px) {
  header .masthead .community-menu-wrapper {
    display: none;
  }
}

header .masthead .community-menu-wrapper ul.community-menu {
  display: flex;
  align-items: center;
  height: 2.25em;
}

header .masthead .community-menu-wrapper ul.community-menu>li {
  list-style: none;
  height: 2.25em;
  padding: 0;
  margin-right: 2.5em;
  margin-left: -6px;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

header .masthead .community-menu-wrapper ul.community-menu>li>a {
  color: #240f6e;
  height: 2.25em;
  display: inline-flex;
}

header .masthead .community-menu-wrapper ul.community-menu>li:first-child {
  margin-left: -13px;
}

header .masthead .community-menu-wrapper ul.community-menu>li:hover {
  border-bottom: 4px solid #e62899;
}

header .masthead .community-menu-wrapper ul.community-menu>li.selected {
  font-weight: 700;
  border-bottom: 4px solid #e62899;
}

header .masthead .community-menu-wrapper ul.community-menu .level-2 {
  display: none;
  margin-left: -24px;
  position: absolute;
  padding-bottom: 12px;
  padding-top: 12px;
  background-color: #fff;
  z-index: 2;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

header .masthead .community-menu-wrapper ul.community-menu .level-2 .level-2-item {
  color: #240f6e;
  list-style: none;
  text-transform: capitalize;
  padding: 12px 24px 12px 20px;
  height: 49px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  border-left: 4px solid transparent;
}

header .masthead .community-menu-wrapper ul.community-menu .level-2 .level-2-item:hover {
  background-color: #f9f9f9;
  border-left: 4px solid #e62899;
}

header .masthead .community-menu-wrapper ul.community-menu .level-1-item.has-child:hover .level-2 {
  display: block;
}

header .masthead .community-menu-wrapper ul.community-menu .level-1-item.has-child .level-2 {
  font-weight: 400;
}

header .dropdown-toggle::after {
  display: none;
}
header .nav-carrot.fa.fa-angle-down {
      margin-left: 4px;
      margin-top: 3px;
      font-size: 21px;
}
header .nav-link {
  padding: inherit;
}
header li.nav-item:first-of-type.dropdown {
    font-weight: bold;
}
header .masthead .community-menu-wrapper ul.community-menu>li:first-child {
  border-bottom: 4px solid rgb(230, 40, 153);
}
header .dropdown-item {
  padding: .45rem 1.5rem;
  border-left: 4px solid transparent;
  color: rgb(36, 15, 110)
}

header .dropdown-item:hover {
  border-left: 4px solid rgb(230, 40, 153);
}


header .masthead .community-menu-wrapper {
  margin-left: -8px;
}


header .masthead .utilities {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 2.25em;
  align-items: center;
}

@media only screen and (max-width:1023px) {
  header .masthead .utilities {
    height: 48px;
  }
}

header .masthead .utilities a {
  color: #222121;
  border: 0;
}

header .masthead .utilities .directory {
  height: 100%;
}

header .masthead .utilities .directory .directory-handle {
  color: #222121;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
}

header .masthead .utilities .directory .directory-handle:hover {
  background-color: #f9f9f9;
}






header .masthead .utilities .directory .drawer,
header .masthead .utilities .directory .mobile-search-page,
header .masthead .utilities .directory .mobile-utilities,
header .masthead .utilities .directory .times {
  display: none;
}

@media only screen and (max-width:1023px) {
  header .masthead .utilities .directory {
    width: 48px;
  }
  header .masthead .utilities .directory .directory-handle {
    position: absolute;
    z-index: 13;
    padding: 11px 12px 0;
  }
  header .masthead .utilities .directory .directory-handle .drawer {
    display: block;
  }
  header .masthead .utilities .directory .directory-handle .ellipsis {
    display: none;
  }
  header .masthead .utilities .directory .directory-handle:hover {
    background: transparent;
  }
  header .masthead .utilities .directory ul {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  header .masthead .utilities .directory .directory-list.slide-in {
      right: 0;
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      transition: all .4s ease;
  }
  .screened {
    opacity: 0;
  }
  .screened.opacity {
    background-color: #000;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .75;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
}


/*! CSS Used fontfaces */

@font-face {
  font-family: FontAwesome;
  src: url(https://www.kaptest.com/dist/fontawesome-webfont.eot);
  src: url(https://www.kaptest.com/dist/fontawesome-webfont.eot#iefix&v=4.7.0) format("embedded-opentype"), url(https://www.kaptest.com/dist/fontawesome-webfont.woff2) format("woff2"), url(https://www.kaptest.com/dist/fontawesome-webfont.woff) format("woff"), url(https://www.kaptest.com/dist/fontawesome-webfont.ttf) format("truetype"), url(https://www.kaptest.com/dist/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(https://www.kaptest.com/dist/OpenSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Open Sans;
  src: url(https://www.kaptest.com/dist/OpenSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}


header .masthead .utilities .directory .directory-list {
  display: none;
}

@media only screen and (min-width:1024px) {
  header .masthead .utilities .directory:hover .directory-list {
    display: block;
  }
}

header .masthead .utilities .directory ul {
  background-color: #fff;
  padding: 12px 0;
}

@media only screen and (min-width:1024px) {
  header .masthead .utilities .directory ul {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5);
  }
}

header .masthead .utilities .directory ul.level-1 {
  position: absolute;
}

@media only screen and (min-width:1024px) {
  header .masthead .utilities .directory ul.level-1 {
    top: 36px;
    right: 0;
    z-index: 10;
  }
}

header .masthead .utilities .directory ul li {
  color: #240f6e;
  list-style: none;
  text-transform: capitalize;
  padding: 12px 48px;
  width: 288px;
  display: flex;
  align-items: center;
  min-height: 49px;
  background: #fff;
  border-right: 4px solid transparent;
}

header .masthead .utilities .directory ul li.no-child:after,
header .masthead .utilities .directory ul li.no-child:before {
  display: none;
}

header .masthead .utilities .directory ul li a {
  overflow: hidden;
  color: #240f6e;
}

@media only screen and (min-width:1024px) {
  header .masthead .utilities .directory ul li {
    height: 49px;
    white-space: nowrap;
  }
  header .masthead .utilities .directory ul li a {
    overflow: hidden;
    color: #240f6e;
  }
  header .masthead .utilities .directory ul li:hover {
    display: block;
    border-right: 4px solid #e62899;
    background-color: #f9f9f9;
    cursor: pointer;
  }
  header .masthead .utilities .directory ul li:hover:before {
    content: "\F0D9";
    position: absolute;
    left: 25px;
    font-family: FontAwesome;
  }
  header .masthead .utilities .directory ul li:hover .level-2 {
    display: block;
  }
  header .masthead .utilities .directory ul li:hover .level-2 li:before {
    display: none;
  }
  header .masthead .utilities .directory ul li .level-2 {
    display: none;
    position: relative;
    right: 348px;
    top: -49px;
    width: 288px;
    z-index: 2;
    border-radius: 2px;
  }
  header .masthead .utilities .directory ul li .level-2-item {
    height: auto;
    white-space: normal;
  }
  header .masthead .utilities .directory ul li .level-2-item.selected {
    border-right: 4px solid #e62899;
  }
  header .masthead .utilities .directory ul li .level-3 {
    display: none;
  }
}

header .masthead .utilities .directory .mobile-search-page,
header .masthead .utilities .directory .mobile-utilities {
  display: none;
}

@media only screen and (max-width:1023px) {
  header .masthead .utilities .directory ul {
    margin-left: 0;
  }
  header .masthead .utilities .directory .directory-list {
    display: block;
    position: fixed!important;
    overflow-x: scroll;
    top: 0;
    right: -301px;
    height: 100vh;
    z-index: 12;
    padding: 0;
    width: 301px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
  }
  header .masthead .utilities .directory .directory-list li {
    padding: 12px 48px;
    width: 301px;
  }
  header .masthead .utilities .directory .directory-list li a {
    padding: 0;
  }
  header .masthead .utilities .directory .directory-list li svg {
    display: none;
  }
  header .masthead .utilities .directory .directory-list .level-1-item {
    padding-left: 24px;
  }
  header .masthead .utilities .directory .directory-list .level-1-item:after {
    content: "\F0DA";
    position: absolute;
    left: 272px;
    font-family: FontAwesome;
  }
  header .masthead .utilities .directory .directory-list .level-1-item.home:before {
    content: "";
  }
  header .masthead .utilities .directory .directory-list .level-2-item.active-community:after {
    content: "\F0DA";
    left: 272px;
    font-family: FontAwesome;
  }
  header .masthead .utilities .directory .directory-list .has-child:after {
    content: "\F0DA";
    position: absolute;
    left: 272px;
    font-family: FontAwesome;
  }
  header .masthead .utilities .directory .directory-list .level-2,
  header .masthead .utilities .directory .directory-list .level-3,
  header .masthead .utilities .directory .directory-list .level-4 {
    display: none;
    padding: 0;
  }
  header .masthead .utilities .directory .directory-list .level-4 {
    overflow: auto;
  }
  header .masthead .utilities .directory .directory-list .top:before {
    content: "\F0D9";
    position: absolute;
    left: 25px;
    font-family: FontAwesome;
  }
  header .masthead .utilities .directory .directory-list .level-1-item,
  header .masthead .utilities .directory .directory-list .level-2-item,
  header .masthead .utilities .directory .directory-list .top:after {
    display: none;
  }
  header .masthead .utilities .directory .directory-list .level-3-item,
  header .masthead .utilities .directory .directory-list .level-4-item {
    font-weight: 400;
  }
  header .masthead .utilities .directory .directory-list .level-3-item.selected {
    font-weight: 700;
    border-left: 4px solid #e62899;
    padding-left: 44px;
  }
  header .masthead .utilities .directory .directory-list .level-3 {
    margin-top: 48px;
  }
}

.directory .nav-item {
  display: block;
}
.directory .nav-item .level-2 a {
  display: block;
}

.directory .has-child {
  position: relative;
}
.directory .has-child a {
    display: inline;
}
.directory .has-child:after {
    content: "\F0DA";
    position: absolute;
    left: 272px;
    font-family: FontAwesome;
    display: inline;
}
.directory .level-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.directory .has-child.pull {
  margin-top: -48px;
}
.directory .has-child.pull:after {
  display: none;
}
.directory .has-child.pull:before {
  display: block;
}
.directory .has-child:before {
    content: "\F0D9";
    position: absolute;
    left: 25px;
    font-family: FontAwesome;
    display: none;
}

.directory .vis {
  height: 100%;
  z-index: 2;
  top: 48px;
  display: block !important;
}


.alignleft {
  float: left;
  padding-right: 20px;
}

.alignright {
  float: right;
  padding-left: 20px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}


.large-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.large-offset-1 {
    margin-left: 8.33333%;
}

.search-header {
  margin-top: 3em;
}


.search-results a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.search-results a:active,
.search-results a:hover {
  outline-width: 0;
}



.search-results a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

.search-results a:focus,
.search-results a:hover {
  color: #1468a0;
}


.search-results-list .search-results {
  padding: 1em 0;
}

.search-results-list .search-results .search-title a {
  color: 240f6e# !important;
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: underline;
}

.search-results-list .search-results .search-title a {
  border: 0;
  color: #240f6e !important;
}

.search-results a {
  border-bottom: 1px dotted;
}


.search-results a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}




#searchform input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
}

#searchform [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.small-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}



#searchform [type=search] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #0a0a0a;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#searchform [type=search]:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border-color .25s ease-in-out;
}

#searchform input::-webkit-input-placeholder {
  color: #cacaca;
}

#searchform input::-moz-placeholder {
  color: #cacaca;
}

#searchform input:-ms-input-placeholder {
  color: #cacaca;
}

#searchform input::placeholder {
  color: #cacaca;
}

#searchform input:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

#searchform input[type=search] {
  box-sizing: border-box;
}

#searchform .btn {
  display: inline-block ;
  font-family: Open Sans, sans-serif!important;
  font-size: 1.4rem ;
  margin: 20px auto ;
  text-align: center ;
  padding: 11px 24px ;
  border-radius: 50px ;
  font-weight: 700 ;
  white-space: nowrap ;
  line-height: 21px ;
  background-color: #005de8 ;
  border: 1px solid #005de8 ;
  color: #fff ;
  font-size: 14px;
  font-weight: normal;
}

#searchform .btn {
  text-transform: uppercase;
}

#searchform .btn:focus,
#searchform .btn:hover {
  background-color: #240f6e;
  border: 1px solid #240f6e;
  color: #fff;
  outline: none;
  text-decoration: none;
}

#searchform .btn:active {
  background-color: #005de8;
  border: 1px solid #005de8;
  color: #fff;
  text-decoration: none;
}

.search-form-container {
  margin-bottom: 1em;
  max-width: 30%;
}

.search-form-container .search-form-input {
  position: relative;
  width: 100%;
}

.search-form-container .search-field {
  border-radius: 4px 0 0 4px !important;;
  border: 1px solid #240f6e !important;;
  float: left !important;;
  font-size: 15px !important;;
  height: 20px !important;;
  padding: 17px !important;;
  width: 100% !important;;
}

.search-form-container .search-button-pjax {
  border: 1px solid #240f6e !important;
  background: #240f6e !important;
  border-radius: 0 4px 4px 0 !important;
  height: 36px !important;
  margin: 0 !important;
  position: absolute !important;
  padding: 5px 15px !important;
  width: auto !important;
}

.masthead .search form input,
.masthead .search-icon--before {
  display: none;
}

.masthead .utilities .search.search-bar--expanded {
  padding-right: 0;
}

.masthead .utilities .search.search-bar--expanded .search-icon {
  padding-right: 0;
  padding-left: 3px;
}
.masthead .utilities .search.search-bar--expanded .search-icon--before {
  display: block;
  z-index: 90;
  position: absolute;
  top: 10px;
  right: 320px;
}
.masthead .utilities .search.search-bar--expanded .search-form-container {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 6px;
  right: -10px;
}
.masthead .utilities .search.search-bar--expanded .search-icon:hover {
  background-color: transparent;

}

.masthead .utilities .search.search-bar--expanded form {
  width: 325px;
  opacity: 1;
}
.search-bar--expanded {
  border-bottom: 1px solid #000;
  display: block;
  width: 320px;
  height: 32px;
}
.search-form-input input {
  border: 0;
  box-shadow: none;
}
.search-bar--expanded .search-form-input input {
  width: 270px;
}
.search-form-input input:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.masthead .utilities .search.search-bar--expanded .search-icon {
  position: absolute;
      right: 22px;
      top: 11px;
}
.directory {
  pointer-events: none;
}
