@charset "UTF-8";
/***** Base *****/

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

html {
   font-family: sans-serif;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;  
  -ms-text-size-adjust: 100%;  
  -webkit-text-size-adjust: 100%;}

body {
  font-family: 'Open Sans',proximanova,"Helvetica Neue",Helvetica,Arial,sans-serif,"FontAwesome";
  font-size: 16px;
  line-height: 1.8;
  color: #4e5565;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #30aabc;
  text-decoration: none;
  background-color: transparent;}

a:hover, a:focus {    
    text-decoration: none; }

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;  
  vertical-align: baseline;
   }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }



abbr[title] {
  border-bottom: 1px dotted; }

figure {
  margin: 1em 40px; }

img {  
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 20px 0;
  padding: 0;
  box-sizing: content-box;}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.2;
  color: inherit; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
p,
ul,
ol {
  margin: 0 0 25px; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

small,
.c {
  font-size: 80%;
  font-weight: normal;
  line-height: 1; }

ul,
ol {
  margin-top: 0; }

dl {
  margin-top: 0;
  margin-bottom: 25px; }

dt,
dd {
  line-height: 1.6; }

dt {
  font-weight: 500; }

dd {
  margin-left: 0; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

blockquote {
	margin: 10px 35px 30px 30px;
	background-color: #f7f7f9;
	padding: 35px 45px;
	color: #754fad;
	display: inline-block;
	font-size: 20px;
  font-weight: 500;
  font-style: italic;
	letter-spacing:1px;
	position: relative;
  border-radius:4px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); }

blockquote:before {
	content:"\f10d";
	font-family:FontAwesome;
	position: absolute;
	color: #754fad;
	font-size: 2.475em;
	top: -.575em;
	left: -.3em;
	text-shadow: 3px 3px 0 #bbb; }
blockquote:after {
	content: "\f10e";
	font-family: FontAwesome;
	position: absolute;
	color: #754fad;
	font-size: 2.475em;
	bottom: -.575em;
	right: -.13em;
	text-shadow: 3px 3px 0 #bbb; }
blockquote p:last-child {
}
blockquote.no-bg {
	background-color: transparent;
	border: 0; }
blockquote.no-bg:after,blockquote.no-bg:before {
	color: #754fad; }

blockquote-nostyle {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  border-left: 5px solid #ddd; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.6; }

.center {
  text-align: center; }

.clearfix:before, .clearfix:after {
  display: table;
  
  content: "";
   }

.clearfix:after {
  clear: both; }

.d {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.hidden {
  display: none;
  overflow: hidden;
  width: 0;
  height: 0;
}

.error-page {
  margin-top:150px;
  margin-bottom:150px;
}

.error-code {
  margin-top: -10px;
  font-size: 14px;
  color: #595959;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.nesty-input {
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .nesty-input:focus {
    border-color: #9ed5e7;
    outline: 0;
    box-shadow: 0 0 2px #9ed5e7; }
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  .nesty-input::-moz-placeholder {
    color: #999;
    opacity: 1; }
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  .nesty-input:-ms-input-placeholder {
    color: #999; }
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  .nesty-input::-webkit-input-placeholder {
    color: #999; }

.nesty-panel {
  border-radius: 4px;
}

.nesty-panel li{
  font-family: inherit;
  font-size: 14px;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500; }

pre {
  overflow: auto; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.6;
  color: #555555; }

textarea {
  resize: vertical;
  height: 117px; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 39px; } }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  
  font: inherit;
  
  margin: 0;
   }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  
  cursor: pointer;
   }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  
  padding: 0;
   }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;

  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul {
  margin: 0;
  padding: 0;
}

/***** Forms *****/

.form-field {
  margin-bottom: 15px; }

.form-group {
    margin-bottom: 15px;
}

.form footer {
  margin-top: 40px;
  text-align: center;
}

.form footer a {
  color: #cccccc;
  cursor: pointer;
  margin-right: 15px;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  font-weight: bold;  
  color: #754fad;
  margin-left: 2px;
}

.required-field p{
  font-size: 80%;
  display: block;
  margin: 20px 0 0 0;
  color: #505769;
  text-align: center;
  font-style: italic;
 
}

.required-field p:before {
  content: "*";
  font-weight: bold;
  font-size: 16px;
  color: #754fad;
  margin-right: 2px;
}  

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01J2MGNANNGMT7XD6K6B2FQA2N") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #609;
}

.f,
.g {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .f label,
  .g label {
    min-height: 25px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.f input[type="radio"],
.g input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.f + .f,
.g + .g {
  margin-top: -5px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.f.disabled label,
fieldset[disabled] .f label,
.g.disabled label,
fieldset[disabled]
.g label {
  cursor: not-allowed; }

.h, .form-field p {
  font-size: 80%;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #505769; }

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #666;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Buttons *****/

.btn, input[type="submit"], [role="button"], .lines-button, .b .recent-activity-controls a, .satisfaction-box input[type=radio] ~ label, .satisfaction-box .satisfaction-submit, .i .login {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  letter-spacing: .1px;
  padding: 4px 10px 4px 10px;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .btn:focus, input[type="submit"]:focus, [role="button"]:focus, .lines-button:focus, .b .recent-activity-controls a:focus, .satisfaction-box input[type=radio] ~ label:focus, .satisfaction-box .satisfaction-submit:focus, .i .login:focus, .btn:active:focus, input[type="submit"]:active:focus, [role="button"]:active:focus, .lines-button:active:focus, .b .recent-activity-controls a:active:focus, .satisfaction-box input[type=radio] ~ label:active:focus, .satisfaction-box .satisfaction-submit:active:focus, .i .login:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, input[type="submit"]:hover, [role="button"]:hover, .lines-button:hover, .b .recent-activity-controls a:hover, .satisfaction-box input[type=radio] ~ label:hover, .satisfaction-box .satisfaction-submit:hover, .i .login:hover, .btn:focus, input[type="submit"]:focus, [role="button"]:focus, .lines-button:focus, .b .recent-activity-controls a:focus, .satisfaction-box input[type=radio] ~ label:focus, .satisfaction-box .satisfaction-submit:focus, .i .login:focus {
    color: #;
    text-decoration: none; }
  .btn:active, input[type="submit"]:active, [role="button"]:active, .lines-button:active, .b .recent-activity-controls a:active, .satisfaction-box input[type=radio] ~ label:active, .satisfaction-box .satisfaction-submit:active, .i .login:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-submit {
   color: #fff;
   background-color: #754fad;
   border-color: #754fad;
   border: 2px solid transparent;
   -webkit-transition-duration: 0.4s;
   transition-duration: 0.4s;
}
.btn-submit:focus,
.btn-submit.focus {
  color: #fff;
  background-color: #522398;
  border-color: #522398;
}
.btn-submit:hover {
  color: #fff;
  background-color: #522398;
  border-color: #522398;
}

.btn-purple, .btn-purple:visited {
  color: #fff;
  background-color: #754fad;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn-purple:focus,
.btn-purple.focus {
  color: #fff;
  background-color: #522398;
  border-color: #522398;
}
.btn-purple:hover {
  color: #fff;
  background-color: #522398;
  border-color: #522398;
}

.btn-gold, .btn-gold:visited {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  background-color: #f6a800;
  border-color: #f6a800;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.btn-gold:focus, .btn-gold:hover, .btn-gold:visited:focus, .btn-gold:visited:hover {
  color: #000;
  background-color: #fad37f;
  border-color: #fad37f;
  
}

.button-secondary {
  color: #666;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #333333;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** End Buttons *****/

.j {
  color: #;
  background-color: transparent;
  border-color: #; }
  .j:hover, .j:focus, .j:active {
    color: #754fad;
    background-color: transparent;
    border-color: #754fad; }
  .j:active {
    background-image: none; }

.k {
  color: #fff;
  background-color: #;
  border-color: #; }
  .k:hover, .k:focus, .k:active {
    color: #e0e0e0;
    background-color: #754fad;
    border-color: #754fad; }
  .k:active {
    background-image: none; }

.l {
  color: #fff;
  background-color: #;
  border-color: #; }
  .l:hover, .l:focus, .l:active {
    color: #e0e0e0;
    background-color: #754fad;
    border-color: #754fad; }
  .l:active {
    background-image: none; }

.m {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .m:hover, .m:focus, .m:active {
    color: #e0e0e0;
    background-color: #31b0d5;
    border-color: #269abc; }
  .m:active {
    background-image: none; }

.n {
  color: #fad780;
  background-color: transparent;
  border-color: #f9cf69; }
  .n:hover, .n:focus, .n:active {
    color: #f8c440;
    background-color: transparent;
    border-color: #f7bc2f; }
  .n:active {
    background-image: none; }

.nn {
  border-bottom: 1px solid rgb(204, 204, 204);
  padding: 15px 0;}

.nn a{
  color: inherit;}

.o {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff3939; }
  .o:hover, .o:focus, .o:active {
    color: #e0e0e0;
    background-color: #ff1f1f;
    border-color: #fa0000; }
  .o:active {
    background-image: none; }

.p {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .p:hover, .p:focus, .p:active {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
  .p:active {
    background-image: none; }

input[type="submit"] {
  color:#fff;
  background-color: #754fad;
  border-color: #754fad; }
  input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    color: #fff;
    background-color: #522398;
    border-color: #522398; }
  input[type="submit"]:active {
    background-image: none; }

[role="button"] {
  color: #754fad;
  background-color: transparent;
  border-color: #754fad; }
  [role="button"]:hover, [role="button"]:focus, [role="button"]:active {
    color: #522398;
    background-color: transparent;
    border-color: #522398; }
  [role="button"]:active {
    background-image: none; }

.r {
  max-width: 1100px;
  margin: 0 auto; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.s {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px; }
  .s > thead > tr > th, .s > thead > tr > td, .s > tbody > tr > th, .s > tbody > tr > td, .s > tfoot > tr > th, .s > tfoot > tr > td {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top; }
  .s > thead > tr > th {
    vertical-align: bottom;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd; }
  .s > caption + thead > tr:first-child > th, .s > caption + thead > tr:first-child > td, .s > colgroup + thead > tr:first-child > th, .s > colgroup + thead > tr:first-child > td, .s > thead:first-child > tr:first-child > th, .s > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .s .s {
    background-color: #fff; }

.t > thead > tr > th,
.t > thead > tr > td,
.t > tbody > tr > th,
.t > tbody > tr > td,
.t > tfoot > tr > th,
.t > tfoot > tr > td {
  padding: 5px; }

.u > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.v > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  margin: 30px auto;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #dddddd;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
       -moz-border-top-colors: none;
       -moz-border-right-colors: none;
       -moz-border-bottom-colors: none;
       -moz-border-left-colors: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  padding: 0px;
}

.visibility-internal:before {
  content: "\f023";
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.w {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .w {
      width: 100%;
      margin-bottom: 18.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .w > .s {
        margin-bottom: 0; }
        .w > .s > thead > tr > th, .w > .s > thead > tr > td, .w > .s > tbody > tr > th, .w > .s > tbody > tr > td, .w > .s > tfoot > tr > th, .w > .s > tfoot > tr > td {
          white-space: nowrap; } }

.wysiwyg-font-size-small {
  font-size: 12px;
}

.wysiwyg-font-size-medium {
  font-size: 16px;
}

.wysiwyg-font-size-large {
  font-size: 32px;
}

.wysiwyg-font-size-x-large {
  font-size: 38px;
}

.y {
  position: relative;  
  margin-bottom: 50px;
  background: rgb(134,101,183);
}

/* Main Content Page */

main {
  margin: 0 auto;
  background-color: #fdfdfd; 
}
.main-content {
  max-width: 1200px;
  margin: 45px auto 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
* {
  box-sizing: border-box;
}
.align_center {
  text-align: center;
}
.powered-by-zendesk {
  display: none !important; 
}
.powered-by {
  display: none !important; 
}
.card { 
  border-radius:4px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.get-started-section {
  position: relative;
  overflow: hidden;
  background: #522398 url(https://www.gcu.edu/prebuilt/images/home/events-home-bg-purple.jpg) no-repeat top center;
  background-attachment: scroll;
  background-size: cover;
  color: #fff;
  padding: 30px 15px;
}
.get-started-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px;
  background: url("/hc/theming_assets/01J2MGNAE042JWA39Z5GS7FM6Q") no-repeat top center;
  background-size: 90px 90px;
  background-position: center 30px;
	background-repeat: no-repeat;
}
.get-started-title {
  font-size: 30px;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
  margin-top: 105px;
}
.get-started-txt {
  max-width: 450px;
  margin: 20px auto;
}  
.btn-get-starded {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  line-height: 34px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 30px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.02);
   -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.btn-get-starded:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
}

section.eventDetails {
  font-size: 14px;
}

.welcome-week-section {  
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg,rgba(82,35,152,0.9),rgba(82,35,152,0.9)),url(http://events.gcu.edu/wp-content/uploads/2017/05/Banner-Image.jpg) no-repeat top center;
  background-attachment: scroll;
  background-size: cover;
  color: #fff;
  padding: 30px 15px;
  margin:40px 0;
}
.welcome-week-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 30px 15px;
  background-size: 90px 90px;
  background-position: center 10px;
	background-repeat: no-repeat;
}

.eventDetailHeading-single {
  font-size: 22px;
}

.tribe-events-btn {
  text-align: center;
}

@media (min-width: 768px) {
  .tribe-events-btn {
    text-align: left;
		}
}

.tribe-events-event-image {    
  float: none;
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .tribe-events-event-image {
    float: left;
    margin: 0 20px 20px 20px;
		}
}

img.img-responsive.grey-border {
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}

@media (max-width: 768px) {
img.img-responsive.grey-border {
    width: 100%;}
}

@media (min-width: 992px) {

.gray-arrow:before {
    display: block; }
}

.gray-arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #fdfdfd;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
    z-index: 1;
    display: none;
}

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

.gray-arrow {
    position: relative;
}

/***** Header *****/

.header {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 280px;
}
.header .header_to_main {
  color: #FFFFFF;
  padding: 0 15px;
}
.header .header_search {
  width: 43%;
  min-width: 300px;
  margin: 0px auto;
  position: relative;
  display:table; 
  
}
.header .header_search .search {
  display: none;
}
@media (max-width: 768px) {
  .header .header_search {
    display: table;
	  width: 100%;
	  float: left;
	  margin-top: 10px;
  }
}
.header_search .search:before {
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -27px;
  font-size: 28px;
  content: "\f002";
  color: #444; 
}
.header_search #query {
  width: 100%;
  box-sizing: border-box;
  background-color: #f9fbfd;
  text-align: left;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #444;
  padding: 0 85px 0 48px;
  height: 48px;
  font-size: 18px;
  transition-property: all;
  transition-duration: 120ms;
  -webkit-transition: border 0.3s ease;
          transition: border 0.3s ease; 
}
@media (max-width: 480px) {
  .header_search .search #query {
    font-size: 15px; } 
}   
.header_search .search #query::-moz-placeholder {
  color: #ccc;
  opacity: 1; }
.header_search #query:-ms-input-placeholder {
  color: #ccc; }
.header_search #query::-webkit-input-placeholder {
   color: #ccc; }
.header_search .search #query::-webkit-input-placeholder {
  color: #A4A4A4;
  transition-property: all;
  transition-duration: 120ms;
}
.header_search .search #query:-moz-placeholder {
  color: #A4A4A4;
  transition-property: all;
  transition-duration: 120ms;
}
.header_search .search #query::-moz-placeholder {
  color: #A4A4A4;
  transition-property: all;
  transition-duration: 120ms;
}
.header_search .search #query:-ms-input-placeholder {
  color: #A4A4A4;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus::-webkit-input-placeholder {
  color: #c9c9c9;
  transition-property: all;
  transition-duration: 120ms;
}
.header_search .search #query:focus:-moz-placeholder {
  color: #c9c9c9;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus::-moz-placeholder {
  color: #c9c9c9;
  transition-property: all;
  transition-duration: 120ms;
}
.header_search .search #query:focus:-ms-input-placeholder {
  color: #c9c9c9;
  transition-property: all;
  transition-duration: 120ms;
}
.header-search .search #query:focus {
  outline: none;
}
.header_search input[type="submit"] {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f8c440;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 480px) {
  .header_search input[type="submit"] {
	  font-size: 16px; } 
} 
.header_search input[type="submit"]:hover {
  color: #333333;
  background-color: #fad780; 
}

.header .header_logo {
  margin-left: 0;
  margin-right: 15px;
  float: left;
  height: 48px;
}
.header .header_logo img {
  max-width: 225px;
  height: 48px;
  display: block;
  margin-top: 0px;
}
@media (max-width: 480px) {
     .header .header_logo img {
       display: block;
       max-height: 40px;
  		 height: auto; } 
}
.header .header_logo * {
  display: inline-block;
  vertical-align: top;
}
.header #logo_w {
  display: block;
}
.header #logo_b {
  display: none;
}
.header .close_search {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 30px;
  color: #a0a0a2;
  font-weight: 300;
  cursor: pointer;
}
.header .header_title {
  font-weight: 500;
  position: absolute;
  color: #fff;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 10px;
  margin-top: 10px;
  margin-left: 10px;
}
@media (max-width: 968px) {
  .header_min .header_title {
    display: none;
  }
}
@media (max-width: 768px) {
  .header_min .header_title {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .header .header_title, .header_min .header_title {
   display: none;
  }
}
.header .header_nav {
  margin-left: 15px;
  height: 40px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .header .header_nav {
    display: none;
  }
}
.header .menu_nav {
  float: right;
  display: none;
  align-items: center;
  height: 40px;
}
@media (max-width: 768px) {
  .header .menu_nav {
    display: block;
  }

}
.header .search_nav {
  float: right;
  display: none;
  align-items: center;
  height: 40px;
}
@media (max-width: 899px) {
  .header .search_nav {
    display: block;
  }
}
@media (max-width: 420px) {
  .header .search_nav {
    display: none;
  }
}
.notification {
  position: absolute;
  z-index: 9000;
}

.header_min {
  /*background:url("/hc/theming_assets/01J2MGNA3KQFHH2HJFC6PB8N7G");*/
  background:url("/hc/theming_assets/01J2MGNA3KQFHH2HJFC6PB8N7G") top center #754fad;
 		position: fixed;
    top: 0;
    left: 0;
    height: auto;
    z-index: 3000;
    width: 100%;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
    min-width: 280px;
}
@media (max-width: 800px) {
  .header_min.category_header {
    position: fixed;
  }
}
.header_min #logo_w {
  display: block;
}
.header_min #logo_b {
  display: none;
}
.header_min .header_search .search {
  display: block;
}
.header_min .submit-a-request,
.header_min .open_menu,
.header .submit-a-request,
.header .open_menu {
  font-weight: 600;
  display: inline-block;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  line-height: 34px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px;
  margin-top:6px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.02);
   -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 768px) {
  .header_min .submit-a-request,
  .header_min .open_menu,
  .header .submit-a-request,
  .header .open_menu {
    font-size: 15px;
    margin-top: 0;    
  }
}
@media (max-width: 480px) {
  .header_min .submit-a-request,
  .header_min .open_menu,
  .header .submit-a-request,
  .header .open_menu {
    font-size: 15px;
    margin-top: 0; 
    padding: 0 10px;
  }
}
.header_min .submit-a-request:hover,
.header_min .open_menu:hover,
.header .submit-a-request:hover,
.header .open_menu:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
}
.header .open_search {
  font-size: 26px;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 5px;
  display: inline-block;
  opacity: 0.8;
}
.header .open_search:hover {
  opacity: 1;
}

/***** Header Search *****/

.header-search {
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;}
  @media (min-width: 768px) {
    .header-search {
      padding-top: 65px;
      padding-bottom: 75px; } }
.header-search .search {
  position: relative;
  max-width: 720px;
  margin: 0 auto; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
@media (max-width: 480px) {
  .header-search .search {
	  box-shadow: none;
  } }   
	@media (max-width: 480px) {
  .header-search .search #query {
	  height: 48px;
    font-size: 15px;
  } }   
.header-search .search:before {
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -26px;
  font-size: 28px;
  content: "\f002";
  color: #444; }
.header-search #query {
  width: 100%;
  box-sizing: border-box;
  background-color: #f9fbfd;
  text-align: left;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #444;
  padding: 0 85px 0 48px;
  height: 60px;
  font-size: 20px;
  transition-property: all;
  transition-duration: 120ms;
  -webkit-transition: border 0.3s ease;
          transition: border 0.3s ease; }
.header-search .search #query::-moz-placeholder {
  color: #ccc;
  opacity: 1; }
.header-search #query:-ms-input-placeholder {
  color: #ccc; }
.header-search #query::-webkit-input-placeholder {
   color: #ccc; }
.header-search .search #query::-webkit-input-placeholder {
  color: #A4A4A4;
  transition-property: all;
  transition-duration: 120ms;
}
.header-search .search #query:-moz-placeholder {
  color: #A4A4A4;
  transition-property: all;
  transition-duration: 120ms;
}
.header-search .search #query::-moz-placeholder {
  color: #A4A4A4;
  transition-property: all;
  transition-duration: 120ms;
}
.header-search .search #query:-ms-input-placeholder {
  color: #A4A4A4;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus::-webkit-input-placeholder {
  color: #c9c9c9;
  transition-property: all;
  transition-duration: 120ms;
}
.header-search .search #query:focus:-moz-placeholder {
  color: #c9c9c9;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus::-moz-placeholder {
  color: #c9c9c9;
  transition-property: all;
  transition-duration: 120ms;
}
.header-search .search #query:focus:-ms-input-placeholder {
  color: #c9c9c9;
  transition-property: all;
  transition-duration: 120ms;
}
.header-search .search #query:focus {
  outline: none;
}
.header-search input[type="submit"] {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f8c440;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media (max-width: 480px) {
  .header-search input[type="submit"] {
	  font-size: 16px;
  } } 
.header-search input[type="submit"]:hover {
  color: #333333;
  background-color: #fad780; }

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01J2MGNDHGQBKGMC7PTVW607EX);
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\f023";
  font-size: inherit;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Hero Banner *****/

.hero_spacer {
  padding-top: 33px;
  padding-bottom: 33px;
  padding-left: 20px;
  padding-right: 20px; 
}
.hero_banner {
  /*background:url("/hc/theming_assets/01J2MGNA3KQFHH2HJFC6PB8N7G");*/
  
 background:url("/hc/theming_assets/01J2MGNA3KQFHH2HJFC6PB8N7G") top center #754fad; 
  background-position: calc(50% + 7px);
  justify-content: center;
  padding-top: 70px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
}
.hero_banner .search_container {
  width: 100%;
  max-width: 620px;
  margin: 0px auto;
  padding-top: 75px;
  padding-bottom: 110px;
}
.hero_banner a {
  color: #FFFFFF;
  text-decoration: underline;
}
.hero_banner a:hover {
  opacity: 0.68;
}
.no_scroll {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 700px) {
  .search_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.search {
  /* specific to big search */
  /* specific to small search */
  /* mobile fullscreen search */
  /* shared styles */
  width: 100%;
}   
.search #query {
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  text-align: left;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query::-webkit-input-placeholder {
  color: #A4A4A4;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:-moz-placeholder {
  color: #A4A4A4;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query::-moz-placeholder {
  color: #A4A4A4;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:-ms-input-placeholder {
  color: #A4A4A4;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus::-webkit-input-placeholder {
  color: #c9c9c9;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus:-moz-placeholder {
  color: #c9c9c9;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus::-moz-placeholder {
  color: #c9c9c9;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus:-ms-input-placeholder {
  color: #c9c9c9;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus {
  outline: none;
}
.search [type="submit"] {
  display: ;
}
.search_title {
  font-size: 58px;
  text-align: center;
  color: #FFFFFF;
  line-height: 69px;
  margin: 0 0 24px;
  font-weight: 900;
}
@media screen and (max-width: 700px) {
  .search_title {
    font-size: 39px;
    line-height: 48px;
  }
}
.search_topics {
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Breadcrumbs *****/

.breadcrumbs {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 0;
  margin-top: 14px;
  margin-bottom: 5px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px; }
  .breadcrumbs > li {
    display: inline-block; }
    .breadcrumbs > li + li:before {
      font-size: 16px;
      content: "\f0a9";
      padding: 0 5px;
      color: #8e8e8e; }
	@media (max-width: 768px) {
     .breadcrumbs {
       margin-top: 40px;} }
	@media (max-width: 300px) {
     .breadcrumbs {
       margin-top: 60px; } }

.breadcrumbs a {color: #522398; }

.breadcrumbs a:hover { color: #522398; }

/***** Category Blocks *****/
/* Used in Homepage#categories and Community#topics */

.category-list {
  padding: 0;
  list-style: none;
  margin: 50px auto 30px;
}
  @media (min-width: 768px) {
    .category-list {
      width: 96.66%;
      margin: 50px auto 20px;
       } 
}
.category-item {
  position: relative;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;}
  @media (min-width: 768px) {
    .category-item {
      display: table;
      float: left;
      margin-bottom: 30px;
      padding-left: 15px;
  		padding-right: 15px;} 
}
.category-item-link {
  display: block;
  padding: 18px 8px;
  font-size: 20px;
  color: #4e5565;
  text-align: center;
  vertical-align: middle;
  background-color: #fdfdfd;
  border: 1px solid #754fad;
  border-left: 15px solid #754fad;
  border-radius: 4px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-size: 0px 0px;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px 0px, rgba(0, 0, 0, 0.08) 0px 6px 20px 0px;
}
.category-item-link:hover {
  color: #404552;
  text-decoration: none;
  background-color: #eee;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.020);
  transform: scale(1.020);
}
@media (min-width: 768px) {
  .category-item-link {
    display: table-cell;
    height: 120px;	    
    background-size: 100px 50px;
    background-position: center 18px;
	  background-repeat: no-repeat;
	  display: block;
    padding: 70px 8px 25px 8px;
	  font-size:20px;
	  font-weight:400; } 
}
@media (min-width: 992px) {
  .category-item-link {
    height: 170px;	    
    background-size: 160px 80px;
    background-position: center 22px;
	  background-repeat: no-repeat;
	  display: block;
    padding: 120px 5px 25px 5px;
	  font-size:20px;
	  font-weight:400;
    line-height: 20px;} 
}
.category-container-block {
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 30px;
  justify-content: center;
  cursor: pointer;
  color: #4e5565;
}
@media (max-width: 767px) {
  .category-container-block {
    padding: 35px 0px;
    margin-bottom: 0px;
    border: 0px;
    border-top: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    }
}
.category-container-block a {
  white-space: nowrap;
  color: #754fad;
  font-weight: bold;
}
.category-container-block a:hover {
  color: #522398;
}
.category-container-block:hover {
  transform: scale(1.035);
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
@media (max-width: 767px) {
.category-container-block:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    background-color:#fff;
  	}
}
.category-container-span {
  color: #754fad;
  font-weight: bold;
}
.category-container-span:hover {
  color: #522398;
}
.category-container-section {
    margin: 35px auto 0 auto;
    width: 99.99%;
}
@media (min-width: 768px) {
  .category-container-section {
    max-width: 700px;
    margin: 20px auto;
		}
}
.category-container-content {
  padding: 20px;
  margin: auto;
  text-align: center;
  
}
.category-container-icon {
  font-size: 52px;
  background: #754fad;
  padding: 15px;
  -webkit-border-radius: 1100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  text-align: center;
  line-height: 70px;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin:auto;
}
@media (min-width: 768px) {
  .category-container-icon {
    font-size: 40px;
    background: #754fad;
    padding: 15px;
    -webkit-border-radius: 1100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin:auto;
		}
}
.category-container-icon:hover {
  background: #522398;
}
.category-container-icon-wrapper {    
  float: none;
}
@media (min-width: 768px) {
  .category-container-icon-wrapper {
    float: left;
    margin: 0 10px 0 10px;
		}
}
.category-tree {
    margin: 40px 0 60px; 
}
@media (max-width: 768px) {
  .category-tree {
    margin: 25px 0;
		}
}
.tech-resource-icon {
  font-size: 52px;
  background: #f6a800 url("/hc/theming_assets/01J2MGN9YRQ856G42DRPKVY8CE") no-repeat center;
  background-size: 80px 80px;
  padding: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  text-align: center;
  line-height: 70px;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin:auto;
}
@media (min-width: 768px) {
  .tech-resource-icon {
    font-size: 40px;
    background: #f6a800 url("/hc/theming_assets/01J2MGN9YRQ856G42DRPKVY8CE") no-repeat center;
    background-size: 60px 60px;
    padding: 15px;
    -webkit-border-radius: 1100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin:auto;
		}
}
.tech-resource-icon:hover {
  background: #fad37f url("/hc/theming_assets/01J2MGN9YRQ856G42DRPKVY8CE") no-repeat center;
  background-size: 80px 80px;
}
@media (min-width: 768px) {
  .tech-resource-icon:hover {
    background: #fad37f url("/hc/theming_assets/01J2MGN9YRQ856G42DRPKVY8CE") no-repeat center;
    background-size: 60px 60px;
  }
}

/***** Footer *****/

footer {
    bottom: 0;
    width: 100%;
}
.footer{
  background-color: #f1f2f3;
  border-top: 1px solid #ddd;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}
.footer-container{
  max-width: 1280px;
  margin: 0 auto 0 auto;
}
.footer-distributed{
	text-align: left;
	font: normal 16px;
	padding: 20px 15px 80px 15px;
  color:  #4e5565;
}
.footer-distributed .footer-right p{
	color:  #4e5565;
}

/***** Footer Distributed *****/

.footer-distributed{
	box-sizing: border-box;
	width: 100%;
	font: bold 16px sans-serif;
	text-align: left;
  font-family: 'Open Sans',proximanova,"Helvetica Neue",Helvetica,Arial,sans-serif,"FontAwesome";
	padding: 50px 100px 60px;
	margin-top: 80px;
	overflow: hidden;
}

@media (max-width: 768px) {
  .footer-distributed{
    padding: 40px;
		}
}

/* Footer left */

.footer-distributed .footer-left{
	float: left;
}

/* The company logo */

.footer-distributed h3{
	color:  #4e5565;
	font-size: 26px;
  font-weight: 600;
	margin: 0 0 10px;
}

.footer-distributed h3 a{
  text-decoration: none;
	color:  inherit;
  opacity: 1;
}

.footer-distributed h3 span{
	color:  #754fad;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #4e5565;
	margin: 0 0 10px;
	padding: 0;
  text-transform: uppercase;
  font-size: 13px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
  opacity: 1;
}

.footer-distributed .footer-links a:hover{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	opacity: 0.8;
}

.footer-distributed .footer-company-name{
	color:  #4e5565;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
  opacity: 1;
}

.footer-distributed .footer-company-name a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
  opacity: 1;
}

.footer-distributed .footer-company-name a:hover{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	opacity: 0.8;
}

/* Footer social icons */

.footer-distributed .footer-icons{
	margin-top: 10px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 50px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	margin-right: 3px;
	margin-bottom: 5px;
  opacity: 1;
}

.footer-distributed .footer-icons a:hover {
  opacity: 0.8;
}

/* Footer Right */

.footer-distributed .footer-right{
	float: right;
}

.footer-distributed .footer-right p{
	display: inline-block;
	vertical-align: top;
	margin: 15px 42px 0 0;
	color: #ffffff;
}

/* The contact form */

.footer-distributed form{
	display: inline-block;
}

.footer-distributed form input,
.footer-distributed form textarea{
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	background-color:  #1f2022;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border: none;
	resize: none;
	font: inherit;
	font-size: 14px;
	font-weight: normal;
	color:  #d1d2d2;
	width: 400px;
	padding: 18px;
}

.footer-distributed ::-webkit-input-placeholder {
	color:  #5c666b;
}

.footer-distributed ::-moz-placeholder {
	color:  #5c666b;
	opacity: 1;
}

.footer-distributed :-ms-input-placeholder{
	color:  #5c666b;
}


.footer-distributed form input{
	height: 55px;
	margin-bottom: 15px;
}

.footer-distributed form textarea{
	height: 100px;
	margin-bottom: 20px;
}

.footer-distributed form button{
	border-radius: 3px;
	background-color:  #33383b;
	color: #ffffff;
	border: 0;
	padding: 15px 50px;
	font-weight: bold;
	float: right;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 1000px) {

	.footer-distributed {
		
	}

	.footer-distributed .footer-company-name{
		font-size: 13px;
	}

	.footer-distributed form input,
	.footer-distributed form textarea{
		width: 250px;
	}

	.footer-distributed form button{
		padding: 10px 35px;
	}

}

@media (max-width: 768px) {

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

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		float: none;
		max-width: 400px;
		margin: 0 auto;
	}

	.footer-distributed .footer-left{
		margin-bottom: 20px;
	}

	.footer-distributed form{
		margin-top: 30px;
	}

	.footer-distributed form{
		display: block;
	}

	.footer-distributed form button{
		float: none;
	}
  
  .footer-distributed .footer-icons{
	margin-top: 30px;
	}
  
}



/***** Category Footer Links *****/

.category-footer-section {
    background-color: #5a5d65;
    color: #fff;    
}
.category-footer-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 15px;
  background-size: 90px 90px;
  background-position: center 10px;
	background-repeat: no-repeat;
}

.category-footer-links{
	color:  #ffffff;
	margin: 0 auto;
	padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.category-footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
  opacity: 0.9;
  padding: 0 6px;
}

.category-footer-links a:hover{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	opacity: 0.8;
}
@media (max-width: 1180px) {
  .category-footer-links {    
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .category-footer-links {
    max-width: 600px;
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .category-footer-section {
    display: none;
  }
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}
.promoted-articles-item {
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    
    width: 33%; /* Three columns on desktop */
  }
  [dir=rtl] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}
.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}
.promoted-articles-item a {
  display: block;
   border-top: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
  padding: 15px 0;
  color: #52239B;
  text-align: center;
}
.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}
.promoted-articles-item:last-child a {
  border: 0;
}
@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}
/***** Request Page *****/

.request-content {
  max-width: 700px;
  margin: 50px auto 0 auto;
  padding-bottom: 25px;
  }
.form-card {    
  background-color: #fff;
  position: relative;
  margin: 0 auto 50px;
  padding: 30px 40px 40px 40px;    
  border-radius:4px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.request-submit input[type="submit"] {
  color: #fff;
  padding: 12px 80px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.request_anonymous_requester_email:before {
  content: "\f003";
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.request_subject:before {
  content: "\f040";
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.request_description:before {
  content: "\f0f6";
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.request_custom_fields_21801680:before {
  content: "\f2be";
  font-family: 'FontAwesome';
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}

/***** Side Bar Sticky *****/

.side-column.affix {
  top:75px;
  padding-right: 20px;
    
}

/***** Article Side Bar *****/

.article-sidebar h2 {   
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (min-width: 380px) {
  .article-sidebar h2 {   
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
    text-transform: capitalize;
  }
}
.article-sidebar-item {
  padding: 5px 18px;
  border-radius: 4px;
  font-size: 14px;
  color: #522398;
  display: block;
}
.article-sidebar-item:hover {
  color: #754fad;
}

/***** Article Side column *****/

.side-column ul {  
  overflow: hidden;
  padding: 0;
  list-style: none;
  min-width: 186px;
  max-width: 100%;
  margin-top: 5px;
}
.side-column li {
	margin-bottom: 0px; 
}
.side-column li a:first-child {

}
.side-column li a {
  display: block;
  transition: all 0s;
  text-decoration: none;
}
.side-column li a:hover{
  text-decoration: none;
}

/***** Article Side Nav *****/

.side-nav {
   
}
.side-nav ul {  
  overflow: hidden;
  padding: 0;
  list-style: none;
  min-width: 186px;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}
.side-nav li {
  background-color: #754fad;
  margin-bottom: 4px;
  border-radius: 4px;
}
.side-nav li a:first-child {

}
.side-nav li a {
  padding: 5px 15px;
  font-size: 15px;
  color:#fff;
  display: block;  
  -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.side-nav li a:hover{
  background-color:#522398;
  text-decoration: none;
  border-radius: 4px;
}

/***** Sidebar navigation that collapses on mobile *****/

.sidenav-title {
  font-size: 15px;
  position: relative;
}
.sidenav-item {
  padding: 4px 12px;
  border-left: 4px solid #754fad;
  border-radius: 0px 4px 4px 0px;
  font-size: 14px;
  color: #4e5565;
  display: block;
}
.sidenav-item.current-article, .sidenav-item:hover {
  background-color: #754fad;
  color: #fff;
  text-decoration: none;
  -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 23%     | 66%     | 11%
  */
  flex: 1 0 auto;
  margin: 0;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 auto;
    max-width: auto;
    min-width: 640px;
    margin: 0;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock::before {
  content: "\f023";
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.article-body a:hover {
  text-decoration: underline;
}

.article-body a:visited {
  color: #609;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 35px 0 45px 0;
  word-wrap: break-word;
}

.article-comment-count {
  color: #666;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: #0072ef;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  flex: 1 0 auto;    
  padding: 0;
  margin-top: -22px;
  margin-bottom: 20px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 25%;
    height: auto;
    margin-right: 65px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}  

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}

.article-vote {
  background: transparent;
  border: 1px solid #ccc;
  color: #754fad;
  margin: 10px 5px;
  min-width: 90px;
  width: auto; 
  transition: border-color .25s ease-in-out,box-shadow .1s ease-in-out,background-color .25s ease-in-out,color .25s ease-in-out;
}

.article-vote::before {
  font-size: inherit;
  margin-right: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: #754fad;
}

.article-vote:hover {
  background-color: #754fad;
  border: 1px solid #754fad;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #fff;
}

.article-vote[aria-selected="true"] {
  background-color: #754fad;
  border: 1px solid #754fad;
}

.article-vote-up::before {
  content: "\2713";
}

.article-vote-down::before {
  content: "\2715";
}

.article-more-questions-container {
  margin: 0 auto 10px;
  width:100%;
}

.article-more-questions {
  display:block;
  border: 1px solid #ddd;
  background-color:#F5F7F8;
  border-left: 5px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  justify-content: center; 
  color: #4e5565;
  width:100%
}
@media () {
  .article-more-questions {
    border-left: 5px solid #ddd;
    border-top:0;
    border-bottom:0;
    border-right:0;
    border-radius: 0;
  }
}

.article-more-questions a {
  white-space: nowrap;
}

.article-return-to-top {
  font-size: 16px;
  line-height: 30px;
  float: right;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    
  }
}

.article-return-to-top a {
  color: #333333;
  display: block;
  padding: 15px 0 0 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}
.article-return-to-top .icon-arrow-up::before {
  font-size: 28px;
  margin-left: 6px;
  vertical-align: bottom;
  content: "\f139";
  color: #754fad;
}

[dir=rtl] .article-return-to-top .icon-arrow-up::before {
  font-size: 28px;
  margin-right: 10px;
  content: "\f139";
  color: #754fad;
}

.return-to-top {
    position: fixed;
    z-index: 2999;
    bottom: 115px;
    right: 51px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
    width: 54px;
    height: 54px;
    display: none;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .return-to-top {
    display: none!important;    
  }
}

.return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 12px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.return-to-top:hover {
    background: rgba(0, 0, 0, 0.4);
}

.return-to-top:hover i {
    color: #fff;
    top: 10px;
}

.article-unsubscribe {
  background-color: #0072ef;
  color: #ffffff;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #004189;
  border-color: #004189;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.recent-articles h3,
.related-articles h3 {
  display:none;
  font-size: 15px;
  margin: 20px 0;
}

.recent-articles ul,
.related-articles ul {
 list-style: none;
}

.recent-articles li,
.related-articles li {
  padding: 4px 12px;
  border-left: 4px solid #e0e0e0;
  border-radius: 0px 4px 4px 0px;
  font-size: 14px;
  display: block;
}

.recent-articles li a,
.related-articles li a {
 color: #4e5565;
 display: block;
}

.recent-articles li a:hover,
.related-articles li a:hover {
 color: #000;
}

.recent-articles li:hover,
.related-articles li:hover {
  background-color: #e0e0e0;
}

/***** Article *****/

.article-subscribe,
.article-unsubscribe {
  color: #754fad;
  background-color: transparent;
  border-color: #754fad; 
}
.article-subscribe:hover, 
.article-subscribe:focus, 
.article-subscribe:active, 
.article-unsubscribe:hover, 
.article-unsubscribe:focus,
.article-unsubscribe:active {
  color: #754fad;
  background-color: transparent;
  border-color: #754fad; 
}
.article-subscribe:active,
.article-unsubscribe:active {
  background-image: none; 
}
.article-body {
  word-wrap: break-word;
}
.article-body .jb,
.article-body .jc,
.article-body .jd,
.article-body .je {
    display: block; }
  .article-body .jb {
    font-size: 34px; }
  .article-body .jc {
    font-size: 28px; }
  .article-body .jd {
    font-size: 20px; }
  .article-body .je {
    font-size: 16px; 
}
.article-body table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .article-body table {
    table-layout: auto;
  }
}
.article-body th,
.article-body th a {
  font-size: 13px;
  text-align: left;
}

[dir="rtl"] .article-body th, [dir="rtl"]
.article-body th a {
  text-align: right;
}

.article-body tr {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.article-body tr p {
  margin: 10px 0;
}

.article-body td, .article-body th {
  padding: 16px 8px!important;
}
.article-body th {
  border-width: 1px 0;
  font-weight: normal;
  white-space: nowrap;
}
.article-body td {
  border-width: 0 0 1px 0;
}
.article-page .article-body br + img {
    margin-top: 24px;
    margin-bottom: 15px;
}
.article-body img, .article-page .article-body br + img {
   margin:auto;
   height: auto;
   border: 0px solid #dddddd;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: rgb(204, 204, 204);
   border-right-color: rgb(204, 204, 204);
   border-bottom-color: rgb(204, 204, 204);
   border-left-color: rgb(204, 204, 204);
   -moz-border-top-colors: none;
   -moz-border-right-colors: none;
   -moz-border-bottom-colors: none;
   -moz-border-left-colors: none;
   border-image-source: none;
   border-image-slice: 100% 100% 100% 100%;
   border-image-width: 1 1 1 1;
   border-image-outset: 0 0 0 0;
   border-image-repeat: stretch stretch;
   box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -moz-background-clip: padding;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   background-color: #fff;
   padding: 0px;
}

.article-body li img {
    margin: 24px 0 15px 0;
}

.article-body li ol, .article-body li ul {
    margin-top: 6px;
}

.article-body ol ul, .article-body ul ol, .article-body ul ul, .article-body ol ol {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}

.article-body ul ul, .article-body ol ul {
    list-style-type: circle;
}

.article-body ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}


.article-body ol {
	counter-reset:li; /* Initiate a counter */
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
}
.article-body ol > li {
	position:relative; /* Create a positioning context */
	margin:15px 0 6px 2em; /* Give each list item a left margin to make room for the numbers */
	padding:2px 8px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
}
.article-body ol > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
  display: inline-block;
  position: absolute;
  top: -.1em;
  left: -2em;
  height: 1.8em;
  width: 1.8em;
  margin-right: 8px;
  background: #754fad;
  border-radius: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.8em;
  color: #fff;
  text-align: center;
	/* Some space between the number and the content in browsers that support
	   generated content but not positioning it (Camino 2 is one example) */

}
.article-body li ol,
.article-body li ul {margin-top:6px;}
.article-body ol ol li:last-child {margin-bottom:0;}


.article-footer-border {
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 768px) {
  .article-footer-border {
    width: 280px;
  }
}
.article-page .article-footer {
    padding: 30px 0;
    flex-basis: 100%;
    align-items: center;  
    justify-content: space-between;
}
.jg {
  display: inline-block;
  vertical-align: middle; 
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: #333333;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #666;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #666;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #0072ef;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #666;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #0072ef;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-published {
  color: #666;
  display: block;
  font-weight: 300;
  font-size: 13px;
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: #0072ef;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #609;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #666;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: #0072ef;
}

.vote-up::before, .vote-down::before {
  color: #666;
  font-size: 24px;
}

.vote-up::before {
  content: "\f139";
}

.vote-down::before {
  content: "\f13a";
}

/***** Social share links *****/

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

.share { 
  white-space: nowrap;
  list-style: none;
  text-align: center; }

.share ul {
  text-align: center;
  margin-top: 10px; }

ul.share { 
  margin: 0;
}

.share li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  vertical-align: top; }

.share a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  line-height: 50px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-color: #ddd;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  border-radius: 100%; }
  .share a:before {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: FontAwesome;
    text-align: center;
    font-size: 26px;
    line-height: 32px;    
    margin-top: 3px; }

.share-facebook {
  color: #fff;
  background-color: #3d5b95;
  border-color: #3d5b95; }
  .share-facebook:hover, .share-facebook:focus, .share-facebook:active {
    color: #e0e0e0;
    background-color: #2e4571;
    border-color: #2b406a; }
  .share-facebook:active {
    background-image: none; }
  .share-facebook:before {
    content: "\f09a"; }

.share-twitter {
  color: #fff;
  background-color: #24aadd;
  border-color: #24aadd; }
  .share-twitter:hover, .share-twitter:focus, .share-twitter:active {
    color: #e0e0e0;
    background-color: #1c89b2;
    border-color: #1a82a9; }
  .share-twitter:active {
    background-image: none; }
  .share-twitter:before {
    content: "\f099"; }

.share-linkedin {
  color: #fff;
  background-color: #0976b4;
  border-color: #0976b4; 
}
.share-linkedin:hover, .share-linkedin:focus, .share-linkedin:active {
  color: #e0e0e0;
  background-color: #075683;
  border-color: #06507a; 
}
.share-linkedin:active {
  background-image: none; 
}
.share-linkedin:before {
  content: "\f0e1"; 
}
.share-googleplus {
  color: #fff;
  background-color: #d23e30;
  border-color: #d23e30; 
}
.share-googleplus:hover, .share-googleplus:focus, .share-googleplus:active {
  color: #e0e0e0;
  background-color: #aa3025;
  border-color: #a22e23; 
}
.share-googleplus:active {
  background-image: none; 
}
.share-googleplus:before {
  content: "\f0d5"; 
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
  list-style: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #333333;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #333333;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid #0072ef;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: #333333;
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
    flex: 1;
    max-height: 45px;
    overflow: hidden;
    padding: 10px 12px;
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 8px;
    background-color: #fafafa;
    -webkit-box-shadow:  0 0px 0px 0 rgba(0,0,0,0.16), 0 2px 4px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16), 0 2px 4px 0 rgba(0,0,0,0.08);
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
    border: 0;
    border-radius: 0px;
    margin-bottom: 20px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: auto;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\f139";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\f13a";
  font-size: 24px;
  color: #8e8e8e;
  position: absolute;
  right: 1px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
  margin-right: 5px;
  font-size: 24px;
}

.section-tree-title {
  margin-bottom: 0;
}

.section-tree-title a {
  color: #4e5565;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

a.see-all-articles:hover {
    text-decoration: underline;
}

.article-list {
    list-style: none;
}

.article-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item:before {
  font-family: "FontAwesome";
  font-weight: bold;
  font-size: 12px;
  color: #754fad;
  content: "\f054";
}

.article-list-item a {
  font-weight:bold;
}

.article-list-item a:hover {
  text-decoration: underline;
}


.icon-star::before {
  color: #ccc;
  font-size: 24x;
  margin-right: 5px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: #0072ef;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests {
  margin-bottom: 40px;;
}

.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: #0072ef;
  color: #ffffff;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
  margin-bottom: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: #0072ef;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #004189;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #666;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #666;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #0072ef;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #0072ef;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 67%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 30%;
    padding: 0 20px;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #666;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 100%;
  }
}

.search-results-list {
  margin-bottom: 25px;
  list-style:none;
}

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-result-description {
  margin-top: 15px;
}

.search-reult-link a:hover {
  text-decoration: underline;
}

.search-result-votes, .search-result-meta-count {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: #fff;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\f164";
}

.search-result-meta-count::before {
  content: "\f075";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
  content: " ";
  display: inline-block;
  margin: 0 5px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0 30px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 35px;
  float: left;
  margin-left: 5px;
  width: 35px;
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #ddd;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: #4e5565;
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #4e5565;
  padding: 4px 12px;
  font-weight: 600;
}

.pagination-current {
  background-color: #754fad;
}

.pagination-current a, .pagination-current span {
  color: #fff;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\f023";
}

.icon-star::before {
  content: "\f005";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\f007";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\f139";
}

.icon-arrow-down::before {
  content: "\f13a";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #666;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}

.blocks-item {
  border: 1px solid #0072ef;
  border-radius: 4px;
  box-sizing: border-box;
  color: #0072ef;
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #0072ef;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #ffffff;
  text-decoration: none;
}

.blocks-item-link {
  color: #0072ef;
  padding: 20px 30px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01J2MGNDY49KRZ9R31CE2B06BS);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

.topics-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.topics-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.topics-item-internal a {
  color: #333333;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: #0072ef;
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: #0072ef;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #004189;
  border-color: #004189;
}

.community-follow [role="button"]::after {
  border-left: 1px solid #0072ef;
  content: attr(data-follower-count);
  color: #0072ef;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid #0072ef;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.posts-list {
  list-style: none;
}

.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {

  color: #0072ef;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #004189;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #666;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: #333333;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #0072ef;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #666;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold {
  text-transform: lowercase;
}

.circle-green, .circle-yellow, .circle-red {
    display: inline-block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    position: absolute;
    margin-top: 8px;
    margin-left: -14px;
}

.circle-yellow {
    background: #ffd12a;
}

.circle-red {
    background: #e03b30;    
}

.circle-green {
    background-color: #78a300;
}

/* Three columns side by side */
.column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media (max-width: 650px) {
    .column {
        width: 100%;
        display: block;
    }
}

/* Add some shadows to create a card effect */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.container {
    padding: 0 16px;
}

/* Clear floats */
.container::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

.title {
    color: grey;
}

/*carousel pictures*/
.slideRow{
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}

.slideBtn {
  width: 17%;
  min-width: 130px;
  max-height:60px;
  font-family: 'Roboto', sans-serif;
  font-size: 75%;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  padding: 3px;
  border-radius: 2px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-style: outset;
  border-color: #8f8f8f;
  text-align: center;
  margin: 5px;
  }

  .slideBtn:hover, .activeSlideBtn {
  background-color: #754FAD;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
  transform: translateY(3px);
  color: #fff;
  font-weight: 750;
  }

  .activeSlideBtn{
    background-color: #754FAD;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
  transform: translateY(3px);
  transition: all 0.5s ease 0.5s;
  color: #fff;
  font-weight: 750;
  }

  .slideBtn:hover > .slideBtnWrapper > .slideBtnIcon, .activeSlideBtn > .slideBtnWrapper > .slideBtnIcon {
    filter: invert(1); 
  }

  .slideBtn > p, .slideBtnWrapper > p{
    margin: 0;
  }

  .slideBtnIcon {
    height: 2.5em;
    width: 2.5em;
  }

  .slideBtnWrapper {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: .5em;
    margin: 0 1em;
  }

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 320px;
	height: 260px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}
/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.post-info {
  flex: 1;
}

@media (min-width: 1024px) {
  .post-info {
    padding-right: 20px;
  }
}

[dir="rtl"] .post-info {
  padding-left: 45px;
  padding-right: 0;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-published {
  color: #666;
  font-weight: 300;
  font-size: 13px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #609;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #666;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #0072ef;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: #0072ef;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: #0072ef;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #0072ef;
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: #0072ef;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  font-family: "FontAwesome";
  content: "\f007";
  font-size: 11px;
  height: 18px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 18px;
}

/* User Profiles */

/*hide role-specific div html*/
div.anonymous, div.end_user, div.agent, div.manager {
display: none;
}

.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: #754fad;
  border: 0;
  color: #fff;
  line-height: normal;
  padding: 8px 20px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.profile-header .options [data-action="edit-profile"]:hover {
  background-color: #522398;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #666;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #0072ef;
  border-radius: 4px;
  color: #0072ef;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #666;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {  
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
  list-style: none;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ddd;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** Basic Styles *****/

.lines-button {
  padding: 15px 7.5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: .3s;
          transition: .3s; }
  @media (max-width: 767px) {
    .lines-button {
      float: right; } }
  @media (min-width: 768px) {
    .lines-button {
      display: none; } }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    outline: 0;
    box-shadow: none;
    -webkit-transition: 0;
            transition: 0; }
  .lines-button:focus {
    outline: 0; }

.lines {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .lines:before, .lines:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 2.14286px center;
            transform-origin: 2.14286px center;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: 0.3s;
            transition: 0.3s; }

  .lines:before {
    top: 7.5px; }
  .lines:after {
    top: -7.5px; }

.csstransforms3d .lines-button.is-active {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8); }
  .csstransforms3d .lines-button.is-active .lines {
    background: transparent; }
    .csstransforms3d .lines-button.is-active .lines:before, .csstransforms3d .lines-button.is-active .lines:after {
      top: 0;
      width: 30px;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
    .csstransforms3d .lines-button.is-active .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
    .csstransforms3d .lines-button.is-active .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }

.aa {
  display: inline-block;
  vertical-align: middle; }

.ab {
  font-size: 14px;
  color: #979797; }

.ac {
  margin-right: 6px; }
  .ac + .ac:before {
    margin-right: 6px;
    font-size: 10px;
    content: "\2022"; }

.ae {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0; }
 	@media (min-width: 768px) {
    .ae {     
      padding-left: 15px;
  		padding-right: 15px;} }

.af {
  width: 8.33333%; }

.ag {
  width: 16.66667%; }

.ah {
  width: 25%; }

.ai {
  width: 33.33333%; }

.aj {
  width: 41.66667%; }

.ak {
  width: 50%; }

.al {
  width: 58.33333%; }

.am {
  width: 66.66667%; }

.an {
  width: 75%; }

.ao {
  width: 83.33333%; }

.ap {
  width: 91.66667%; }

.aq {
  width: 100%; }

.ar {
  right: auto; }

.as {
  right: 8.33333%; }

.at {
  right: 16.66667%; }

.au {
  right: 25%; }

.av {
  right: 33.33333%; }

.aw {
  right: 41.66667%; }

.ax {
  right: 50%; }

.ay {
  right: 58.33333%; }

.az {
  right: 66.66667%; }

.ba {
  right: 75%; }

.bb {
  right: 83.33333%; }

.bc {
  right: 91.66667%; }

.bd {
  right: 100%; }

.be {
  left: auto; }

.bf {
  left: 8.33333%; }

.bg {
  left: 16.66667%; }

.bh {
  left: 25%; }

.bi {
  left: 33.33333%; }

.bj {
  left: 41.66667%; }

.bk {
  left: 50%; }

.bl {
  left: 58.33333%; }

.bm {
  left: 66.66667%; }

.bn {
  left: 75%; }

.bo {
  left: 83.33333%; }

.bp {
  left: 91.66667%; }

.bq {
  left: 100%; }

.br {
  margin-left: 0%; }

.bs {
  margin-left: 8.33333%; }

.bt {
  margin-left: 16.66667%; }

.bu {
  margin-left: 25%; }

.bv {
  margin-left: 33.33333%; }

.bw {
  margin-left: 41.66667%; }

.bx {
  margin-left: 50%; }

.by {
  margin-left: 58.33333%; }

.bz {
  margin-left: 66.66667%; }

.ca {
  margin-left: 75%; }

.cb {
  margin-left: 83.33333%; }

.cc {
  margin-left: 91.66667%; }

.cd {
  margin-left: 100%; }

@media (min-width: 768px) {
  .ce {
    width: 8.33333%; }
  .cf {
    width: 16.66667%; }
  .cg {
    width: 25%; }
  .ch {
    width: 33.33333%; }
  .ci {
    width: 41.66667%; }
  .cj {
    width: 50%; }
  .ck {
    width: 58.33333%; }
  .cl {
    width: 73.33333%; }
  .cm {
    width: 75%; }
  .cn {
    width: 83.33333%; }
  .co {
    width: 91.66667%; }
  .cp {
    width: 100%; }
  .cq {
    right: auto; }
  .cr {
    right: 8.33333%; }
  .cs {
    right: 16.66667%; }
  .ct {
    right: 25%; }
  .cu {
    right: 33.33333%; }
  .cv {
    right: 41.66667%; }
  .cw {
    right: 50%; }
  .cx {
    right: 58.33333%; }
  .cy {
    right: 66.66667%; }
  .cz {
    right: 75%; }
  .da {
    right: 83.33333%; }
  .db {
    right: 91.66667%; }
  .dc {
    right: 100%; }
  .dd {
    left: auto; }
  .de {
    left: 8.33333%; }
  .df {
    left: 16.66667%; }
  .dg {
    left: 25%; }
  .dh {
    left: 33.33333%; }
  .di {
    left: 41.66667%; }
  .dj {
    left: 50%; }
  .dk {
    left: 58.33333%; }
  .dl {
    left: 66.66667%; }
  .dm {
    left: 75%; }
  .dn {
    left: 83.33333%; }
  .do {
    left: 91.66667%; }
  .dp {
    left: 100%; }
  .dq {
    margin-left: 0%; }
  .dr {
    margin-left: 8.33333%; }
  .ds {
    margin-left: 16.66667%; }
  .dt {
    margin-left: 25%; }
  .du {
    margin-left: 33.33333%; }
  .dv {
    margin-left: 41.66667%; }
  .dw {
    margin-left: 50%; }
  .dx {
    margin-left: 58.33333%; }
  .dy {
    margin-left: 66.66667%; }
  .dz {
    margin-left: 75%; }
  .ea {
    margin-left: 83.33333%; }
  .eb {
    margin-left: 91.66667%; }
  .ec {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .ed {
    width: 8.33333%; }
  .ee {
    width: 16.66667%; }
  .ef {
    width: 33.33333%; }
  .eg {
    width: 33.33333%; }
  .eh {
    width: 41.66667%; }
  .ei {
    width: 50%; }
  .ej {
    width: 58.33333%; }
  .ek {
    width: 66.66667%; }
  .el {
    width: 75%; }
  .em {
    width: 83.33333%; }
  .en {
    width: 91.66667%; }
  .eo {
    width: 100%; }
  .ep {
    right: auto; }
  .eq {
    right: 8.33333%; }
  .er {
    right: 16.66667%; }
  .es {
    right: 25%; }
  .et {
    right: 33.33333%; }
  .eu {
    right: 41.66667%; }
  .ev {
    right: 50%; }
  .ew {
    right: 58.33333%; }
  .ex {
    right: 66.66667%; }
  .ey {
    right: 75%; }
  .ez {
    right: 83.33333%; }
  .fb {
    right: 91.66667%; }
  .fc {
    right: 100%; }
  .fd {
    left: auto; }
  .fe {
    left: 8.33333%; }
  .ff {
    left: 16.66667%; }
  .fg {
    left: 25%; }
  .fh {
    left: 33.33333%; }
  .fi {
    left: 41.66667%; }
  .fj {
    left: 50%; }
  .fk {
    left: 58.33333%; }
  .fl {
    left: 66.66667%; }
  .fm {
    left: 75%; }
  .fn {
    left: 83.33333%; }
  .fo {
    left: 91.66667%; }
  .fp {
    left: 100%; }
  .fq {
    margin-left: 0%; }
  .fr {
    margin-left: 8.33333%; }
  .fs {
    margin-left: 16.66667%; }
  .ft {
    margin-left: 25%; }
  .fu {
    margin-left: 33.33333%; }
  .fv {
    margin-left: 41.66667%; }
  .fw {
    margin-left: 50%; }
  .fx {
    margin-left: 58.33333%; }
  .fy {
    margin-left: 66.66667%; }
  .fz {
    margin-left: 75%; }
  .ga {
    margin-left: 83.33333%; }
  .gb {
    margin-left: 91.66667%; }
  .gc {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .gd {
    width: 8.33333%; }
  .ge {
    width: 16.66667%; }
  .gf {
    width: 25%; }
  .gg {
    width: 33.33333%; }
  .gh {
    width: 41.66667%; }
  .gi {
    width: 50%; }
  .gj {
    width: 58.33333%; }
  .gk {
    width: 66.66667%; }
  .gl {
    width: 75%; }
  .gm {
    width: 83.33333%; }
  .gn {
    width: 91.66667%; }
  .go {
    width: 100%; }
  .gp {
    right: auto; }
  .gq {
    right: 8.33333%; }
  .gr {
    right: 16.66667%; }
  .gs {
    right: 25%; }
  .gt {
    right: 33.33333%; }
  .gu {
    right: 41.66667%; }
  .gv {
    right: 50%; }
  .gw {
    right: 58.33333%; }
  .gx {
    right: 66.66667%; }
  .gy {
    right: 75%; }
  .gz {
    right: 83.33333%; }
  .ha {
    right: 91.66667%; }
  .hb {
    right: 100%; }
  .hc {
    left: auto; }
  .hd {
    left: 8.33333%; }
  .he {
    left: 16.66667%; }
  .hf {
    left: 25%; }
  .hg {
    left: 33.33333%; }
  .hh {
    left: 41.66667%; }
  .hi {
    left: 50%; }
  .hj {
    left: 58.33333%; }
  .hk {
    left: 66.66667%; }
  .hl {
    left: 75%; }
  .hm {
    left: 83.33333%; }
  .hn {
    left: 91.66667%; }
  .ho {
    left: 100%; }
  .hp {
    margin-left: 0%; }
  .hq {
    margin-left: 8.33333%; }
  .hr {
    margin-left: 16.66667%; }
  .hs {
    margin-left: 25%; }
  .ht {
    margin-left: 33.33333%; }
  .hu {
    margin-left: 41.66667%; }
  .hv {
    margin-left: 50%; }
  .hw {
    margin-left: 58.33333%; }
  .hx {
    margin-left: 66.66667%; }
  .hy {
    margin-left: 75%; }
  .hz {
    margin-left: 83.33333%; }
  .ia {
    margin-left: 91.66667%; }
  .ib {
    margin-left: 100%; } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
    opacity: 0; }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0); }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
    opacity: 0; }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0); }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

.ic {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #fff; }
  @media (max-width: 767px) {
    .ic {
      display: none; } }

.language-selector {
  display: inline-block;
  vertical-align: middle; }

.id {
  position: relative; }

.ie {
  margin-bottom: 25px; }
  .ie input[type="submit"] {
    display: none; }

.if {
  font-size: 20px; }

.ig {
  margin-bottom: 12.5px;
  font-weight: 500; }

.ih {
  margin-bottom: 12.5px;
  font-size: 14px; }
  .ih:empty {
    display: none; }
  .ih em {
    padding: 0 3px;
    font-style: normal;
    font-weight: 500;
    background-color: #fff3ca;
    border-radius: 3px; }

.ii {
  margin-bottom: 12.5px; }

.ij {
  padding-bottom: 12.5px;
  border-bottom: 1px solid #ccc; }

.ik {
  color: inherit; }

.il {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .il .section:nth-child(2n+1) {
      clear: left; } }

.ip {
  color: inherit; }

.iq {
  position: relative; }

.ir {
  padding-right: 120px; }



.section-tree .section {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .section-tree .section:nth-child(2n+1) {
      clear: left; } }

.is {
  width: 40px;
  height: 40px; }

.it {
  position: relative; }

.iu {
  font-size: 32px; }
  @media (min-width: 768px) {
    .iu {
      font-size: 34px; } }
  @media (min-width: 992px) {
    .iu {
      font-size: 36px; } }

.iv {
  margin-bottom: 25px; }

.iw {
  display: table;
  width: 100%; }

.ix {
  display: table-cell;
  vertical-align: middle; }

.ix + .ix {
  padding-left: 12px; }

.iy {
  width: 40px; }

.iz {
  text-align: right; }

.ja {
  font-weight: 500; }

.jh { 
  padding: 20px 0 20px;
  border-top: 1px solid #ddd;}
  .jh ul {
    margin-top: 0; }

.ji {
  padding: 20px 0 20px;
  border-top: 1px solid rgb(204, 204, 204); }

.jj {
  margin-bottom: 25px; }

@media (max-width: 767px) {
  .jk {
    padding-top: 25px;
    border-top: 2px solid #ddd; } }

.jl {
  padding-bottom: 12.5px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ddd; }

.jm {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500; }

@media (min-width: 768px) {
  .comment-sorter {
    text-align: right; } }

.comment-sorter__item.is-active {
  font-weight: 500; }

.comment {
  position: relative;
  margin-bottom: 25px;
  border-bottom: 2px solid #ddd; }

.jn {
  position: absolute;
  top: 0;
  right: 0; }
  .jn .dropdown-menu {
    right: 0;
    left: initial; }

.jo {
  position: relative;
  padding-left: 52px;
  margin-bottom: 25px;
  font-size: 14px; }

.jp,
.jq {
  position: absolute;
  top: 0;
  left: 0; }

.jr {
  display: block; }

@media (min-width: 768px) {
  .jt .ju {
    padding-left: 52px; } }

.jv {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  background-color: #fad780;
  border-radius: 4px; }

.jw {
  display: inline-block;
  vertical-align: top;
  padding: 1px 6px;
  font-size: 12px;
  line-height: 1.3;
  color: #;
  border: 1px solid #;
  border-radius: 4px; }

.jx {
  position: absolute;
  top: 0;
  left: 0;
  color: #; }

.comment--with-voting {
  padding-bottom: 25px;
  padding-left: 64px; }

.comment--official {
  padding-left: 64px; }

.comment-form {
  position: relative;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .comment-form {
      padding-left: 52px; } }

.comment-form-controls {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px; }

@media (max-width: 767px) {
  .jp {
    display: none; } }

.jy {
  margin-bottom: 25px; }

.jz {
  margin-bottom: 25px; }

.ka {
  position: relative;
  padding-left: 18px; }
  .ka input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0; }

.kb {
  padding-bottom: 50px; }

.kc {
  border-bottom: 0px solid #ddd; }

.kd {
  margin-bottom: 25px; }

.my-activities-items {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .my-activities-items {
      display: table;
      width: 100%; } }

.ke {
  display: none;
  color: #979797; }
  @media (min-width: 768px) {
    .ke {
      display: table-header-group;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase; } }

@media (min-width: 768px) {
  .kf {
    display: table-row-group; } }

@media (min-width: 768px) {
  .kg {
    display: table-row; } }

@media (min-width: 768px) {
  .kh {
    display: table-cell;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ddd; }
    .kh + .kh {
      padding-left: 12px; } }

@media (max-width: 767px) {
  .ki {
    display: inline; } }

@media (min-width: 768px) {
  .ki {
    display: none; } }

.my-activities-menu ul {
  list-style: none;
  padding-left: 0; }

.kj {
  margin-bottom: 0; }

.my-activities-menu__item {
  margin-bottom: 0; }
  .my-activities-menu__item a {
    display: block; }
  @media (min-width: 768px) {
    .my-activities-menu__item {
      float: left; } }

@media (min-width: 768px) {
  .my-activities-menu__item + .my-activities-menu__item {
    margin-left: 12px; } }

.kk {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ddd; }
  .kk .my-activities-menu__item {
    padding: 6px 12px;
    background-color: #;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .kk .my-activities-menu__item {
        margin-bottom: 8.33333px; } }
    .kk .my-activities-menu__item.is-active {
      color: #4e5565;
      background-color: #ddd; }
    .kk .my-activities-menu__item a {
      color: #fff; }

.kl {
  margin-bottom: 25px; }
  .kl .my-activities-menu__item.is-active {
    font-weight: 500; }
  .kl .my-activities-menu__item a {
    display: inline-block; }
  @media (min-width: 768px) {
    .kl .my-activities-menu__item + .my-activities-menu__item:before {
      margin-right: 6px;
      font-size: 10px;
      content: "\2022"; } }

@media (max-width: 767px) {
  .km {
    padding: 6px 12px;
    margin-bottom: 25px;
    border: 2px solid #ddd;
    border-radius: 4px; } }

.kn {
  font-size: 14px;
  color: #979797; }
  @media (max-width: 767px) {
    .kn {
      display: inline-block;
      margin-right: 6px; }
      .kn + .kn:before {
        margin-right: 6px;
        content: "\2022"; } }

.ko {
  font-weight: 500; }
  @media (max-width: 767px) {
    .ko {
      font-size: 20px; } }

@media (max-width: 767px) {
  .kp {
    display: inline-block; } }

@media (min-width: 768px) {
  .kp {
    display: none; } }

.request-table-toolbar label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700; }

.request-table-toolbar {
  padding-left: 12px 12px 6px;
  margin-bottom: 25px;
  background-color: #f9f9f9;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .request-table-toolbar {
      padding-top: 6px;
      padding-bottom: 12px; } }
  .request-table-toolbar label {
    font-size: 14px;
    text-transform: uppercase; }

@media (min-width: 768px) {
  .kq {
    display: table;
    width: 100%; } }

.kr {
  padding-right: 12px;
  padding-left: 12px; }
  @media (max-width: 767px) {
    .kr {
      margin-bottom: 12.5px; } }
  @media (min-width: 768px) {
    .kr {
      display: table-cell;
      width: 33%;
      vertical-align: bottom; } }

.ks {
  position: relative; }

.kt {
  margin-bottom: 12.5px;
  font-weight: 500; }

.ku {
  font-size: 28px; }
  @media (min-width: 992px) {
    .ku {
      font-size: 34px;
      font-weight: 300; } }

.kv:empty {
  display: none; }

.kw {
  padding: 25px 12px 0;
  margin-bottom: 25px;
  font-size: 14px;
  border: 2px solid #ddd;
  border-radius: 4px; }
  .kw dd {
    margin-bottom: 12.5px; }

.kx {
  font-size: 14px;
  list-style: none;
  padding-left: 0; }

.request-status {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px; }

.request-status--solved,
.request-status--closed {
  background-color: #; }

.request-status--new,
.request-status--open {
  background-color: #ff5252; }

.request-status--answered {
  background-color: #fad780; }

.ky {
  margin-bottom: 25px; }

.searchbox-suggestions li {
  margin-bottom: 5px; }

.upload-dropzone {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px; }

.search-text h1 {
  color: #fff;
  font-size: 26px;
  font-weight:700;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 15px;
  display:none;}
@media (min-width: 480px) {
    .search-text h1 {
     font-size: 28px;
	   font-weight:700;
     display:block;} }
@media (min-width: 540px) {
    .search-text h1 {
     font-size: 38px;
	   font-weight:700;
     display:block;} }
  @media (min-width: 768px) {
    .search-text h1 {
     font-size: 50px;
	   font-weight:700;
     display:block;} }

.la {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .la {
      padding-top: 25px; } }

.lb {
  text-align: center; }
  @media (min-width: 768px) {
    .lb {
      margin-bottom: 25px; } }
  .lb a {
    display: block; }
    .lb a:hover {
      text-decoration: none; }

.lc {
  margin-bottom: 12.5px; }
  @media (min-width: 768px) {
    .lc {
      margin-bottom: 25px; } }

.ld {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }
  @media (max-width: 320px) {
    .ld {
      display: inline-block;
      width: 78%; } }

.dropdown-toggle:after {
  color: inherit; }

.dropdown-menu {
  padding: 0;
  border: 0;
  font-size: 14px;
  min-width: 0 !important;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06); }

.description { 
  position: relative;
  padding: 25px 25px 25px 75px;
  margin: 30px auto;
  color: #fff;
  font-style: italic;
  background-color: #754fad;
  border: 1px solid #754fad;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
.description p:last-child {
  margin-bottom: 0; }
.description a{
  color: #ccc;
  text-decoration: underline;
}
.description a:visited{
  color: #ccc;
  text-decoration: underline;
}

.description:before {
    background-image: url("/hc/theming_assets/01J2MGNAB2MXANQZA2VQMC3R7V");
    background-size: auto 70px;
    background-repeat: no-repeat;
    content: '';
    left: 25px;
    top: 15%;
    height: 100px;
    width: 60px;
    position: absolute;
}

.transition { 
	position: relative;
   	padding: 18px 18px 18px 18px;
    	margin: 30px auto;
  color: #fff;
  font-style: italic;
  background-color: #522398;
  border: 5px double silver;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
   text-align:center;
}

.highlight {
  position: relative;
  padding: 20px;
  margin: 30px auto;
  background-color: #f7f7f9;
  width: 100%;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
.highlight p:last-child {
  margin-bottom: 0; }

.warning{
  position: relative;
  padding: 20px;
  border: 1px solid #ff5252;
  background-color: rgba(249, 222, 222, 1);
  width: 100%;
  margin: 30px auto;
  color: #4e5565;
  font-style: italic;
  line-height: 28px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.warning:before {
  font-family: 'FontAwesome'; 
  font-style: italic;
  content: "!";
  float: left;
  margin-top: -2px;
  margin-right: 10px;
  font-size: 24px;
}

.note {
  position: relative;
  padding: 20px;
  border: 1px solid #33ccff;
  background-color: rgba(0,204,255, 0.1);
  width: 100%;
  margin: 30px auto;
  color: #4e5565;
  font-style: italic;
  line-height: 28px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }
.note p:last-child {
  margin-bottom: 0; }

.note:before {
  font-family: 'FontAwesome'; 
  font-style: italic;
  content: "\f24a";
  float: left;
  margin-top: -2px;
  margin-right: 10px;
  font-size: 24px;
}

.noshadow {
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}

.le {
  margin-top: 0;
  margin-bottom: 10px; }

.lf,
.note--default {
  border-color: #777777; }
  .lf .le,
  .note--default .le {
    color: #777777; }

.lg,
.note--info {
  border-color: #5bc0de; }
  .lg .le,
  .note--info .le {
    color: #5bc0de; }

.lh,
.note--warning {
  border-color: #fad780; }
  .lh .le,
  .note--warning .le {
    color: #fad780; }

.li,
.note--success {
  border-color: #; }
  .li .le,
  .note--success .le {
    color: #; }

.lj,
.note--danger {
  border-color: #ff5252; }
  .lj .le,
  .note--danger .le {
    color: #ff5252; }

.b {
  padding: 25px 12px;
  margin-bottom: 50px;
  background-color: #f6f7f9;
  border-radius: 4px; }
  .b h4 {
    text-transform: uppercase; }
    .b h4 a {
      color: #ec8814; }
  .b .recent-activity-header {
    font-size: 16px; }
  .b .recent-activity-list {
    list-style: none;
    padding-left: 0; }
    @media (min-width: 768px) {
      .b .recent-activity-list {
        margin-right: -16px;
        margin-left: -16px; } }
  .b .recent-activity-item {
    margin-bottom: 12.5px; }
    @media (min-width: 768px) {
      .b .recent-activity-item {
        display: inline-block;
        width: 33.3333%;
        padding-right: 16px;
        padding-left: 16px;
        margin-bottom: 25px;
        vertical-align: top; } }
  .b .recent-activity-item-meta {
    font-size: 14px;
    color: #979797; }
  .b .recent-activity-item-comment span:before {
    display: inline-block;
    margin-right: 2px;
    margin-right: 3px;
    content: "\f0e5"; }
  .b .recent-activity-item-parent {
    color: #4e5565; }
  .b .recent-activity-controls a {
    color: #;
    background-color: transparent;
    border-color: #; }
    .b .recent-activity-controls a:hover, .b .recent-activity-controls a:focus, .b .recent-activity-controls a:active {
      color: #754fad;
      background-color: transparent;
      border-color: #754fad; }
    .b .recent-activity-controls a:active {
      background-image: none; }

.lk {
  font-size: 14px;
  line-height: 1.1;
  color: #999;
  margin-bottom: 40px; }
  .lk a {
    color: #999; }

.i {
  width: 100%;
  color: #fff;
  border-bottom: 0px solid rgba(255, 255, 255, 0.15); }
  .i .login {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
    .i .login:hover, .i .login:focus, .i .login:active {
      color: #fff;
      background-color: transparent;
      border-color: #fff; }
    .i .login:active {
      background-image: none; }
  @media (max-width: 767px) {
    .i .submit-a-request,
    .i .login,
    .i .language-selector {
      margin-bottom: 5px !important; } }

.ll {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .ll {
      display: table; } }

.lm {
  position: relative;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .lm {
      display: table-cell;
      vertical-align: top; } }

@media (min-width: 768px) {
  .ln {
    float: right; } }

@media (max-width: 767px) {
  .lo {
    display: none;
    padding-bottom: 10px; } }

@media (min-width: 768px) {
  .lo {
    display: block !important; } }

@media (max-width: 767px) {
  .lp {
    padding: 0; } }

@-ms-viewport {
  width: device-width; }

.lq {
  display: none !important; }

.lr {
  display: none !important; }

.ls {
  display: none !important; }

.lt {
  display: none !important; }

@media (max-width: 767px) {
  .lq {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .lr {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .ls {
    display: block !important; } }

@media (min-width: 1200px) {
  .lt {
    display: block !important; } }

@media (max-width: 767px) {
  .lu {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .lv {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .lw {
    display: none !important; } }

@media (min-width: 1200px) {
  .lx {
    display: none !important; } }

.ly {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .ly iframe,
  .ly embed,
  .ly object,
  .ly video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .ly.lz {
    padding-bottom: 56.25%; }
  .ly.ma {
    padding-bottom: 75%; }

.mb {
  margin-bottom: 50px; }

.mc {
  float: left; }
  .mc + .mc {
    margin-left: 12px; }
  .mc.is-active {
    font-weight: 500; }

.md {
  float: right; }

.vote {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 40px; }
  .vote [aria-selected=true] {
    z-index: 2; }

.vote-sum {
  display: block;
  padding-top: 6.25px;
  padding-bottom: 6.25px;
  font-weight: 500;
  text-align: center; }

.me {
  position: relative;
  z-index: 1;
  display: block !important;
  padding: 4.16667px 0 !important;
  font-size: 16px !important;
  color: #4e5565 !important;
  border-color: #ddd !important;
  line-height: 1.6 !important; }
  .me:hover, .me:active {
    z-index: 2; }

.mf:nth-child(2n+1) {
  clear: left; }

.mg {
  padding: 25px 12px;
  margin-bottom: 25px;
  border: 2px solid #ddd;
  border-radius: 4px; }

.mh {
  margin-bottom: 12.5px; }

.topic {
  padding-bottom: 12.5px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ddd;
  display: table;
  width: 100%; }

.mi {
  display: table-cell;
  vertical-align: top; }

.mj {
  text-align: right; }

.mk {
  width: 100%;
  font-size: 34px;
  margin-bottom: 12.5px; }

.ml {
  float: left;
  margin-right: 6px; }
  @media (max-width: 767px) {
    .ml {
      margin-bottom: 12.5px; } }

.mm {
  margin-bottom: 50px; }

.mn {
  float: left; }

.mo {
  margin-right: 6px; }

@media (min-width: 768px) {
  .mp {
    float: right;
    white-space: nowrap; } }

.mp .dropdown {
  display: inline-block;
  vertical-align: middle; }

.mp .dropdown-menu {
  left: initial;
  right: 0; }

.mp .dropdown-toggle,
.mp .mq {
  color: #;
  background-color: transparent;
  border-color: #; }
  .mp .dropdown-toggle:hover, .mp .dropdown-toggle:focus, .mp .dropdown-toggle:active,
  .mp .mq:hover,
  .mp .mq:focus,
  .mp .mq:active {
    color: #754fad;
    background-color: transparent;
    border-color: #754fad; }
  .mp .dropdown-toggle:active,
  .mp .mq:active {
    background-image: none; }

.post {
  position: relative;
  padding-left: 64px;
  margin-bottom: 25px; }

.mr {
  font-size: 28px;
  padding-right: 18px; }
  @media (min-width: 768px) {
    .mr {
      font-size: 34px; } }
  @media (min-width: 992px) {
    .mr {
      font-size: 41px; } }

.ms .mt,
.ms .mu {
  color: #;
  background-color: transparent;
  border-color: #; }
  .ms .mt:hover, .ms .mt:focus, .ms .mt:active,
  .ms .mu:hover,
  .ms .mu:focus,
  .ms .mu:active {
    color: #754fad;
    background-color: transparent;
    border-color: #754fad; }
  .ms .mt:active,
  .ms .mu:active {
    background-image: none; }

.mv {
  margin-bottom: 12.5px;
  font-size: 14px;
  list-style: none;
  padding-left: 0; }

.mw {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8.33333px;
  vertical-align: middle; }

@media (max-width: 1199px) {
  .mx {
    margin-right: 12px; } }

.my {
  display: inline-block;
  font-weight: 500;
  vertical-align: middle; }

.mz {
  display: inline-block;
  vertical-align: middle; }
  .mz img {
    margin-right: 6px; }

.na {
  word-wrap: break-word; }

.nb {
  position: absolute;
  top: 0;
  right: 0; }
  .nb .dropdown-toggle {
    font-size: 0; }
    .nb .dropdown-toggle:after {
      font-size: 22px; }
  .nb .dropdown-menu {
    left: initial;
    right: 0; }

.post-list-item {
  border-bottom: 2px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .post-list-item {
      display: table;
      width: 100%; } }

.nc {
  font-size: 28px;
  margin-bottom: 12.5px; }
  .nc span {
    position: relative;
    font-size: 50%;
    top: -4px; }

@media (min-width: 768px) {
  .nd {
    display: table-cell;
    vertical-align: top; } }


@media (min-width: 768px) {
  .ne {
    width: 60%; } }

@media (min-width: 768px) {
  .nf {
    width: 40%;
    text-align: right; } }

.ng {
  color: #979797;
  font-size: 14px; }
  @media (min-width: 768px) {
    .ng {
      float: right;
      text-align: center;
      min-width: 90px;
      background-color: #f9f9f9;
      border-radius: 4px;
      padding: 6px 12px; } }

@media (min-width: 768px) {
  .nh {
    display: block;
    color: #4e5565;
    font-weight: 500; } }

.ng + .ng {
  margin-right: 12px; }
  @media (max-width: 767px) {
    .ng + .ng:before {
      margin-right: 6px;
      font-size: 10px;
      content: "\2022"; } }

.ni {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px; }

.post-status--completed,
.post-status--answered {
  background-color: #; }

.post-status--planned {
  background-color: #; }

.post-status--not-planned {
  color: #4e5565;
  background-color: #ddd; }

.nj {
  font-size: 28px; }
  @media (min-width: 768px) {
    .nj {
      font-size: 34px; } }
  @media (min-width: 992px) {
    .nj {
      font-size: 41px; } }

.nk {
  margin-bottom: 25px; }

.nm {
  margin: 0 auto;
  width: 99.99%;}
  @media (min-width: 768px) {
    .nm {
       width: 89.99%; } }

/***** ZD Autocomplete *****/

zd-autocomplete-option zd-autocomplete-breadcrumbs {
    color: #999;
    font-size: 80%;
}

/***** GCU STYLE GUIDE *****/

.white{
	background-color:#fff;color:#333}
.dk-purple{
	background-color:#522398;color:#fff}
.md-purple{
	background-color:#754fad;color:#fff}
.mdlt-purple{
	background-color:#a991cb;color:#fff}
.lt-purple{
	background-color:#e5def0;color:#000}
.md-purple50{
	background:#754fad;background:rgba(117,79,173,.5);zoom:1}
.md-purple50:nth-child(n){
	-webkit-filter:none;filter:none}
.accent-gold{
	background-color:#f6a800}
.accent-blue{
	background-color:#006e97}
.accent-orange{
	background-color:#d25f15}
.accent-brown{
	background-color:#7a6855}
.accent-green{
	background-color:#69923a}
.accent-purple{
	background-color:#470a68}

/***** END GCU STYLE GUIDE ****/

/**** PANEL BOOTSTRAP ****/

/* Custom */

a.accordion-toggle {
    display: flex;
    padding: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    max-width: 100%;
    min-height: 64px;
}
a.accordion-toggle:hover {
  text-decoration: none;
}
div.panel-heading {
  padding: 0;
}
.panel-heading .accordion-toggle:before {
  /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    content: "\f0fe";
    color: #754fad;
    margin-right: 15px;
    font-size: 24px;
}
.panel-heading .accordion-toggle[aria-expanded="true"]:before {
  /* symbol for "collapsed" panels */
    font-family: 'FontAwesome';
    content: "\f146";
    color: #754fad;
   margin-right: 15px;
    font-size: 24px;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow:  0 0px 0px 0 rgba(0,0,0,0.16), 0 2px 3px 0 rgba(0,0,0,0.12);
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.16), 0 2px 3px 0 rgba(0,0,0,0.12);
}
.panel-body {
  padding: 40px 40px 30px 40px;
}
.panel-heading {
  padding: 8px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  width:100%;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 35px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 8px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #fafafa;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.clearfix:after,
.panel-body:after {
  clear: both;
}

/***** END PANEL BOOTSTRAP *****/

/***** MODAL BOOTSTRAP *****/

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #30aabc;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #30aabc;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #30aabc;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.close {
  float: right;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 10% auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1050px;
  }
}
@media (max-width: 540px) {
  .modal-dialog {
    margin: 0;
  }
}  
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
 position: fixed;
}

/***** END MODAL BOOTSTRAP *****/

/***** MODAL POPOVER *****/
  
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  min-width: 240px;
  padding: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  background-color: #522398;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.phone-content {
  margin: auto;
  width: 98%;
  padding: 0 5px 2px 5px;
}

.phone-content p{
  margin: 0 0 2px 10px;
  letter-spacing: 1px;
}

.phone-content hr{
  margin: 6px 0;
  border-color: #ddd;
}

.phone-contact {
  margin-top: 1px;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
}

.phone-contact a:before {
  content: "\f095";
	font-family: 'FontAwesome';
  margin-right: 12px;
  color: #4e5565;
}

.phone-hours {
  font-size: 15px;
}

.phone-times {
  margin-top: 3px;
  margin-left: 15px;
  font-size: 12px;
  letter-spacing: 1px;
}
  
/***** END MODAL POPOVER *****/

/***** NEED HELP MODAL STYLE *****/

* {
    margin: 0;
    padding: 0;
}
i {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
.contact-us-body {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 10px 0 10px;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
.contact-us-header {
  padding: 10px 15px 0px 15px;
}
.contact-us-header .contact-us-close {
  margin-top: -2px;
}
.clearfix:before,
.clearfix:after,
.contact-us-header:before,
.contact-us-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.contact-us-header:after,
.modal-footer:after {
  clear: both;
}
.contact-us-close {
  float: right;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.contact-us-close:hover,
.contact-us-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.contact-us-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
#page-border {
    margin: 20px;
}
.container {
    position: relative;
    margin: 0 auto;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-13,
.grid-14,
.grid-15,
.grid-16 {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    max-width: 100%;
}
.grid-1.alpha,
.grid-2.alpha,
.grid-3.alpha,
.grid-4.alpha,
.grid-5.alpha,
.grid-6.alpha,
.grid-7.alpha,
.grid-8.alpha,
.grid-9.alpha,
.grid-10.alpha,
.grid-11.alpha,
.grid-12.alpha,
.grid-13.alpha,
.grid-14.alpha,
.grid-15.alpha,
.grid-16.alpha {
    margin-left: 0;
}
.grid-1.omega,
.grid-2.omega,
.grid-3.omega,
.grid-4.omega,
.grid-5.omega,
.grid-6.omega,
.grid-7.omega,
.grid-8.omega,
.grid-9.omega,
.grid-10.omega,
.grid-11.omega,
.grid-12.omega,
.grid-13.omega,
.grid-14.omega,
.grid-15.omega,
.grid-16.omega {
    margin-right: 0;
}
.grid-1.center,
.grid-2.center,
.grid-3.center,
.grid-4.center,
.grid-5.center,
.grid-6.center,
.grid-7.center,
.grid-8.center,
.grid-9.center,
.grid-10.center,
.grid-11.center,
.grid-12.center,
.grid-13.center,
.grid-14.center,
.grid-15.center,
.grid-16.center {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container {
    width: 1120px; }
.grid-1 {
    width: 50px; }
.grid-1.large {
    width: 62.5px; }
.grid-2 {
    width: 120px; }
.grid-2.large {
    width: 150px; }
.grid-3 {
    width: 170px; }
.grid-3.large {
    width: 237.5px; }
.grid-4 {
    width: 260px; }
.grid-4.large {
    width: 325px; }
.grid-5 {
    width: 330px; }
.grid-5.large {
    width: 412.5px; }
.grid-6 {
    width: 400px; }
.grid-6.large {
    width: 500px; }
.grid-7 {
    width: 470px; }
.grid-7.large {
    width: 587.5px; }
.grid-8 {
    width: 540px; }
.grid-8.large {
    width: 675px; }
.grid-9 {
    width: 610px; }
.grid-9.large {
    width: 762.5px; }
.grid-10 {
    width: 680px; }
.grid-10.large {
    width: 850px; }
.grid-11 {
    width: 750px; }
.grid-11.large {
    width: 937.5px; }
.grid-12 {
    width: 820px; }
.grid-12.large {
    width: 1025px; }
.grid-13 {
    width: 890px; }
.grid-13.large {
    width: 1112.5px; }
.grid-14 {
    width: 960px; }
.grid-14.large {
    width: 1200px; }
.grid-15 {
    width: 1030px; }
.grid-15.large {
    width: 1287.5px; }
.grid-16 {
    width: 1100px; }
.grid-16.large {
    width: 1375px; }

#contact-us-wrap,
.wrap {
    padding: 20px 0;
}
.vertical-center {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    height: 100%;
    z-index: -1;
    position: relative;
    vertical-align: middle;
}
.margin-top-standard,
.circ {
    margin-top: 1em;
}
.margin-top-standard:first-child,
.circ:first-child {
    margin-top: 0;
}
.margin-top-medium {
    margin-top: 4em;
}
.margin-top-medium:first-child {
    margin-top: 0;
}
.contact-us h2 {
    font-family: 'Open Sans',proximanova,sans-serif,"FontAwesome";
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #4e5565;
  	margin-bottom: 40px;
}
h1.secondary,
.h1.secondary,
h2.secondary,
.h2.secondary,
h3.secondary,
.h3.secondary,
h4.secondary,
.h4.secondary,
h5.secondary,
.h5.secondary,
h6.secondary,
.h6.secondary {
    color: #282828;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1em;
}
.list-icon-items {
    margin-top: -.9em;
    word-spacing: 0;
}
.list-icon-items>li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: none;
    vertical-align: top;
}
.list-icon-items.large-margins>li {
    margin: 2.75em 1em 0;
}
.list-icon-items.no-margins {
    margin-top: 5px;
}
.list-icon-items.no-margins>li {
    margin: 0 0 0 0;
}
.list-icon-items h6 {
    margin-top: 1.5em;
}
.list-icon-items i {
    position: relative;
}
.list-icon-items .pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: none;
    border: 1px solid #754fad;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 275ms;
    -o-transition-duration: 275ms;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -moz-transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
    -o-transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
    -webkit-transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
    transition-timing-function: cubic-bezier(0.53, -0.67, 0.73, 0.74);
}
.list-icon-items a {
    border: none;
    display: block;
}
.list-icon-items a .pseudo-link {
    word-wrap: break-word;
    word-break: break-all;
}
.list-icon-items a:hover .button,
.list-icon-items a:focus .button,
.list-icon-items a:active .button {
    background-color: #754fad;
}
.list-icon-items a:hover .pulse,
.list-icon-items a:focus .pulse,
.list-icon-items a:active .pulse {
    opacity: .3;
	border: 9px solid #754fad;
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -moz-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
    -o-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
    -webkit-transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
    transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}
.list-icon-items li.secondary .pulse {

}
.list-icon-items .button,
.list-icon-items button {
    -webkit-backface-visibility: hidden;
}
.no-csstransitions .pulse {
    display: none;
}

/***** LIVE PERSON ICON VISIBILITY *****/

.lpStaticButton {
  opacity: 0;
}  
.lpPoweredBy {
  display: none;
}

.lpEmtStarRating {
  display: none;
}

/***** HELP ICONS *****/

.circ-icon:before {
	position: relative;
  display: inline-block;
  width: 100%;
  font-family: "FontAwesome";
  text-align: center;
  text-transform: none; }
.circ-email:before {	
  font-size: 60px;
  content: "\f0e0";
	margin-top: -20px; }
.circ-phone:before {	
  font-size: 90px;
  content: "\f10b";
	margin-top: -2px; }
.circ-chat:before {	
  font-size: 70px;
  content: "\f086";
	margin-top: -5px; }
.circ-facebook:before {
  font-size: 60px;
	content: "\f09a"; }
.circ-twitter:before {
  font-size: 60px;
	content: "\f099"; }	
.circ-instagram:before {
  font-size: 70px;
	content: "\f16d"; }	

.circ.tertiary:hover {
  background-color: #522398;
}
.circ {
  font-size: 30px;
  word-spacing: 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 105px;
  width: 100px;
  height: 100px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  background-color: #754fad;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.circ.secondary {
  background-color: #C5C5C5;
}
.circ.tertiary {
  background-color: #754fad;
}
.circ.large {
  font-size: 46px;
  word-spacing: 1px;
  line-height: 126px;
  width: 118px;
  height: 118px;
}
.circ.small {
  font-size: 26px;
  word-spacing: 1px;
  line-height: 63px;
  width: 60px;
  height: 60px;
}
  @media screen and (max-width: 540px) {   
    .circ-email:before {	
    font-size: 42px;
    content: "\f0e0";
	  margin-top: -4px; }
    .circ-phone:before {	
    font-size: 62px;
    content: "\f10b";
	  margin-top: -3px; }
    .circ-chat:before {	
    font-size: 52px;
    content: "\f086";
  	margin-top: -5px; }
   .circ-facebook:before {
    font-size: 48px;
	  content: "\f09a"; }
   .circ-twitter:before {
    font-size: 48px;
	  content: "\f099"; }	
    .circ-instagram:before {
   	font-size: 52px;
	 	content: "\f16d"; }
   
    .circ.large {
    font-size: 22px;
    word-spacing: 1px;
    line-height: 82px;
    width: 75px;
    height: 75px;
    }     
    h2.grid-10 {
      margin: 0 0 15px 0;
    }    
    h4.secondary {
      margin: 10px 0 15px 0;
    }    
}
#modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#modal-overlay {
  display: none;
  background-color: #000;
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
#modal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 35px 0;
  vertical-align: middle;
  position: relative;
  text-align: left;
  max-width: 88%;
}
#modal .help-tagline {
  color: #754fad;
  margin-top: .3em;
}
#modal .grid-7 {
  width: 50%;
  margin: 0;
}
#modal .grid-14 {
  width: 100%;
}
#modal .omega img {
  margin: 0 auto;
}
#modal.wide-first .grid-7.alpha {
  width: 65%;
}
#modal.wide-first .grid-7.omega {
  width: 35%;
}
#modal.not-group #modal-left,
#modal.not-group #modal-right {
  display: none;
}
#modal.no-footer #modal-footer {
  display: none;
}
#modal.no-footer #modal-content {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#modal.footer-one-col #modal-footer .grid-7.alpha {
  width: 100%;
}
#modal.footer-one-col #modal-footer .grid-7.omega {
  display: none;
}
#modal.body-one-col #modal-content .grid-7.alpha {
  width: 100%;
}
#modal.body-one-col #modal-content .grid-7.omega {
  display: none;
}
#modal.footer-minimal #modal-content .grid-7 {
  padding-bottom: 0;
}
#modal.footer-minimal #modal-footer {
  background: #fff;
}
#modal.footer-minimal #modal-footer .grid-7 {
  padding-top: 0;
}
#modal-content,
#modal-footer {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
#modal-content .grid-7,
#modal-content .grid-14,
#modal-footer .grid-7,
#modal-footer .grid-14 {
  padding: 45px 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#modal-content .grid-7.omega,
#modal-footer .grid-7.omega {
  padding-left: 0;
}
#modal-content .grid-14,
#modal-footer .grid-14 {
  padding-bottom: 0;
}
#modal-content {
  background-color: #fff;
  position: relative;
  font-size: 20px;
  word-spacing: 1px;
  line-height: 30px;
}
#modal-footer {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  background-color: #F5F5F5;
}
#modal-footer .grid-7.omega {
    text-align: right;
}
#modal-left,
#modal-right,
#modal-close {
  display: block;
  position: absolute;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  color: #C5C5C5;
  border: none;
  top: 50%;
  margin-top: -25px;
  text-align: center;
}
#modal-left:hover,
#modal-left:active,
#modal-left:focus,
#modal-right:hover,
#modal-right:active,
#modal-right:focus,
#modal-close:hover,
#modal-close:active,
#modal-close:focus {
  color: #754fad;
}
#modal-left i,
#modal-right i,
#modal-close i {
  line-height: 51px;
}
#modal-left {
  left: -25px;
}
#modal-right {
  right: -25px;
}
#modal-close {
  top: 25px;
  right: 0;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.button-list .button,
.button-list button {
  margin: 1em 10px 0;
}
.button-list .button:first-child,
.button-list button:first-child {
  margin-left: 0;
}
.button-list .button:last-child,
.button-list button:last-child {
    margin-right: 0;
}
.help-tagline {
  font-size: 66px;
  word-spacing: 1px;
  line-height: 60px;
  font-weight: 600;
  font-family: 'Open Sans',proximanova,sans-serif,"FontAwesome";
  text-transform: none;
  letter-spacing: -3px;
  color: #181818;
  text-align: center;
  margin: 0 0 20px 0;
}
  @media screen and (max-width: 1180px) {
    .container {
        width: 960px; }   
}
  @media screen and (max-width: 1016px) {
    .container { width: 984px; }
    .grid-1 {
        width: 41.5px; }
    .grid-1.large {
        width: 51.875px; }
    .grid-2 {
        width: 103px; }
    .grid-2.large {
        width: 128.75px; }
    .grid-3 {
        width: 154.5px; }
    .grid-3.large {
        width: 205.625px; }
    .grid-4 {
        width: 226px; }
    .grid-4.large {
        width: 282.5px; }
    .grid-5 {
        width: 287.5px; }
    .grid-5.large {
        width: 359.375px; }
    .grid-6 {
        width: 349px; }
    .grid-6.large {
        width: 436.25px; }
    .grid-7 {
        width: 410.5px; }
    .grid-7.large {
        width: 513.125px; }
    .grid-8 {
        width: 472px; }
    .grid-8.large {
        width: 590px; }
    .grid-9 {
        width: 533.5px; }
    .grid-9.large {
        width: 666.875px; }
    .grid-10 {
        width: 595px; }
    .grid-10.large {
        width: 743.75px; }
    .grid-11 {
        width: 656.5px; }
    .grid-11.large {
        width: 820.625px; }
    .grid-12 {
        width: 718px; }
    .grid-12.large {
        width: 897.5px; }
    .grid-13 {
        width: 779.5px; }
    .grid-13.large {
        width: 974.375px; }
    .grid-14 {
        width: 841px; }
    .grid-14.large {
        width: 1051.25px; }
    .grid-15 {
        width: 902.5px; }
    .grid-15.large {
        width: 1128.125px; }
    .grid-16 {
        width: 964px; }
    .grid-16.large {
        width: 1205px; }
    .container {
        width: 840px; }
}
@media screen and (max-width: 798px) {
    .container {
        width: 90%; }
    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-7,
    .grid-8,
    .grid-9,
    .grid-10,
    .grid-11,
    .grid-12,
    .grid-13,
    .grid-14,
    .grid-15,
    .grid-16 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .grid-1.large,
    .grid-2.large,
    .grid-3.large,
    .grid-4.large,
    .grid-5.large,
    .grid-6.large,
    .grid-7.large,
    .grid-8.large,
    .grid-9.large,
    .grid-10.large,
    .grid-11.large,
    .grid-12.large,
    .grid-13.large,
    .grid-14.large,
    .grid-15.large,
    .grid-16.large {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }   
    .contact-us-section {
        margin-top: 115px;
    }
    .contact-us-section.slim {
        margin-top: 75px;
    }
    hr.center.grid-2 {
        width: 120px;
    }
    .list-icon-items {
        margin-top: 0;
    }
    .list-icon-items.large-margins>li,
    .list-icon-items.no-margins>li,
    .list-icon-items>li {
        width: 26.5%;
        margin: 0 1.75% 0;
    }
    .list-icon-items .button {
        display: none;
    }
    #footer .list-icon-items>li {
        width: 100%;
        margin: 0;
    }
    .list-blocks.instagram>li {
        width: auto;
    }      
    .list-mobile-spacing>li {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .help-tagline {
        font-size: 56px;
        word-spacing: 1px;
        line-height: 40px;
    }
    .list-blocks>li.grid-7 {
        width: 100%;
    }
    .list-blocks.instagram>li {
        max-width: 100%;
        height: auto;
        min-height: 200px;
    }
    #modal {
        width: 84%;
    }
    #modal .grid-7 {
        width: 100%;
        margin: 0;
    }
    #modal.wide-first .grid-7.alpha {
        width: 100%;
    }
    #modal.wide-first .grid-7.omega {
        width: 100%;
    }
    #modal.wide-first .player-hex {
        width: 65%;
        margin: 0 auto;
        padding: 30px 0 20px;
    }
    #modal.wide-first div.hex {
        width: 100%;
    }
    #modal.wide-first div.hex>a,
    #modal.wide-first div.hex>div {
        padding: 90px 0;
    }
    #modal-content .grid-7.alpha,
    #modal-content .grid-7.omega,
    #modal-footer .grid-7.alpha,
    #modal-footer .grid-7.omega {
        padding: 35px 40px;
    }
    #modal-content .grid-14.alpha,
    #modal-content .grid-14.omega,
    #modal-footer .grid-14.alpha,
    #modal-footer .grid-14.omega {
        padding: 35px 40px 0;
    }
    #modal-footer .grid-7.omega {
        display: none;
    }
    .modal-dialog {      
        position: absolute;       
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .modal-content {
       height: auto;
       min-height: 100%;
       border-radius: 0;
    }
}
@media screen and (max-width: 540px) {
    #page-border {
        margin: 14px;
    }
    .container {
        width: 92%;
    }
    .list-icon-items>li,
    .list-icon-items div.hex,
    .list-icon-items.large-margins>li,
    .list-icon-items.large-margins div.hex,
    .list-icon-items.no-margins>li,
    .list-icon-items.no-margins div.hex,
    .list-hex-grid>li,
    .list-hex-grid div.hex,
    .list-hex-grid.large>li,
    .list-hex-grid.large div.hex,
    .list-hex-grid.mid>li,
    .list-hex-grid.mid div.hex,
    .list-hex-grid.small>li,
    .list-hex-grid.small div.hex {
        width: 29.6%;
        margin: 0px 5px;
        float: none;
    }
    #modal {
        width: 88%;
    }
    #modal-left,
    #modal-right {
        display: none;
    }
    .help-tagline {
        font-size: 40px;
        word-spacing: 1px;
        line-height: 40px;
        margin: 0 0 10px;
    }
     h4.secondary,
    .h4.secondary {
      font-size: 14px;
      
   }
    .contact-us h2 {
        font-size: 16px;
        letter-spacing: 1px;
    }    
    .modal-dialog {      
        position: absolute;       
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .modal-content {
       height: auto;
       min-height: 100%;
       border-radius: 0;
    }
}  

/***** CONTACT US NAV *****/

.contact-us-nav {
      display: none;   
    }
@media screen and (max-width: 798px) {
    .contact-us-nav {
      display: block;
      margin-top: 15px;
    }    
    .contact-us-nav ul {  
      overflow: hidden;
      padding: 0px 5px;
      list-style: none;
    }    
    .contact-us-nav li {
      background-color: #754fad;
      margin-bottom: 15px;
      border-radius: 4px;
    }    
    .contact-us-nav li a:first-child {    
    }    
    .contact-us-nav li a {
      padding: 15px 15px;
      font-size: 20px;
      color:#fff;
      display: block;  
      -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }    
    .contact-us-nav li a:hover{
      background-color:#522398;
      text-decoration: none;
      border-radius: 4px;
    }
}

/*
	The following code creates a float tooltip
	- Michael Pedersen 2/26/18
*/
[data-info] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 4px;
    text-decoration-line: underline;
    text-decoration-style: double;
    color: #009999;    
}
/* Tooltip styling */
[data-info]:before {
    content: attr(data-info);
    display: none;
    position: absolute;
    background: #522398;
    color: #fff;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 1.4;
    min-width: 120px;
    width: 180px;
    text-align: center;
    border-radius: 4px;
}
/* Dynamic horizontal centering */
[data-location="top"]:before,
[data-location="bottom"]:before {
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Dynamic vertical centering */
[data-location="right"]:before,
[data-location="left"]:before {
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[data-location="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
}
[data-location="right"]:before {
    left: 100%;
    margin-left: 6px;
}
[data-location="bottom"]:before {
    top: 100%;
    margin-top: 6px;
}
[data-location="left"]:before {
    right: 100%;
    margin-right: 6px;
}
/* Tooltip arrow styling/placement */
[data-info]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
/* Dynamic horizontal centering for the tooltip */
[data-location="top"]:after,
[data-location="bottom"]:after {
    left: 50%;
    margin-left: -6px;
}
/* Dynamic vertical centering for the tooltip */
[data-location="right"]:after,
[data-location="left"]:after {
    top: 50%;
    margin-top: -6px;
}

/* Show the tooltip when hovering */
[data-info]:hover:before,
[data-info]:hover:after {
    display: block;
    z-index: 50;
    left: 100%;
    margin-left: 6px;
}
 
/***** Article Feedback *****/
.hide {
  display: none;
}

select.custom-form-field,
textarea {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.feedback-button{
  background: transparent;
  border: 1px solid #ccc;
  color: #754fad;
  margin: 10px 5px;
  min-width: 90px;
  width: auto; 
  transition: border-color .25s ease-in-out,box-shadow .1s ease-in-out,background-color .25s ease-in-out,color .25s ease-in-out;
}

.feedback-button:focus, .feedback-button:active {
  background-color: transparent;
  color: #754fad;
}

.feedback-button:hover {
  background-color: #754fad;
  border: 1px solid #754fad;
  color: #FFFFFF;
}

#article-vote-down-form{
  display: flex;
  flex-direction: column;
  padding-bottom: 2em;
}

#article-vote-down-form > button{
  padding: .5em;
  width: max-content;
  align-self: center;
}
