﻿/* modified for Intuition use 2018 with some customization */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/

img
{
	/*width: 100%;*/
	height: auto;
	/*max-width: 100%;*/
}
	
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container 
{
	/*background-color: purple;*/
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	box-sizing: border-box; 	
    /*border: solid 1px red;*/
    
    
}
.column,
.columns 
{
	/*background-color: cyan;*/
	width: 92%;
	float: left;
	margin: 0 4%;
	box-sizing: border-box;
	
}
.column.grid_inner,
.columns.grid_inner 
{
	margin-top: 0px;
}
.column.grid_inner:first-child,
.columns.grid_inner:first-child 
{
	margin-top: 33px;
}
.two-col-right-txt
{
	 margin-top: 25px !important;
}
.two-col-right-img
{
	 margin-top: 7px !important;
}
/* For devices 480px and larger */
@media (min-width: 480px) 
{
	.column,
	.columns 
	{
		/*background-color: pink;*/
		margin-left: 3.51%; 
		margin-right: 0;		
	}
	.column:first-child,
	.columns:first-child 
	{
		margin-left: 3.51%;
	}
	.column:last-child,
	.columns:last-child
	{
		margin-left: 3.51%;
	}
	
	.one.column,
	.one.columns,                
	.two.columns                    { width: 34.37%; } /* one used */
	.three.columns,                  
	.four.columns                   { width: 46.09%; } /* four used */
	.five.columns,
	.six.columns                    { width: 81.26%; } /* five and six used */
	.seven.columns,
	.eight.columns                  { width: 78.93%; } /* eight used */
	.nine.columns,
	.ten.columns                    { width: 81.25%; } /* ten used */
	.eleven.columns,
	.twelve.columns                 { width: 92.97% } /* twelve used */

	.one-third.column               { width: 46.09%; } /* one-third used */
	.two-thirds.column              { width: 78.93%; }

	.one-half.column                { width: 81.26%; } /* one-half used */

	/* Offsets */
	.offset-by-one.column,
	.offset-by-one.columns,          
	.offset-by-two.column,
	.offset-by-two.columns          { margin-left: 9.37%; } /* offset-by-one and offset-by-two used */
	.offset-by-three.column,
	.offset-by-three.columns,        
	.offset-by-four.column,
	.offset-by-four.columns         { margin-left: 12.89%; }
	.offset-by-five.column,
	.offset-by-five.columns,         
	.offset-by-six.column,
	.offset-by-six.columns          { margin-left: 16.41%; }
	.offset-by-seven.column,
	.offset-by-seven.columns,        
	.offset-by-eight.column,
	.offset-by-eight.columns        { margin-left: 19.92%; }
	.offset-by-nine.column,
	.offset-by-nine.columns,         
	.offset-by-ten.column,
	.offset-by-ten.columns          { margin-left: 23.44%; }
	.offset-by-eleven.column,
	.offset-by-eleven.columns       { margin-left: 26.95%; }

	.offset-by-one-third.column,
	.offset-by-one-third.columns    { margin-left: 12.89%; }
	.offset-by-two-thirds.column,
	.offset-by-two-thirds.columns   { margin-left: 19.92%; }

	.offset-by-one-half.column,
	.offset-by-one-half.columns     { margin-left: 16.41%; }
}

/* For devices 768px and larger */
@media (min-width: 768px) 
{
	.column,
	.columns 
	{
		/*background-color: orange;*/
		margin-left: 0; 
		margin-right: 0;		
	}
	.column:first-child,
	.columns:first-child 
	{
		margin-left: 0;
	}
	.column:last-child,
	.columns:last-child
	{
		margin-right: 0;
	}

	.one.column,
	.one.columns,                
	.two.columns                    { width: 264px; } /* one used */
	.three.columns,                  
	.four.columns                   { width: 354px; } /* four used */
	.five.columns,
	.six.columns                    { width: 276px; } /* five and six used */
	.seven.columns,
	.eight.columns                  { width: 606px; } /* eight used */
	.nine.columns,
	.ten.columns                    { width: 600px; } /* ten used */
	.eleven.columns,
	.twelve.columns                 { width: 690px; } /* twelve used */

	.one-third.column               { width: 354px; } /* one-third used */
	.two-thirds.column              { width: 606px; }

	.one-half.column                { width: 444px; } /* one-half used */

	/* Offsets */
	.offset-by-one.column,
	.offset-by-one.columns,          
	.offset-by-two.column,
	.offset-by-two.columns          { margin-left: 56px; } /* offset-by-one and offset-by-two used */
	.offset-by-three.column,
	.offset-by-three.columns,        
	.offset-by-four.column,
	.offset-by-four.columns         { margin-left: 99px; }
	.offset-by-five.column,
	.offset-by-five.columns,         
	.offset-by-six.column,
	.offset-by-six.columns          { margin-left: 126px; }
	.offset-by-seven.column,
	.offset-by-seven.columns,        
	.offset-by-eight.column,
	.offset-by-eight.columns        { margin-left: 153px; }
	.offset-by-nine.column,
	.offset-by-nine.columns,         
	.offset-by-ten.column,
	.offset-by-ten.columns          { margin-left: 180px; }
	.offset-by-eleven.column,
	.offset-by-eleven.columns       { margin-left: 207px; }

	.offset-by-one-third.column,
	.offset-by-one-third.columns    { margin-left: 99px; }
	.offset-by-two-thirds.column,
	.offset-by-two-thirds.columns   { margin-left: 153px; }

	.offset-by-one-half.column,
	.offset-by-one-half.columns     { margin-left: 126px; }
}
	
