/**
 * Custom CSS.
 */

.cog-bg-black {
	background-color: black !important;
}

.cog-bg-dark-blue {
	background-color: #162963 !important;
}

.cog-bg-royalblue {
	background-color: royalblue !important;
}

.cog-bg-transparent-blue {
    background-color: #f3fbff !important;
}

.cog-list-item {
	display: list-item;
}

.cog-list-index-1 {
	list-style-type: "1. ";
}

.cog-list-index-2 {
	list-style-type: "2. ";
}

.cog-list-index-3 {
	list-style-type: "3. ";
}

.cog-list-index-4 {
	list-style-type: "4. ";
}

.cog-list-index-5 {
	list-style-type: "5. ";
}

.cog-list-index-6 {
	list-style-type: "6. ";
}

.cog-text-page-header {
	font-family: "Trebuchet MS";
	line-height: 1.1em;
}

.cog-text-green {
	color: green;
}

.cog-text-red {
	color: red;
}

.cog-text-lightsteelblue {
	color: lightsteelblue;
}

.cog-text-whitesmoke {
	color: whitesmoke;
}

.cog-text-transparent-blue {
    color: #f3fbff !important;
}

.cog-font-size-md {
	font-size: 1rem !important;
}

.cog-font-size-100 {
	font-size: 1rem !important;
}

.cog-font-size-110 {
	font-size: 1.1rem !important;
}

.cog-font-size-120 {
	font-size: 1.2rem !important;
}

.cog-font-size-130 {
	font-size: 1.3rem !important;
}

.cog-font-size-140 {
	font-size: 1.4rem !important;
}

.cog-font-size-150 {
	font-size: 1.5rem !important;
}

.cog-display-5 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.cog-display-5 {
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .cog-display-5 {
      font-size: 1.75rem;
  }
}

.cog-border-left-dashed {
	border-left: 1px gray dashed !important;
}

.cog-border-top-dashed {
	border-top: 1px gray dashed !important;
}

.cog-border-right-dashed {
	border-right: 1px gray dashed !important;
}

.cog-border-bottom-dashed {
	border-bottom: 1px gray dashed !important;
}

.cog-mw-85 {
	max-width: 85%;
}

.cog-ul {
	margin-top: 0.5rem;
}

.cog-li {
	margin-top: 0.25rem;
}

/** Adapted from Bootstrap 4 theme. */

.cog-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
  border: 1px solid rgba(120, 173, 255, 0.2);
  border-radius: 0.25rem;
  margin-bottom: 7px;
}

.cog-card > hr {
  margin-right: 0;
  margin-left: 0;
}

.cog-card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.cog-card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.cog-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.cog-card-title {
  margin-bottom: 0.75rem;
}

.cog-card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.cog-card-text:last-child {
  margin-bottom: 0;
}

.cog-card-link:hover {
  text-decoration: none;
}

.cog-card-link + .cog-card-link {
  margin-left: 1.25rem;
}

.cog-card-header {
  /* padding: 0.75rem 1.25rem; */
  margin-bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.03); */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
  background-color: rgba(223, 237, 252, 0.05);
  border-bottom: 1px solid rgba(120, 173, 255, 0.21);
}

.cog-card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.cog-card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.cog-card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.cog-card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.cog-card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.cog-card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.cog-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.cog-card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.cog-card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.cog-card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.cog-card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cog-card-deck .cog-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .cog-card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .cog-card-deck .cog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.cog-card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cog-card-group > .cog-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .cog-card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .cog-card-group > .cog-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .cog-card-group > .cog-card + .cog-card {
    margin-left: 0;
    border-left: 0;
  }
  .cog-card-group > .cog-card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cog-card-group > .cog-card:first-child .cog-card-img-top,
  .cog-card-group > .cog-card:first-child .cog-card-header {
    border-top-right-radius: 0;
  }
  .cog-card-group > .cog-card:first-child .cog-card-img-bottom,
  .cog-card-group > .cog-card:first-child .cog-card-footer {
    border-bottom-right-radius: 0;
  }
  .cog-card-group > .cog-card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .cog-card-group > .cog-card:last-child .cog-card-img-top,
  .cog-card-group > .cog-card:last-child .cog-card-header {
    border-top-left-radius: 0;
  }
  .cog-card-group > .cog-card:last-child .cog-card-img-bottom,
  .cog-card-group > .cog-card:last-child .cog-card-footer {
    border-bottom-left-radius: 0;
  }
  .cog-card-group > .cog-card:only-child {
    border-radius: 0.25rem;
  }
  .cog-card-group > .cog-card:only-child .cog-card-img-top,
  .cog-card-group > .cog-card:only-child .cog-card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .cog-card-group > .cog-card:only-child .cog-card-img-bottom,
  .cog-card-group > .cog-card:only-child .cog-card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .cog-card-group > .cog-card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .cog-card-group > .cog-card:not(:first-child):not(:last-child):not(:only-child) .cog-card-img-top,
  .cog-card-group > .cog-card:not(:first-child):not(:last-child):not(:only-child) .cog-card-img-bottom,
  .cog-card-group > .cog-card:not(:first-child):not(:last-child):not(:only-child) .cog-card-header,
  .cog-card-group > .cog-card:not(:first-child):not(:last-child):not(:only-child) .cog-card-footer {
    border-radius: 0;
  }
}

.cog-card-columns .cog-card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .cog-card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .cog-card-columns .cog-card {
    display: inline-block;
    width: 100%;
  }
}

[data-toggle="collapse"] .fa:before {  
  content: "\f077";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f078";
}