/* For devices 1008px and larger */
@media (min-width: 1008px) 
{
	.column,
	.columns 
	{
		/*background-color: yellow;*/
		margin-left: 24px; 
		margin-right: 0;		
	}
	.column:first-child,
	.columns:first-child 
	{
		margin-left: 24px;
	}
	.column:last-child,
	.columns:last-child
	{
		margin-right: 24px;
	}

	.one.column,
	.one.columns                    { width: 58px; } /* one used */
	.two.columns                    { width: 140px; }
	.three.columns                  { width: 222px; }
	.four.columns                   { width: 288px; } /* four used */
	.five.columns                   { width: 362px; } /* five used */
	.six.columns                    { width: 400px; } /* six used */
	.seven.columns                  { width: 550px; }
	.eight.columns                  { width: 632px; } /* eight used */
	.nine.columns                   { width: 714px; }
	.ten.columns                    { width: 796px; } /* ten used */
	.eleven.columns                 { width: 878px; }
	.twelve.columns                 { width: 912px; } /* twelve used */

	.one-third.column               { width: 304px; } /* one-third used */
	.two-thirds.column              { width: 632px; }

	.one-half.column                { width: 468px; } /* one-half used */

	/* Offsets */
	.offset-by-one.column,
	.offset-by-one.columns          { margin-left: 80px; } /* offset-by-one used */
	.offset-by-two.column,
	.offset-by-two.columns          { margin-left: 188px; } /* offset-by-two used */
	.offset-by-three.column,
	.offset-by-three.columns        { margin-left: 270px; }
	.offset-by-four.column,
	.offset-by-four.columns         { margin-left: 352px; }
	.offset-by-five.column,
	.offset-by-five.columns         { margin-left: 434px; }
	.offset-by-six.column,
	.offset-by-six.columns          { margin-left: 516px; }
	.offset-by-seven.column,
	.offset-by-seven.columns        { margin-left: 598px; }
	.offset-by-eight.column,
	.offset-by-eight.columns        { margin-left: 680px; }
	.offset-by-nine.column,
	.offset-by-nine.columns         { margin-left: 762px; }
	.offset-by-ten.column,
	.offset-by-ten.columns          { margin-left: 844px; }
	.offset-by-eleven.column,
	.offset-by-eleven.columns       { margin-left: 926px; }

	.offset-by-one-third.column,
	.offset-by-one-third.columns    { margin-left: 352px; }
	.offset-by-two-thirds.column,
	.offset-by-two-thirds.columns   { margin-left: 680px; }

	.offset-by-one-half.column,
	.offset-by-one-half.columns     { margin-left: 516px; }
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  /* REMOVE 2023 font-size: 2.0em; /* currently ems cause chrome bug misinterpreting rems on body element */
  font-size: 1.8em; /* currently ems cause chrome bug misinterpreting rems on body element */ /* v4 Reskin */
  line-height: 1.2;
  /* REMOVE 2023 font-family: Arial, Helvetica, sans-serif;*/
  font-family: 'citi-sans-text-regular', Arial, Helvetica, sans-serif !important; /* v4 Reskin */
  font-weight: 400;
  color: #000000; }
/* For devices 480px and larger */
@media (min-width: 480px) 
{
	body {
		/* REMOVE 2023 font-size: 2.0em; /* currently ems cause chrome bug misinterpreting rems on body element */
		font-size: 1.8em; /* currently ems cause chrome bug misinterpreting rems on body element */ /* v4 Reskin */		
		line-height: 1.2;
	}
}		

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0px; 
  font-family: 'citi-sans-text-regular', Arial, Helvetica, sans-serif;
  font-weight: normal;
} 
h1, h2 {
  font-family: 'citi-sans-text-regular', Arial, Helvetica, sans-serif;	
}	
h1 { font-size: 4.2rem; line-height: 1.2;  }
h2 { font-size: 3.7rem; line-height: 1.2; }
h3 { font-size: 3.2rem; line-height: 1.2; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* For devices 480px and larger */
@media (min-width: 480px) 
{
  h1 { font-size: 4.2rem; }
  h2 { font-size: 3.7rem; }
  h3 { font-size: 3.2rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*a, a:hover, a:active, a:visited { }*/

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: auto;
  padding: 10px 30px;
  /*color: #ffffff;*/
  font-family: 'citi-sans-text-regular', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.0rem;
  text-decoration: none;
  background-color: transparent;  
  cursor: pointer;
  box-sizing: border-box; }
/* For devices 480px and larger */
@media (min-width: 480px) 
{
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		font-size: 2.4rem;
	}	
}	

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {  
	list-style: none; }
ol {  
	list-style: none; }
ol, ul {
    padding-left: 0;
    margin-top: 0; 
	margin-bottom:23px;  
}
ul ul {
  margin: 1.5rem 0 1.5rem 1rem;
  /*font-size: 90%;*/ }
ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  /*font-size: 90%;*/ }
ol ol {
  margin: 1.5rem 0 1.5rem 2.5rem;
  /*font-size: 90%;*/ }
ol ul {
  margin: 1.5rem 0 1.5rem 0.5rem;
  /*font-size: 90%;*/ }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,

dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
/*@media (min-width: 400px) {}*/

/* Larger than phablet (also point when grid becomes active) */
/*@media (min-width: 550px) {}*/

/* Larger than tablet */
/*@media (min-width: 750px) {}*/

/* Larger than desktop */
/*@media (min-width: 1000px) {}*/

/* Larger than Desktop HD */
/*@media (min-width: 1200px) {}*/
